diff --git a/lam/lib/cron.sh b/lam/lib/cron.sh index ef0fb3e7..83f13d2c 100755 --- a/lam/lib/cron.sh +++ b/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