MAGIC_QUOTES_GPC MAGIC_QUOTES_GPC = function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()
STATICURL STATICURL = !empty($_config['output']['staticurl']) ? $_config['output']['staticurl'] : 'static/'
VERHASH VERHASH = isset($this->var['setting']['verhash']) ? $this->var['setting']['verhash'] : random(3)