CMS  Version 3.9
error_details.inc File Reference

Go to the source code of this file.

Variables

 $error_log_id = checkNumeric($_GET["error_log_id"])
 
 $error = new ErrorLog($error_log_id)
 
 $tracking = Settings::getValue("activity_tracker", "track_activity")
 
if($tracking) else
 
< b > Referer
 

Variable Documentation

◆ $error

$error = new ErrorLog($error_log_id)

Definition at line 7 of file error_details.inc.

◆ $error_log_id

$error_log_id = checkNumeric($_GET["error_log_id"])

Definition at line 5 of file error_details.inc.

◆ $tracking

$tracking = Settings::getValue("activity_tracker", "track_activity")

Definition at line 9 of file error_details.inc.

◆ else

if ( $tracking) else
Initial value:
{
$sid = $error->session
$error

Definition at line 20 of file error_details.inc.

◆ Referer

<b> Referer

Definition at line 27 of file error_details.inc.