To fix this either upload the attached file over your existing file. Or follow the instructions below:
Open /admin/filemanager/upload.php with a text editor such as notepad.
Find line 31:
include("../../classes/gd.inc.php");Directly after this add:
include("../includes/auth.inc.php");
if(permission("filemanager","write")==FALSE){
header("Location: ".$GLOBALS['rootRel']."admin/401.php");
exit;
}
Attached File(s)
-
upload.php (6.35K)
Number of downloads: 1222
This post has been edited by brooky: 24 December 2005 - 11:53 AM


Help


Back to top
MultiQuote








