removed wrong slash

This commit is contained in:
Serghey Rodin 2015-11-07 00:09:14 +02:00
commit 16db6f903b

View file

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