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
// Init
error_reporting(NULL);
session_start();
$TAB = 'LOG';
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");