Code

Update for __autoload()
[gosa.git] / html / getkiosk.php
index 1f8d59923e3fa12c8191bce6fe7947eb2a103d7f..ba0ea77ee2f283ad87e16a06b62ea4e96f06a0c6 100644 (file)
@@ -49,12 +49,12 @@ function getkiosk ($id)
 /* Basic setup, remove eventually registered sessions */
 @require_once ("../include/php_setup.inc");
 @require_once ("functions.inc");
-error_reporting (E_ALL);
+error_reporting (E_ALL | E_STRICT);
 session_start ();
 
 /* Logged in? Simple security check */
 if (!isset($_SESSION['ui'])){
-  gosa_log ("Error: getkiosk.php called without session");
+  new log("security","fai","",array(),"Error: getkiosk.php called without session") ;
   header ("Location: index.php");
   exit;
 }