Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/lib/panels/cp/addon_softaculous.cgi
#!/usr/local/bin/perl
#WHMADDON:softaculous:Softaculous - Instant Installs
//////////////////////////////////////////////////////////////
//===========================================================
// addon_softaculous.cgi
//===========================================================
// SOFTACULOUS
// Version : 3.9
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date: 10th Jan 2009
// Time: 21:00 hrs
// Site: http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////
my $URL = '../cgi/softaculous/index.cgi';
print "Location: $URL\n\n";
Back to Directory