#!/usr/bin/perl # cpanel - killacct Copyright(c) 2008 cPanel, Inc. # All rights Reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited my $killacct = -x '/usr/local/cpanel/bin/killacct.pl' ? '/usr/local/cpanel/bin/killacct.pl' : '/usr/local/cpanel/bin/killacct'; exec $killacct, @ARGV;