Lines Matching refs:INPUT
62 global $INPUT;
69 return $INPUT->bool('save');
89 global $INPUT;
96 $INPUT->post->set('save', false);
130 global $INPUT;
132 if (!$INPUT->bool('u')) return; // this login was not triggered by a form
153 global $INPUT;
159 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
176 global $INPUT;
191 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
225 global $INPUT;
229 $INPUT->str('u') !== '' &&
230 empty($INPUT->server->str('http_credentials')) &&
231 empty($INPUT->server->str('REMOTE_USER'))
239 !empty($INPUT->server->str('REMOTE_USER'))