admin web: show PHP warnings

This commit is contained in:
David Anderson 2014-04-20 00:29:05 -07:00
parent 6656e2eaec
commit 89d92f4a24
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
// You should have received a copy of the GNU Lesser General Public License
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
error_reporting(E_ALL);
ini_set('display_errors', true);
ini_set('display_startup_errors', true);
require_once("../inc/db_ops.inc");
require_once("../inc/util.inc");
require_once("../project/project.inc");