Code

Added DNS and DHCP enable disable options into setup step 2
[gosa.git] / html / combine.php
index 9564c3f914889dc796048cc1e45d1f2188fd3757..2eadab8a960f68c97460d54146e8f9dbf7299378 100644 (file)
@@ -26,8 +26,8 @@ session_start ();
 
 /* Logged in? Simple security check */
 if (!isset($_SESSION['ui'])){
-  gosa_log ("Error: combine.php called without session");
-  header ("Location: ../index.php");
+  new log("security","all/all","",array(),"Error: combine.php called without session") ;
+  header ("Location: index.php");
   exit;
 }