|
|
@@ -8,6 +8,11 @@
|
|
|
|
|
|
require_once dirname(__FILE__) . '/se-lib/bootstrap.php';
|
|
|
|
|
|
+if (!Request::isHttps()) {
|
|
|
+ header("Location: https://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}");
|
|
|
+ exit();
|
|
|
+}
|
|
|
+
|
|
|
error_reporting(E_ALL & ~E_NOTICE);
|
|
|
|
|
|
//session_save_path("../session") ;
|