diff --git a/system/includes/dispatch.php b/system/includes/dispatch.php index 18606c3..ad22398 100644 --- a/system/includes/dispatch.php +++ b/system/includes/dispatch.php @@ -366,7 +366,7 @@ function render($view, $locals = null, $layout = null) ob_start(); require $layout; } - if (!$login) { + if (!$login && $view != '404') { if (!file_exists($cachefile)) { if (config('cache.timestamp') == 'true') { echo "\n" . '';