diff options
Diffstat (limited to 'www/index.php')
| -rwxr-xr-x | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 333d02e..713e1f8 100755 --- a/www/index.php +++ b/www/index.php @@ -149,7 +149,7 @@ if(empty($_GET)){ if($f->isFile()){ start_file_download($_GET["name"], $_GET["folder"]); } else { - if($f->notFound()){ + if($f->NotFound()){ $content = get_path_to_wrong_folder($db, $_GET["name"], $_GET["folder"]); print_wrong_folder($content); } elseif ($f->isEmpty()){ |
