error_reporting

This commit is contained in:
Serghey Rodin 2015-11-06 22:54:06 +02:00
commit 6ea0061476
21 changed files with 22 additions and 25 deletions

View file

@ -1,7 +1,6 @@
<?php
session_start();
$TAB = 'IP';
error_reporting(NULL);
$TAB = 'IP';
// Main include
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");