Strict but sane Error reporting system
[mirrors/Kyberia-bloodline.git] / wwwroot / _ajax / get_moods.php
index 03342fab183587c79edc7d85c60517d8e5eeb7cf..928ebc2d58e79e1806eca5cfcc65c63ac6288aca 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-error_reporting(1);
+error_reporting(E_ALL | E_STRICT);
 session_start();
 require('../config/config.inc');
 require(INCLUDE_DIR.'database.inc');
This page took 0.158345 seconds and 4 git commands to generate.