*/ include("session.php"); require("class_functions.php"); require_once("class_db.php"); require_once("class_domains.php"); $func = new functions(); if(file_exists($_SESSION['config']['lang'].'.php')) { include($_SESSION['config']['lang'].'.php'); } else { $_SESSION['error'] = "Language file missing...
"; } ?> <?php echo $_SESSION['config']['applicationname']; ?>
get_domains($_SESSION['courrier']["service"]); //$func->show_array($domains); ?>