
| Path : /scripts/ |
| Disable Functions : exec,passthru,shell_exec,system System : Linux server-604606.appsiete.com 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 [ Home ][ Zone-h ][ Jumping ][ Symlink ][ Mass Depes ][ Command ] |
| Current File : //scripts/update_neighbor_netblocks |
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - scripts/update_neighbor_netblocks 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 strict; use Cpanel::IP::Neighbors (); Cpanel::IP::Neighbors::update_neighbor_netblocks_or_log() or exit(1); exit();