diff --git a/cis/index_login.php b/cis/index_login.php index 85efb8264..d8a619c12 100644 --- a/cis/index_login.php +++ b/cis/index_login.php @@ -25,6 +25,12 @@ require_once('../include/functions.inc.php'); if(isset($_GET['login'])) { + if((!isset($_SERVER['HTTPS']) || (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='off')) + && strstr(APP_ROOT,'https')!==false) + { + header('Location: '.APP_ROOT.'cis/index_login.php?login=1'); + exit; + } $uid = get_uid(); if($uid!='') @@ -37,24 +43,38 @@ if(isset($_GET['login'])) CIS - + + + +
-




-
- -


- Herzlich Willkommen am Campus Informationssystem der Fachhochschule Technikum Wien -
-
-
- -
-
+ + + + + + + +
+ +
+ +


+
+
+
+ +
+
+
+
Powered by FH Complete
+

+