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 d6f42d2..d40d911 100644
--- a/ratatoeskr/main.php
+++ b/ratatoeskr/main.php
@@ -64,7 +64,7 @@ function ratatoeskr()
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");
+ echo $ste->exectemplate("/systemtemplates/error.html");
}));
$urlpath = explode("/", $_GET["action"]);