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,12 @@
<?php
defined(page_security_key) or exit;
//ini_set('display_errors', '1');
//ini_set('display_startup_errors', '1');
//error_reporting(E_ALL);
if (debug && debug_id == $_SESSION['id']){
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
}
$page = 'equipment_manage';
$page_edit = 'equipment_manage_edit';
//Check if allowed