2017-12-10 16:44:01 +00:00

7 lines
138 B
Bash

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