X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fhelpviewer.php;h=4cbc459abf94bd630ae888d5c414469b832aef5e;hb=7dc416a3b6561a8b6b4d8098a31e2acea5481422;hp=511dc06676e4806f08294af1e238d8740a19ac0f;hpb=888f9d7ce78494b0c3308f551bd0857e1ecfc0d0;p=gosa.git diff --git a/html/helpviewer.php b/html/helpviewer.php index 511dc0667..4cbc459ab 100644 --- a/html/helpviewer.php +++ b/html/helpviewer.php @@ -23,7 +23,7 @@ @require_once ("functions.inc"); @require_once ("functions_helpviewer.inc"); -error_reporting(E_ALL); +error_reporting(E_ALL | E_STRICT); restore_error_handler(); header("Content-type: text/html; charset=UTF-8"); @@ -33,7 +33,7 @@ $config= $_SESSION['config']; /* If no config object is found in the session, abort help */ if (!isset($_SESSION['config'])){ - gosa_log ("main.php called without session"); + new log("security","all/all","",array(),"Help viewer called without session") ; header ("Location: index.php"); exit; } @@ -189,11 +189,11 @@ while($file = readdir($f)){ /* Some replacements */ $backwardlink = " - \""._("previous")."\" + \""._("previous")."\" "; $forwardlink = " - \""._("next")."\" + \""._("next")."\" ";