Merge pull request #492 from cdnmall/patch-5

Duplicate session_start
This commit is contained in:
Serghey Rodin
2015-12-11 21:56:49 +02:00

View File

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