Update webpagetool.php
This commit is contained in:
parent
cd47174b30
commit
b8b9ff9e95
|
@ -227,7 +227,7 @@ if(!check_function_exists("get_web_wget")) {
|
||||||
$filename = make_random_id(32);
|
$filename = make_random_id(32);
|
||||||
$filepath = write_storage_file("", array(
|
$filepath = write_storage_file("", array(
|
||||||
"filename" => $filename,
|
"filename" => $filename,
|
||||||
"mode" => "fake"ata. Otherwise, use applicati
|
"mode" => "fake",
|
||||||
));
|
));
|
||||||
|
|
||||||
$cmd = sprintf("wget '%s' -O %s", $url, $filepath);
|
$cmd = sprintf("wget '%s' -O %s", $url, $filepath);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user