Lines Matching refs:INPUT
124 global $INPUT;
126 $page = $INPUT->str('page');
228 global $INPUT;
232 $this->logAdmin([$INPUT->str('act') . ' ' . $INPUT->str('ext')], 'extension');
243 global $INPUT;
246 if ($INPUT->str('page') === 'config'
247 && $INPUT->bool('save') === true
248 && !empty($INPUT->arr('config'))
254 if ($INPUT->str('page') === 'extension') {
255 if ($INPUT->post->has('fn')) {
256 $actions = $INPUT->post->arr('fn');
262 } elseif ($INPUT->post->str('installurl')) {
263 $this->logAdmin(['installurl', $INPUT->post->str('installurl')]);
270 if ($INPUT->str('page') === 'acl' && $INPUT->has('cmd')) {
271 $cmd = $INPUT->extract('cmd')->str('cmd');
272 $del = $INPUT->arr('del');
278 'ns' => $INPUT->str('ns'),
279 'acl_t' => $INPUT->str('acl_t'),
280 'acl_w' => $INPUT->str('acl_w'),
281 'acl' => $INPUT->str('acl')