File manager - Edit - /usr/local/cpanel/bin/leechprotectinstall
Back
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - bin/leechprotectinstall Copyright 2022 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 bin::leechprotectinstall; use strict; use warnings; use Cpanel::LeechProtect::DB (); my $force = @ARGV && grep( /^--force$/, @ARGV ) ? 1 : 0; __PACKAGE__->script($force) unless caller(); sub script { my ($force) = @_; eval { Cpanel::LeechProtect::DB->new->initialize_db($force); }; # leechprotect is built into ea4 so no need to modify httpd.conf return; } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings