Arg, another rollback. I'd better stop playing around with CVS.

(ugha)
This commit is contained in:
ugha
2004-07-23 05:05:26 +00:00
committed by zzz
parent b1aa766b22
commit 8e04b5d5d2

View File

@@ -24,7 +24,7 @@ if(is_readable(PAGE_DIR.$page.PAGE_EXT)) {
include(PAGE_DIR.$page.PAGE_EXT);
include(PAGE_DIR.'footer'.PAGE_EXT);
} else {
header("Status: 404 Not Found");
header("HTTP/1.0 404 Not Found");
include(PAGE_DIR.'header'.PAGE_EXT);
print "<h1>Error: Page \"$page\" not found</h1>";
include(PAGE_DIR.'footer'.PAGE_EXT);