mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-08-04 15:58:14 +02:00
@@ -608,7 +608,7 @@ if ((isset($_SESSION[FM_SESSION_ID]['logged'], $auth_users[$_SESSION[FM_SESSION_
|
|||||||
$use_curl = false;
|
$use_curl = false;
|
||||||
$temp_file = tempnam(sys_get_temp_dir(), "upload-");
|
$temp_file = tempnam(sys_get_temp_dir(), "upload-");
|
||||||
$fileinfo = new stdClass();
|
$fileinfo = new stdClass();
|
||||||
$fileinfo->name = trim(basename($url), ".\x00..\x20");
|
$fileinfo->name = trim(urldecode(basename($url)), ".\x00..\x20");
|
||||||
|
|
||||||
$allowed = (FM_UPLOAD_EXTENSION) ? explode(',', FM_UPLOAD_EXTENSION) : false;
|
$allowed = (FM_UPLOAD_EXTENSION) ? explode(',', FM_UPLOAD_EXTENSION) : false;
|
||||||
$ext = strtolower(pathinfo($fileinfo->name, PATHINFO_EXTENSION));
|
$ext = strtolower(pathinfo($fileinfo->name, PATHINFO_EXTENSION));
|
||||||
|
Reference in New Issue
Block a user