Browse Source

PHP7

pull/86/head
Roland Gruber 3 years ago
parent
commit
b15b94cb29
  1. 5
      lam/lib/cron.sh

5
lam/lib/cron.sh

@ -2,10 +2,7 @@
dir=`dirname $0`
if [ -x /usr/bin/php5 ]; then
/usr/bin/php5 -f $dir/cron.inc $*
exit $?
elif [ -x /usr/bin/php ]; then
if [ -x /usr/bin/php ]; then
/usr/bin/php -f $dir/cron.inc $*
exit $?
fi

Loading…
Cancel
Save