OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php83
/
usr
/
bin
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/16/2024 09:37:31 PM
rwxr-xr-x
📄
lsphp
6.12 MB
01/16/2025 05:36:50 PM
rwxr-xr-x
📄
newrelic-daemon
11.58 MB
02/22/2024 11:35:33 AM
rwxr-xr-x
📄
pear
1.44 KB
08/10/2023 06:22:21 AM
rwxr-xr-x
📄
peardev
428 bytes
08/10/2023 06:22:21 AM
rwxr-xr-x
📄
pecl
319 bytes
08/10/2023 06:22:21 AM
rwxr-xr-x
📄
phar
14.89 KB
01/16/2025 05:36:28 PM
rwxr-xr-x
📄
phar.phar
14.89 KB
01/16/2025 05:36:28 PM
rwxr-xr-x
📄
php
6.11 MB
01/16/2025 05:36:50 PM
rwxr-xr-x
📄
php-cgi
6.11 MB
01/16/2025 05:36:50 PM
rwxr-xr-x
📄
php-config
6.28 KB
01/17/2024 04:53:15 PM
rwxr-xr-x
📄
phpdbg
8.12 MB
01/16/2025 05:36:50 PM
rwxr-xr-x
📄
phpize
4.71 KB
01/17/2024 04:53:15 PM
rwxr-xr-x
Editing: peardev
Close
#!/bin/sh alt_php_dir="/opt/alt/php83" exec $alt_php_dir/usr/bin/php -C -q \ -d memory_limit="-1" \ -d include_path=$alt_php_dir/usr/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="" \ $alt_php_dir/usr/share/pear/pearcmd.php "$@"