aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-02 18:02:06 -0800
committerfriendica <info@friendica.com>2015-03-02 18:02:06 -0800
commit37384c0b27eee39d4a81a4f0dac3565375155082 (patch)
treea0f20e46dcfd1d8666e7b39bef11b75b693bcb7b /index.php
parente6eee5ba92bc64ea0c9855831bddf66acccd9bee (diff)
downloadvolse-hubzilla-37384c0b27eee39d4a81a4f0dac3565375155082.tar.gz
volse-hubzilla-37384c0b27eee39d4a81a4f0dac3565375155082.tar.bz2
volse-hubzilla-37384c0b27eee39d4a81a4f0dac3565375155082.zip
automated warning after a few days if poller is dead
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 94d22e415..716c24fe6 100755
--- a/index.php
+++ b/index.php
@@ -396,6 +396,9 @@ if(stristr( implode("",$_SESSION['sysmsg']), t('Permission denied'))) {
call_hooks('page_end', $a->page['content']);
+if(! $a->install)
+ check_cron_broken();
+
construct_page($a);
session_write_close();