From 5b1fde8b0f4c658b3560ad4b0d29d176c42baf87 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 21 Dec 2010 14:51:26 -0800 Subject: allow configurable poll interval override when hub is used --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'index.php') 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"); -- cgit v1.2.3