Code

Replaced /etc/gosa with CONFIG_DIR
[gosa.git] / html / combine.php
index 9564c3f914889dc796048cc1e45d1f2188fd3757..b060ab9bc9e35dd94a6f9b0a3288b225efb2e622 100644 (file)
@@ -27,7 +27,7 @@ session_start ();
 /* Logged in? Simple security check */
 if (!isset($_SESSION['ui'])){
   gosa_log ("Error: combine.php called without session");
-  header ("Location: ../index.php");
+  header ("Location: index.php");
   exit;
 }