Fix select in add.php, lower error_reporting in vars

This commit is contained in:
andryyy
2017-01-29 12:01:24 +01:00
parent 8d596080de
commit bfd0857b3e
2 changed files with 15 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
<?php
// error_reporting(E_ERROR | E_WARNING);
error_reporting(E_ALL);
error_reporting(E_ERROR | E_WARNING);
//error_reporting(E_ALL);
/*
PLEASE USE THE FILE "vars.local.inc.php" TO OVERWRITE SETTINGS AND MAKE THEM PERSISTENT!