#!/usr/bin/perl # cpanel - checksuphp Copyright(c) 2009 cPanel, Inc. # All rights Reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited print "suPHP is enabled/disabled via WHM \"Configure PHP and SuExec\".\n"; print "suPHP can also be configured via CLI using \"/usr/local/cpanel/bin/rebuild_phpconf\".\n"; exit;