Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/addon_softaculous.cgi
#!/bin/sh
eval 'if [ -x /usr/local/cpanel/3rdparty/bin/perl ]; then exec /usr/local/cpanel/3rdparty/bin/perl -x -- $0 ${1+"$@"}; else exec /usr/bin/perl -x $0 ${1+"$@"}; fi;'
if 0;
#!/usr/bin/perl
#WHMADDON:softaculous:Softaculous - Instant Installs
my $URL;
if ( 'root' eq $ENV{'REMOTE_USER'} ){
$URL = "../cgi/softaculous/index.php";
}else{
$URL = "../cgi/softaculous/index.cgi";
}
print "Location: $URL\n\n";
Back to Directory
File Manager