Code

Soem fixes for logging:
[gosa.git] / html / getbin.php
index 1817439c4b5b281d619eeec90a6e2dfa7e1303dc..daa16de6eb6cfb62aea7b6bd3a2f7475f725d965 100644 (file)
@@ -45,7 +45,7 @@ if (isset($_SESSION['binaryfile'])) {
 }
 
 echo $_SESSION['binary'];
-error_reporting (E_ALL);
+error_reporting (E_ALL | E_STRICT);
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>