We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ddf6d commit 7be68d5Copy full SHA for 7be68d5
server/cron.sh
@@ -10,7 +10,7 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
10
fi
11
12
cd /usr/local/ispconfig/server
13
-/usr/bin/php -q \
+$(which php) -q \
14
-d disable_classes= \
15
-d disable_functions= \
16
-d open_basedir= \
0 commit comments