6 lines
165 B
Bash
6 lines
165 B
Bash
#!/bin/sh
|
|
exec ${MODPHP_BIN} \
|
|
-d memory_limit=-1 \
|
|
-d allow_url_fopen=1 \
|
|
-d suhosin.executor.include.whitelist=phar \
|
|
${TRUEPREFIX}/libexec/composer.phar "$@"
|