Globals


Global Summary
final bool

COT_CODE

Install script

final bool

COT_UPDATE

final bool

MQGPC

mixed

_GET

mixed

_SESSION

mixed

branch

mixed

cfg

mixed

db

mixed

dbc_port

mixed

default_modules

mixed

file

mixed

gpc

mixed

lang

mixed

out

mixed

prev_branch

mixed

scheme

mixed

sql_install

mixed

sys

mixed

theme

mixed

url

Global Detail

COT_CODE

install.php at line 11
public final bool COT_CODE = TRUE

Install script

Copyright:
(c) Cotonti Team
License:
https://github.com/Cotonti/Cotonti/blob/master/License.txt

COT_UPDATE

modules\install\inc\install.update.php at line 9
public final bool COT_UPDATE = true

Copyright:
(c) Cotonti Team
License:
https://github.com/Cotonti/Cotonti/blob/master/License.txt

MQGPC

install.php at line 57
public final bool MQGPC = FALSE

_GET

install.php at line 53
public mixed _GET

_SESSION

install.php at line 74
public mixed _SESSION = cot_import('lang'

branch

install.php at line 88
public mixed branch = 'siena'

cfg

install.php at line 63
public mixed cfg

db

install.php at line 94
public mixed db = new CotDB('mysql:host='.$cfg['mysqlhost'].$dbc_port.';dbname='.$cfg['mysqldb']

dbc_port

install.php at line 93
public mixed dbc_port = empty($cfg['mysqlport']

default_modules

modules\install\inc\install.install.php at line 11
public mixed default_modules = array('index'

Copyright:
(c) Cotonti Team
License:
https://github.com/Cotonti/Cotonti/blob/master/License.txt

file

install.php at line 119
public mixed file = './datas/config.php'

gpc

install.php at line 53
public mixed gpc = array(&$_GET

lang

install.php at line 75
public mixed lang = cot_lang_determine

out

install.php at line 118
public mixed out = gmdate('D, d M Y H:i:s'

prev_branch

install.php at line 89
public mixed prev_branch = 'genoa'

scheme

install.php at line 117
public mixed scheme = $cfg['defaultscheme']

sql_install

install.php at line 98
public mixed sql_install = @$db->query("SHOW TABLES LIKE '$db_updates'"

sys

install.php at line 64
public mixed sys = $url['scheme'] == 'https' ? true : false

theme

install.php at line 116
public mixed theme = $cfg['defaulttheme']

url

install.php at line 63
public mixed url = parse_url($cfg['mainurl']