diff options
author | Friendika <info@friendika.com> | 2010-12-21 14:51:26 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-21 14:51:26 -0800 |
commit | 5b1fde8b0f4c658b3560ad4b0d29d176c42baf87 (patch) | |
tree | b72a2250f69a3f10b5076c91fa12e21e6946738a /index.php | |
parent | ddec422de6707809aceb541e1191073b43aec18a (diff) | |
download | volse-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.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"); |