Skip to content
Snippets Groups Projects
Commit 8082c2f1 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch '711-dev' into 'develop'

Use variable for PHP location (Backport from !711)

See merge request ispconfig/ispconfig3!1159
parents 11a91608 1f420748
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then ...@@ -10,7 +10,7 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
fi fi
cd /usr/local/ispconfig/server cd /usr/local/ispconfig/server
/usr/bin/php -q \ $(which php) -q \
-d disable_classes= \ -d disable_classes= \
-d disable_functions= \ -d disable_functions= \
-d open_basedir= \ -d open_basedir= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment