Allegro returns - KS document
This commit is contained in:
13
index.php
13
index.php
@@ -1,7 +1,16 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry'))define('sugarEntry', true);
|
||||
error_reporting(E_ERROR);
|
||||
//ini_set('display_errors', 1);
|
||||
|
||||
$SHOW_ERRORS = false; // set to true to show errors, false to hide them
|
||||
if ($SHOW_ERRORS) {
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
|
||||
} else {
|
||||
ini_set('display_errors', 0);
|
||||
ini_set('display_startup_errors', 0);
|
||||
error_reporting(0);
|
||||
}
|
||||
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
|
||||
Reference in New Issue
Block a user