Cheetah
Variables
index.php File Reference

Go to the source code of this file.

Variables

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
 

Variable Documentation

◆ $_GET [1/2]

$_GET[ 'debug'] = isset($_GET['debug']) && $_GET['debug'] ? 1 : 0

Definition at line 67 of file index.php.

◆ $_GET [2/2]

$_GET[ 'trans'] = isset ($_GET['trans']) && $_GET['trans'] ? 1 : 0

Definition at line 68 of file index.php.

◆ $action

$action = isset($_GET['action']) ? $_GET['action'] : (isset($_POST['action']) ? $_POST['action'] : '')

Definition at line 66 of file index.php.

◆ $orca_admin

global $orca_admin

Definition at line 74 of file index.php.

◆ $ret

$ret = @include_once($gConf['dir']['inc'] . 'util.inc.php')

Definition at line 39 of file index.php.

◆ else [1/2]

if (function_exists( 'mb_internal_encoding')) if (version_compare(phpversion(), "5.3.0", ">=")==1) else
Initial value:
{
error_reporting(E_ALL & ~E_NOTICE)

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 14 of file index.php.

◆ 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

if(! $ret)

Definition at line 40 of file index.php.