7 lines
138 B
Text
7 lines
138 B
Text
|
#!/bin/sh
|
||
|
|
||
|
exec ${MODPHP_BIN} \
|
||
|
-d allow_url_fopen=1 \
|
||
|
-d suhosin.executor.include.whitelist=phar \
|
||
|
${TRUEPREFIX}/bin/wp-cli.phar "$@"
|