X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=08f24af60f49238d43a7d30832767dd939feea2b;hb=125d2f24dd8a9946a4b57bbda000bf15f6b0a60c;hp=13c3f6318f815fd4923926836af04bca8abb8120;hpb=7886de5c393591eaf4e05f2a496a4f40060cb262;p=friendica.git diff --git a/index.php b/index.php index 13c3f6318f..08f24af60f 100644 --- a/index.php +++ b/index.php @@ -99,6 +99,10 @@ if (!$a->is_backend()) { $stamp1 = microtime(true); session_start(); $a->save_timestamp($stamp1, "parser"); +} else { + require_once "include/poller.php"; + + call_worker_if_idle(); } /**