mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
fixed error with saved error state on server blogereus2
This commit is contained in:
parent
84f7c548ae
commit
82862ddf04
3 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
error_reporting(NULL);
|
||||
ob_start();
|
||||
session_start();
|
||||
unset($_SESSION['error_msg']);
|
||||
|
||||
$TAB = 'WEB';
|
||||
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue