aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index eac3b66df..f6ea0c9a8 100644
--- a/index.php
+++ b/index.php
@@ -61,8 +61,10 @@ $db = new dba($db_host, $db_user, $db_pass, $db_data, $install);
*
*/
-if(! $install)
+if(! $install) {
require_once("session.php");
+ load_hooks();
+}
require_once("datetime.php");