//error_reporting(E_ALL); //ini_set("display_errors", 1); //if ($_SERVER["REMOTE_ADDR"]=="172.16.1.206") if (!isset($_SERVER['HTTPS'])) { header('Location: https://'.$_SERVER['HTTP_HOST']); exit; } // include("auth.php"); include("include/offline.php"); ?>
|