. * * 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)) { $str = base64_decode($_GET["d"]); if (preg_match('/^a:[0-9]+:{/', $str) && !preg_match('/(^|;|{|})O:\+?[0-9]+:"/', $str)) { $_POST = unserialize($str); } } if (!isset($_POST)) { G::header('location: /sys/' . $lang . '/' . SYS_SKIN . '/' . 'login/login'); } if (isset($_SESSION['sysLogin'])) { $_POST['form'] = $_SESSION['sysLogin']; // Destroy variables already assigned to the global variable $_POST unset($_SESSION['sysLogin']); } require_once 'authentication.php';