mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
disable error reporting
This commit is contained in:
parent
d3c98afa61
commit
c4b629bdd1
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
session_start();
|
||||
$TAB = 'IP';
|
||||
error_reporting(NULL);
|
||||
|
||||
// Main include
|
||||
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
session_start();
|
||||
$TAB = 'WEB';
|
||||
error_reporting(NULL);
|
||||
|
||||
// Main include
|
||||
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue