Code

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