Code

Moved from ../index to index
[gosa.git] / html / getvcard.php
index f55dc4e2e4b5291e1017e74c5964c6add9cd7f4e..d17ff0ce30e97e999984bfe6cdf46a03ed56e75d 100644 (file)
@@ -27,7 +27,7 @@ session_start ();
 /* Logged in? Simple security check */
 if (!isset($_SESSION['ui'])){
   gosa_log ("Error: getvcard.php called without session");
-  header ("Location: ../index.php");
+  header ("Location: index.php");
   exit;
 }