X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fgetkiosk.php;h=ba0ea77ee2f283ad87e16a06b62ea4e96f06a0c6;hb=96a9229b8cbcda886c8c7ab826ae1e1ba3bf97d0;hp=1f8d59923e3fa12c8191bce6fe7947eb2a103d7f;hpb=e2d8e2efbb2cb161e3102c246a2c7b22d33da117;p=gosa.git diff --git a/html/getkiosk.php b/html/getkiosk.php index 1f8d59923..ba0ea77ee 100644 --- a/html/getkiosk.php +++ b/html/getkiosk.php @@ -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; }