Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/lib/panels/hc/auth/home.php

<?php
	session_start();
	$parsedurl  = parse_url($_SESSION["origURL"]);
	$webencode = base64_encode("websiteId=".$_SESSION["websiteId"]);
	$websiteurl = "/Websites/WebsiteDashboard?_qv1=".$webencode;
	$homeurl = $parsedurl['scheme']."://".$parsedurl['host'].":".$parsedurl['port'];
	session_destroy();
	header("Location :" . $homeurl.$websiteurl);		
?>
Back to Directory