Code

Added gosaLastSystemLogin attribute.
[gosa.git] / html / getbin.php
index 3040535f6c7e94ae2653a1614b9b1af048cdda61..6ac56b437d5d2104a2a8e8e2cbabd1278f9a8318 100644 (file)
@@ -27,7 +27,7 @@ session_start ();
 /* Logged in? Simple security check */
 if (!isset($_SESSION['ui'])){
   gosa_log ("Error: getbin.php called without session");
-  header ("Location: ../index.php");
+  header ("Location: index.php");
   exit;
 }