Allegro returns - KS document

This commit is contained in:
Michał Zieliński
2025-05-29 17:43:29 +02:00
parent 204334acd6
commit 35632037d7
14 changed files with 881 additions and 526 deletions

View File

@@ -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