4 lines
351 B
Bash
Executable File
4 lines
351 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 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" /opt/plesk/php/7.4/share/pear/peclcmd.php "$@"
|