diff options
-rw-r--r-- | lib/exe/detail.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/exe/detail.php b/lib/exe/detail.php index 1ecb59e4e..35186f5dd 100644 --- a/lib/exe/detail.php +++ b/lib/exe/detail.php @@ -30,7 +30,8 @@ if($AUTH >= AUTH_READ){ $SRC = mediaFN($IMG); if(!@file_exists($SRC)){ //doesn't exist! - + header("HTTP/1.0 404 File not Found"); + $ERROR = 'File not found'; } }else{ // no auth |