Go to the source code of this file.
|
if(function_exists('mb_internal_encoding')) if(version_compare(phpversion(), "5.3.0", ">=")==1) | else |
|
if(isset($_GET['refresh']) && $_GET['refresh']) if(!file_exists('./inc/header.inc.php')) if($_GET | else ['orca_integration'] &&preg_match('/^[0-9a-z]+$/', $_GET['orca_integration'])) |
|
| $ret = @include_once($gConf['dir']['inc'] . 'util.inc.php') |
|
| if (! $ret) |
|
| $action = isset($_GET['action']) ? $_GET['action'] : (isset($_POST['action']) ? $_POST['action'] : '') |
|
| $_GET ['debug'] = isset($_GET['debug']) && $_GET['debug'] ? 1 : 0 |
|
| $_GET ['trans'] = isset ($_GET['trans']) && $_GET['trans'] ? 1 : 0 |
|
global | $orca_admin |
|
◆ $_GET [1/2]
$_GET[ 'debug'] = isset($_GET['debug']) && $_GET['debug'] ? 1 : 0 |
◆ $_GET [2/2]
$_GET[ 'trans'] = isset ($_GET['trans']) && $_GET['trans'] ? 1 : 0 |
◆ $action
$action = isset($_GET['action']) ? $_GET['action'] : (isset($_POST['action']) ? $_POST['action'] : '') |
◆ $orca_admin
◆ $ret
$ret = @include_once($gConf['dir']['inc'] . 'util.inc.php') |
◆ else [1/2]
if (function_exists( 'mb_internal_encoding')) if (version_compare(phpversion(), "5.3.0", ">=")==1) else |
◆ else [2/2]
if (isset( $_GET[ 'refresh']) &&$_GET[ 'refresh']) if (!file_exists('./inc/header.inc.php')) if ( $_GET else[ 'orca_integration'] &&preg_match('/^[0-9a-z]+$/', $_GET[ 'orca_integration'])) |
Initial value:{
define('CH_ORCA_INTEGRATION', 'cheetah')
Definition at line 33 of file index.php.
◆ if