Fix fatal error in phpErrHandler with PHP7 and suit cronjob for various PHP versions

This commit is contained in:
Johannes Feichtner
2015-11-06 23:39:56 +01:00
parent 73c8643218
commit 387be846f1
7 changed files with 178 additions and 178 deletions

View File

@@ -3881,7 +3881,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
#
# Please check that all following paths are correct
#
*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php5 -q <BASE_PATH>scripts/froxlor_master_cronjob.php
*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q <BASE_PATH>scripts/froxlor_master_cronjob.php
]]>
</content>
</file>