summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/acceso_esp.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/acceso_esp.php')
-rw-r--r--admin/WebConsole/acceso_esp.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/WebConsole/acceso_esp.php b/admin/WebConsole/acceso_esp.php
index 050bb0d7..20146a85 100644
--- a/admin/WebConsole/acceso_esp.php
+++ b/admin/WebConsole/acceso_esp.php
@@ -7,6 +7,13 @@
// Nombre del fichero: acceso.php
// DescripciĆ³n : Presenta la pantalla de login de la aplicaciĆ³n
// ********************************************************************************************************
+
+# Cambiar a HTTPS
+if (empty ($_SERVER["HTTPS"])) {
+ header ("Location: https://".$_SERVER["SERVER_NAME"].$_SERVER["PHP_SELF"]);
+ exit (0);
+}
+
include_once("controlacceso.php");
include_once("./includes/CreaComando.php");
include_once("./clases/AdoPhp.php");