. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ if (array_key_exists("d", $_GET)) { $_POST = unserialize(base64_decode($_GET["d"])); } if (! isset ($_POST)) { G::header('location: /sys/' . $lang . '/' . SYS_SKIN . '/' . 'login/login'); } if (isset($_SESSION['sysLogin'])) { $_POST['form'] = $_SESSION['sysLogin']; } require_once 'authentication.php';