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
commit 88dbea2e87

View file

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