![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
if(!checkRole("admin")) if(!Settings::getValue("debug", "enable_trace_file_downloads")) | $filename = Settings::getValue("debug", "trace_path") |
$filepath = sanitizePath($filename) | |
$mimetype = "text/plain" | |
$f = fopen($filepath, "r") | |
$size = filesize($filepath) | |
$f = fopen($filepath, "r") |
Definition at line 54 of file download_trace.inc.
if (!checkRole("admin")) if (!Settings::getValue("debug", "enable_trace_file_downloads")) $filename = Settings::getValue("debug", "trace_path") |
Definition at line 46 of file download_trace.inc.
$filepath = sanitizePath($filename) |
Definition at line 48 of file download_trace.inc.
$mimetype = "text/plain" |
Definition at line 51 of file download_trace.inc.
$size = filesize($filepath) |
Definition at line 55 of file download_trace.inc.