#!/usr/bin/perl
# cpanel9 - scripts        Copyright(c) 1997-2004 cPanel, Inc..
#                                 All rights Reserved.
# copyright@cpanel.net      http://cpanel.net
# This code is subject to the cpanel license. Unauthorized copying is prohibited
BEGIN {
   push(@INC,"/scripts");
   push(@INC,"/usr/local/cpanel");
}
print "<b>Now uninstalling Cron Config...</b>\n";
unlink("/usr/local/cpanel/whostmgr/docroot/cgi/addon_cronconfig.cgi");
print "<b>Done</b><br>\n";
