Searched refs:WHITELIST_ACTIONS (Results 1 – 1 of 1) sorted by relevance
27 protected const WHITELIST_ACTIONS = '/^(show|export_.*)$/'; define in syntax_plugin_struct_output106 if (!preg_match(self::WHITELIST_ACTIONS, act_clean($ACT))) return true;