OwlCyberSecurity - MANAGER
Edit File: rebuildccsconfig
#!/usr/local/cpanel/3rdparty/bin/perl package scripts::rebuildccsconf; # cpanel - /opt/cpanel-ccs/bin/rebuildccsconf Copyright 2019 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 warnings; use lib '/var/cpanel/perl'; use Cpanel::CCS::Utils (); exit Cpanel::CCS::Utils::rebuild_ccs_conf() unless caller; 1;