summaryrefslogtreecommitdiffstats
path: root/application/errors/error_404.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/errors/error_404.php')
-rw-r--r--application/errors/error_404.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/errors/error_404.php b/application/errors/error_404.php
index cfe923d63..2e69d7e00 100644
--- a/application/errors/error_404.php
+++ b/application/errors/error_404.php
@@ -1,3 +1,3 @@
<?php
$title = "404 Page Not Found";
-include "application/errors/error_general.php";
+include APPPATH."errors/error_general.php";