CMS  Version 3.9
generate_report.inc File Reference

Go to the source code of this file.

Variables

 $report_id = checkIdentifier($_REQUEST["report_id"])
 
 $target = checkIdentifier($_GET["target"])
 
 $mode = ($method == "POST") ? "post" : ""
 
if($report_id) else if($targetelse
 

Variable Documentation

◆ $mode

$mode = ($method == "POST") ? "post" : ""

Definition at line 8 of file generate_report.inc.

◆ $report_id

$report_id = checkIdentifier($_REQUEST["report_id"])

Definition at line 5 of file generate_report.inc.

◆ $target

$target = checkIdentifier($_GET["target"])

Definition at line 6 of file generate_report.inc.

◆ else

if ( $report_id) else if ( $target) else
Initial value:
{
Fakoli::end("Missing Report")
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().
Definition: core.inc:1149

Definition at line 22 of file generate_report.inc.