Duplicate session_start

This commit is contained in:
Joe M 2015-11-17 04:40:05 -05:00
commit 35ccd19189

View file

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