aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php
index f46c72c15..1b1b3d6a5 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -14,7 +14,12 @@
/**
* Load important prerequisites
- */
+ */
+
+ if (!@include_once(dirname(__FILE__) . "/lib/exceptions.php")) { // Exceptions
+ echo "Error in installation: could not load the Exceptions library.";
+ exit;
+ }
if (!@include_once(dirname(__FILE__) . "/lib/elgglib.php")) { // Main Elgg library
echo "Error in installation: could not load the main Elgg library.";