aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-21 14:51:26 -0800
committerFriendika <info@friendika.com>2010-12-21 14:51:26 -0800
commit5b1fde8b0f4c658b3560ad4b0d29d176c42baf87 (patch)
treeb72a2250f69a3f10b5076c91fa12e21e6946738a /index.php
parentddec422de6707809aceb541e1191073b43aec18a (diff)
downloadvolse-hubzilla-5b1fde8b0f4c658b3560ad4b0d29d176c42baf87.tar.gz
volse-hubzilla-5b1fde8b0f4c658b3560ad4b0d29d176c42baf87.tar.bz2
volse-hubzilla-5b1fde8b0f4c658b3560ad4b0d29d176c42baf87.zip
allow configurable poll interval override when hub is used
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");