Go to the source code of this file.
|
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 |
|
◆ $plain
◆ $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"]) |
◆ else
catch (Exception $e) if (checkRole("admin")) else |
Initial value:
Definition at line 77 of file scan.inc.
◆ try
Initial value:{
ComponentManager provides the core functionality for building the component map describing the applic...
Definition at line 56 of file scan.inc.