CMS  Version 3.9
scan.inc File Reference

Go to the source code of this file.

Variables

if(!checkRole("admin") && $_SERVER["REMOTE_ADDR"] !=$_SERVER["SERVER_ADDR"] && $_SERVER["REMOTE_ADDR"] !=gethostbyname($config['http_host']) && $_SERVER["REMOTE_ADDR"] !="127.0.0.1") if($_SERVER["REMOTE_ADDR"]=="127.0.0.1" &&array_key_exists("clear", $_GET)) $verbosity = checkNumeric($_GET["verbosity"])
 
if($verbosity) ComponentManager $plain = checkNumeric($_GET["plain"])
 
 try
 
catch(Exception $e) if(checkRole("admin")) else
 

Variable Documentation

◆ $plain

if ( $verbosity) ComponentManager $plain = checkNumeric($_GET["plain"])

Definition at line 51 of file scan.inc.

◆ $verbosity

if (!checkRole("admin") &&$_SERVER["REMOTE_ADDR"] !=$_SERVER["SERVER_ADDR"] &&$_SERVER["REMOTE_ADDR"] !=gethostbyname( $config[ 'http_host']) &&$_SERVER["REMOTE_ADDR"] !="127.0.0.1") if ( $_SERVER["REMOTE_ADDR"]=="127.0.0.1" &&array_key_exists("clear", $_GET)) $verbosity = checkNumeric($_GET["verbosity"])

Definition at line 49 of file scan.inc.

◆ else

catch (Exception $e) if (checkRole("admin")) else
Initial value:
{
echo "Scan Complete\n"

Definition at line 77 of file scan.inc.

◆ try

try
Initial value:
{
ComponentManager provides the core functionality for building the component map describing the applic...

Definition at line 56 of file scan.inc.