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,8 +1,6 @@
<?php
// Init
//error_reporting(NULL);
//ob_start();
session_start();
/error_reporting(NULL);
$TAB = 'SERVER';
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");