CMS  Version 3.9
trace.inc File Reference

Go to the source code of this file.

Variables

if(!Settings::getValue("debug", "enable_trace_file_downloads")) $filename = Settings::getValue("debug", "trace_path")
 
 $filepath = sanitizePath($filename)
 
if(file_exists($filepath)) else
 

Variable Documentation

◆ $filename

if (!Settings::getValue("debug", "enable_trace_file_downloads")) $filename = Settings::getValue("debug", "trace_path")

Definition at line 42 of file trace.inc.

◆ $filepath

$filepath = sanitizePath($filename)

Definition at line 43 of file trace.inc.

◆ else

if (file_exists( $filepath)) else

Definition at line 52 of file trace.inc.