fixed error with saved error state on server blogereus2

This commit is contained in:
Serghey Rodin 2012-09-26 14:30:12 +03:00
commit 82862ddf04
3 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
error_reporting(NULL);
ob_start();
session_start();
unset($_SESSION['error_msg']);
$TAB = 'WEB';
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");