Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
f7b7e7ca
Commit
f7b7e7ca
authored
May 31, 2023
by
liumengfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
b9df5978
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
+1
-6
app/code/Joshine/Script/Console/Command/InstagramFeedPull.php
+1
-6
No files found.
app/code/Joshine/Script/Console/Command/InstagramFeedPull.php
View file @
f7b7e7ca
...
...
@@ -275,12 +275,7 @@ class InstagramFeedPull extends Command
{
$path
=
$this
->
directoryList
->
getPath
(
'var'
);
$file
=
$path
.
DIRECTORY_SEPARATOR
.
mt_rand
(
10000
,
99999
)
.
time
()
.
md5
(
$url
)
.
".jpeg"
;
file_put_contents
(
$file
,
file_get_contents
(
$url
,
false
,
stream_context_create
([
"ssl"
=>
[
"verify_peer"
=>
false
,
"verify_peer_name"
=>
false
,
]
])));
@
file_put_contents
(
$file
,
file_get_contents
(
$url
));
return
$file
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment