Home
last modified time | relevance | path

Searched refs:WHITELIST_ACTIONS (Results 1 – 1 of 1) sorted by relevance

/plugin/struct/syntax/
H A Doutput.php26 protected const WHITELIST_ACTIONS = '/^(show|export_.*)$/';
105 if (!preg_match(self::WHITELIST_ACTIONS, act_clean($ACT))) return true;
24 protected const WHITELIST_ACTIONS = '/^(show|export_.*)$/'; global() define in syntax_plugin_struct_output