Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 220
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - rebuildnsdzones Copyright 2010 cPanel, Inc. # 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::NameServer::Utils::NSD (); use Cpanel::NameServer::Conf (); use Cpanel::Usage (); Cpanel::Usage::wrap_options( \@ARGV, \&usage, {} ); if ( $> != 0 ) { die "Insufficient permissions to rebuild NSD zone database"; } my $conf_obj = Cpanel::NameServer::Conf->new(); if ( $conf_obj->type() ne 'nsd' ) { $conf_obj->finish(); exit 0; } my ( $exit_code, $output ) = Cpanel::NameServer::Utils::NSD::rebuild_zonedb($conf_obj); $conf_obj->finish(); print $output if ($exit_code); exit $exit_code; sub usage { print <