4 lines
455 B
Bash
Executable File
4 lines
455 B
Bash
Executable File
#!/bin/sh
|
|
### Copyright 1999-2022. Plesk International GmbH. All rights reserved.
|
|
exec /opt/plesk/php/7.4/bin/php -C -q -d memory_limit="-1" -d include_path=/opt/plesk/php/7.4/share/pear -d date.timezone=UTC -d output_buffering=1 -d variables_order=EGPCS -d safe_mode=0 -d register_argc_argv="On" -d open_basedir="" -d auto_prepend_file="" -d auto_append_file="" /opt/plesk/php/7.4/share/pear/pearcmd.php "$@"
|