automated warning after a few days if poller is dead

This commit is contained in:
friendica
2015-03-02 18:02:06 -08:00
parent e6eee5ba92
commit 37384c0b27
3 changed files with 63 additions and 0 deletions

View File

@@ -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();