aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/start.php b/engine/start.php
index dc785974b..9df474842 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -51,6 +51,11 @@
if (!@include_once(dirname(__FILE__) . "/lib/install.php")) { // Installation library
echo "Error in installation: could not load the installation library.";
exit;
+ }
+
+ if (!@include_once(dirname(__FILE__) . "/lib/cache.php")) { // Installation library
+ echo "Error in installation: could not load the cache library.";
+ exit;
}
// Use fallback view until sanitised