session_start();
include ('init.php');
include ('func/fn_common.php');
checkUserSession();
checkUserCPanelPrivileges();
setUserSessionSettings($_SESSION["user_id"]);
loadLanguage($_SESSION['language'], $_SESSION["units"]);
?>
generatorTag(); ?>
echo $gsValues['NAME'].' '.$gsValues['VERSION']; ?>
include ("inc/inc_cpanel.panels.php"); ?>
include ("inc/inc_cpanel.menus.php"); ?>
include ("inc/inc_cpanel.billing.php"); ?>
include ("inc/inc_cpanel.objects.php"); ?>
include ("inc/inc_cpanel.server.php"); ?>
include ("inc/inc_cpanel.users.php"); ?>