📁
SKYSHELL MANAGER
PHP v8.0.30
Create
Create
Path:
root
/
home
/
godaofbq
/
drhyperbaric.com
/
wp-content
/
plugins
/
loginpress
/
css
/
themes
/
Name
Size
Perm
Actions
📄
error_log
230.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: dispatchstats
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - bin/dispatchstats 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 use Cpanel::Dispatch::OverLoad::LogRunner (); __PACKAGE__->script(@ARGV) if !caller(); sub script { my ( $class, $pid ) = @_; Cpanel::Dispatch::OverLoad::LogRunner->new( 'pid' => $pid )->dispatch(); } 1;
Save