From 37384c0b27eee39d4a81a4f0dac3565375155082 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Mar 2015 18:02:06 -0800 Subject: automated warning after a few days if poller is dead --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') 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(); -- cgit v1.2.3