| Server IP : 217.154.3.148 / Your IP : 216.73.216.90 Web Server : Apache System : Linux blissful-wright.217-154-3-148.plesk.page 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : gracious-boyd_hfhh1h8vo9n ( 10000) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/gracious-boyd.217-154-3-148.plesk.page/.phpenv/shims/ |
Upload File : |
#!/usr/bin/env bash
set -e
[ -n "$PHPENV_DEBUG" ] && set -x
program="${0##*/}"
if [ "$program" = "php" ]; then
for arg; do
case "$arg" in
-e* | -- ) break ;;
*/* )
if [ -f "$arg" ]; then
export PHPENV_DIR="${arg%/*}"
break
fi
;;
esac
done
fi
export PHPENV_ROOT="/var/www/vhosts/gracious-boyd.217-154-3-148.plesk.page/.phpenv"
exec "/opt/plesk/phpenv/libexec/phpenv" exec "$program" "$@"