Home
last modified time | relevance | path

Searched refs:checkAuthorizedName (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/modules/jupload/
H A Djupload.inc.php96 …elseif (checkAuthorizedName($file_name) == false || checkAuthorizedName($file_relative_directory) …
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/modules/rename/
H A Drename.inc.php187 if (checkAuthorizedName($newNames[$i]) == false) {
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/includes/
H A Dauthorizations.inc.php802 if (checkAuthorizedName($directory) == false) { return false; }
822 function checkAuthorizedName($dirfilename) { function
H A Dbrowse.inc.php194 if (checkAuthorizedName($listline["dirfilename"]) == true) { $listline["selectable"] = "ok"; }
H A Dfilesystem.inc.php2196 elseif (checkAuthorizedName($file_name) == false) {