X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcronhooks.php;h=15d49fe5474b32101c60ff5ba90b58c383f1ac39;hb=a410d9caaeaa53b693d8a13895171d5d7223cc15;hp=a4eb5fbb3e62f3671b8a99580e3be592c9126aa2;hpb=5b24050875bc0b2edfee92005bba7c5ef7a17cab;p=friendica.git diff --git a/include/cronhooks.php b/include/cronhooks.php index a4eb5fbb3e..15d49fe547 100644 --- a/include/cronhooks.php +++ b/include/cronhooks.php @@ -1,7 +1,9 @@ +is_already_running()) { + logger("cronhooks: Already running"); + exit; + } + } + $a->set_baseurl(get_config('system','url')); load_hooks();