Server : LiteSpeed System : Linux octopus.securecp.top 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : admiracreativos ( 1072) PHP Version : 8.3.31 Disable Function : exec,system,passthru,shell_exec,proc_nice,proc_terminate,pfsockopen,dl,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname,leak,apache_child_terminate Directory : /scripts/ |
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - scripts/update_neighbor_netblocks Copyright 2022 cPanel, L.L.C. # All rights reserved. # [email protected] http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited use strict; use Cpanel::IP::Neighbors (); Cpanel::IP::Neighbors::update_neighbor_netblocks_or_log() or exit(1); exit();