core/class/dzzdzz_app.php

Classes

dzz_app

Constants

MAGIC_QUOTES_GPC

MAGIC_QUOTES_GPC = function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()

ICONV_ENABLE

ICONV_ENABLE = function_exists('iconv')

MB_ENABLE

MB_ENABLE = function_exists('mb_convert_encoding')

EXT_OBGZIP

EXT_OBGZIP = function_exists('ob_gzhandler')

TIMESTAMP

TIMESTAMP = time()

IS_ROBOT

IS_ROBOT = checkrobot()

DZZ_DEBUG

DZZ_DEBUG = false

STATICURL

STATICURL = !empty($_config['output']['staticurl']) ? $_config['output']['staticurl'] : 'static/'

CHARSET

CHARSET = $this->config['output']['charset']

FORMHASH

FORMHASH = $this->var['formhash']

IN_MOBILE

IN_MOBILE = $ismobile

VERHASH

VERHASH = isset($this->var['setting']['verhash']) ? $this->var['setting']['verhash'] : random(3)