X7ROOT File Manager
Current Path:
/usr/local/bin
usr
/
local
/
bin
/
📁
..
📄
corepack
(81 B)
📄
cpan
(8.06 KB)
📄
cpan-mirrors
(4.19 KB)
📄
crontab
(1.84 MB)
📄
ea-php74
(6.09 MB)
📄
ea-php80
(7.62 MB)
📄
ea-php81
(7.72 MB)
📄
ea-php82
(7.78 MB)
📄
ea_convert_php_ini
(39.85 KB)
📄
ea_current_to_profile
(8.31 KB)
📄
ea_install_profile
(7.1 KB)
📄
ea_sync_user_phpini_settings
(6.73 KB)
📄
humanfriendly
(222 B)
📄
json_xs
(6.85 KB)
📄
lsphp
(937 B)
📄
n
(47.35 KB)
📄
node
(88.09 MB)
📄
npm
(54 B)
📄
npx
(2.86 KB)
📄
passwd
(3.5 MB)
📄
pear
(935 B)
📄
php
(933 B)
📄
wp
(6.61 MB)
Editing: lsphp
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - php-lsapi Copyright 2018 cPanel, L.L.C. # All rights Reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited package ea_php_cli::lsapi; BEGIN { delete @ENV{qw(PERL5LIB PERLLIB PERL5OPT PERL5DB PERL5SHELL PERL_DEBUG_MSTATS PERL_DESTRUCT_LEVEL)}; # Paranoid much? unshift @INC, '/var/cpanel/ea4'; # avoid slow use lib } use strict; use warnings; use ea_php_cli (); my $bin = "lsphp"; run(@ARGV) unless caller(); sub run { return ea_php_cli::run( $bin, @_ ); # faster than unshift @_, "php-cgi"; goto &ea_php_cli::run; ? } 1;
Upload File
Create Folder