Code

Height configuration
[gosa.git] / gosa-core / html / getFAIstatus.php
index 42d67404a46f2450f2de94550e9a6ceff20dcbcf..c0b6ec2f013bb212057be2ebf84f9ecf67b21c4f 100644 (file)
@@ -29,7 +29,7 @@ session::global_set('errorsAlreadyPosted',array());
 
 /* Logged in? Simple security check */
 if (!session::global_is_set('ui')){
-  new log("security","unknown","",array(),"Error: getbin.php called without session") ;
+  new log("security","unknown","",array(),"Error: getFAIstatus.php called without session") ;
   header ("Location: index.php");
   exit;
 }