CMXX - Debuglogging update

This commit is contained in:
“VeLiTi”
2024-11-12 14:48:33 +01:00
parent be960e25cc
commit 7fd167146d
17 changed files with 55 additions and 52 deletions

View File

@@ -1,8 +1,6 @@
<?php
defined($security_key) or exit;
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
//------------------------------------------
// contracts_billing
//------------------------------------------

View File

@@ -1,10 +1,6 @@
<?php
defined($security_key) or exit;
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
//------------------------------------------
// Products
//------------------------------------------