diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"); |