aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'ratatoeskr/main.php')
-rw-r--r--ratatoeskr/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/main.php b/ratatoeskr/main.php
index df1672c..b3235b4 100644
--- a/ratatoeskr/main.php
+++ b/ratatoeskr/main.php
@@ -57,7 +57,7 @@ function ratatoeskr()
register_url_handler("_notfound", url_action_simple(function($data)
{
global $ste;
- //header("HTTP/1.1 404 Not Found");
+ header("HTTP/1.1 404 Not Found");
$ste->vars["title"] = "404 Not Found";
$ste->vars["details"] = str_replace("[[URL]]", $_SERVER["REQUEST_URI"], (isset($translation) ? $translation["e404_details"] : "The page [[URL]] could not be found. Sorry."));
echo $ste->exectemplate("systemtemplates/error.html");