%PDF-1.4 404 Not Found
Sh3ll



Directory :  /var/www/vhosts/lautnusantara.com/.phpenv/shims/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Current File : /var/www/vhosts/lautnusantara.com/.phpenv/shims/lsphp
#!/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/lautnusantara.com/.phpenv"
exec "/opt/plesk/phpenv/libexec/phpenv" exec "$program" "$@"

WonXd677 Sh3LL