CMXX - Debuglogging update
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
include_once './assets/functions.php';
|
include_once './assets/functions.php';
|
||||||
include_once './settings/settings.php';
|
include_once './settings/settings.php';
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
defined($security_key) or exit;
|
defined($security_key) or exit;
|
||||||
//ini_set('display_errors', '1');
|
|
||||||
//ini_set('display_startup_errors', '1');
|
|
||||||
//error_reporting(E_ALL);
|
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
// Get user_details
|
// Get user_details
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
defined($security_key) or exit;
|
defined($security_key) or exit;
|
||||||
//ini_set('display_errors', '1');
|
|
||||||
//ini_set('display_startup_errors', '1');
|
|
||||||
//error_reporting(E_ALL);
|
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
// Get user_details
|
// Get user_details
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
//defined($security_key) or exit;
|
//defined($security_key) or exit;
|
||||||
$request = explode('/', trim($_SERVER['PATH_INFO'],'/'));
|
$request = explode('/', trim($_SERVER['PATH_INFO'],'/'));
|
||||||
|
|
||||||
ini_set('display_errors', '1');
|
|
||||||
ini_set('display_startup_errors', '1');
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
// Application related calls
|
// Application related calls
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
defined($security_key) or exit;
|
defined($security_key) or exit;
|
||||||
ini_set('display_errors', '1');
|
|
||||||
ini_set('display_startup_errors', '1');
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
// contracts_billing
|
// contracts_billing
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
defined($security_key) or exit;
|
defined($security_key) or exit;
|
||||||
|
|
||||||
ini_set('display_errors', '1');
|
|
||||||
ini_set('display_startup_errors', '1');
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
|
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
// Products
|
// Products
|
||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
include_once './assets/functions.php';
|
include_once './assets/functions.php';
|
||||||
include_once './settings/settings.php';
|
include_once './settings/settings.php';
|
||||||
|
|||||||
@@ -1,8 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
//ini_set('display_errors', '1');
|
|
||||||
//ini_set('display_startup_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_errors', '1');
|
||||||
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
$page = 'equipment_manage';
|
$page = 'equipment_manage';
|
||||||
$page_edit = 'equipment_manage_edit';
|
$page_edit = 'equipment_manage_edit';
|
||||||
//Check if allowed
|
//Check if allowed
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
$page = 'firmwaretool';
|
$page = 'firmwaretool';
|
||||||
//Check if allowed
|
//Check if allowed
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
include_once './assets/functions.php';
|
include_once './assets/functions.php';
|
||||||
include_once './settings/settings.php';
|
include_once './settings/settings.php';
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
include_once './assets/functions.php';
|
include_once './assets/functions.php';
|
||||||
include_once './settings/settings.php';
|
include_once './settings/settings.php';
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
//ini_set('display_errors', '1');
|
|
||||||
//ini_set('display_startup_errors', '1');
|
|
||||||
//error_reporting(E_ALL);
|
|
||||||
|
|
||||||
include './assets/functions.php';
|
include './assets/functions.php';
|
||||||
include './settings/settings.php';
|
include './settings/settings.php';
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
include_once './assets/functions.php';
|
include_once './assets/functions.php';
|
||||||
include_once './settings/settings.php';
|
include_once './settings/settings.php';
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
include_once './assets/functions.php';
|
include_once './assets/functions.php';
|
||||||
include_once './settings/settings.php';
|
include_once './settings/settings.php';
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
//ini_set('display_errors', '1');
|
|
||||||
//ini_set('display_startup_errors', '1');
|
|
||||||
//error_reporting(E_ALL);
|
|
||||||
|
|
||||||
include './assets/functions.php';
|
include './assets/functions.php';
|
||||||
include './settings/settings.php';
|
include './settings/settings.php';
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
include_once './assets/functions.php';
|
include_once './assets/functions.php';
|
||||||
include_once './settings/settings.php';
|
include_once './settings/settings.php';
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
defined(page_security_key) or exit;
|
defined(page_security_key) or exit;
|
||||||
|
|
||||||
//ini_set('display_errors', '1');
|
if (debug && debug_id == $_SESSION['id']){
|
||||||
//ini_set('display_startup_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting(E_ALL);
|
ini_set('display_startup_errors', '1');
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
}
|
||||||
|
|
||||||
include_once './assets/functions.php';
|
include_once './assets/functions.php';
|
||||||
include_once './settings/settings.php';
|
include_once './settings/settings.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user