Code

Updated acls for dhcp service
[gosa.git] / html / getbin.php
index 3040535f6c7e94ae2653a1614b9b1af048cdda61..1817439c4b5b281d619eeec90a6e2dfa7e1303dc 100644 (file)
@@ -26,8 +26,8 @@ session_start ();
 
 /* Logged in? Simple security check */
 if (!isset($_SESSION['ui'])){
-  gosa_log ("Error: getbin.php called without session");
-  header ("Location: ../index.php");
+  new log("security","unknown","",array(),"Error: getbin.php called without session") ;
+  header ("Location: index.php");
   exit;
 }