Home
last modified time | relevance | path

Searched refs:_SERVER (Results 151 – 175 of 667) sorted by last modified time

12345678910>>...27

/plugin/passpolicy/
H A Daction.php61 $user = $INPUT->post->str('user', $_SERVER['REMOTE_USER']);
/plugin/quickstats/
H A Daction.php53 $ip = $_SERVER['REMOTE_ADDR'];
206 if(empty($_SERVER['QUERY_STRING']) || $this->is_excluded($this->ipaddr)) return;
211 $elems = explode('&',html_entity_decode($_SERVER['QUERY_STRING'])) ;
354 $ip = $_SERVER['REMOTE_ADDR'];
401 $ip = $_SERVER['REMOTE_ADDR'];
/plugin/quickstats/db/
H A Dphp-local-browscap.php68 …if (($user_agent==null)&&isset($_SERVER['HTTP_USER_AGENT'])) $user_agent=$_SERVER['HTTP_USER_AGENT…
/plugin/authhttp/
H A DREADME18 $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'].
101 the HTTP authentication login name (the string in $_SERVER['PHP_AUTH_USER']).
H A Daction.php124 $elem['value'] = $_SERVER['PHP_AUTH_USER'];
156 $elem['value'] = $_SERVER['PHP_AUTH_USER'];
H A Dauth.php50 if (!array_key_exists('PHP_AUTH_USER', $_SERVER) || $_SERVER['PHP_AUTH_USER'] == "") {
99 return ($user == $this->cleanUser($_SERVER['PHP_AUTH_USER']) && $pass == $_SERVER['PHP_AUTH_PW']);
/plugin/preregister/
H A Daction.php129 if($_SERVER['REMOTE_USER']){
/plugin/tplmod/
H A Daction.php58 $client = $_SERVER['REMOTE_USER'];
107 $client = $_SERVER['REMOTE_USER'];
/plugin/iptrust2/
H A Daction.php47 if (!isset($_SERVER['REMOTE_USER'])) {
86 $logins[$i] = $_SERVER['REMOTE_USER']."\t".$ip."\t".time()."\n";
/plugin/schulzevote/
H A Dhelper.php84 $this->votes[] = array('user' => $_SERVER['REMOTE_USER'], 'data' => $data);
107 if ($vote['user'] === $_SERVER['REMOTE_USER'])
211 if ($vote['user'] === $_SERVER['REMOTE_USER']) {
221 if ($vote['user'] === $_SERVER['REMOTE_USER']) {
231 $vote_this = array('user' => $_SERVER['REMOTE_USER'], 'data' => array());
/plugin/schulzevote/syntax/
H A Dvote.php120 if (!isset($_SERVER['REMOTE_USER'])) {
257 if ($_SERVER['REMOTE_USER'] === $su_user)
/plugin/authnc/
H A Dauth.php108 $_SERVER['REMOTE_USER'] = $user;
120 $_SERVER['REMOTE_USER'] = $_SESSION[DOKU_COOKIE]['auth']['user'];
/plugin/stale/
H A Dhelper.php44 if (!auth_isadmin($_SERVER['REMOTE_USER'], $USERINFO['grps'])) {
/plugin/authremoteuser/
H A Dauth.php75 if (!empty($_SERVER[$serverVarNameOfAuthSystem])) {
76 $remoteUser = $this->cleanUser($_SERVER[$serverVarNameOfAuthSystem]);
77 $_SERVER['REMOTE_USER'] = $remoteUser;
H A DREADME.md27 environment variable on your web server (`_SERVER[...]`) (and disable
57 username in `_SERVER[...]` whereby `...` is the variable name of your
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1 …'\n ],\n phpPreDefinedVariables: [\n '$GLOBALS',\n '$_SERVER',\n '$_GET…
/plugin/dirtylittlehelper/syntax/
H A Dtree.php115 $this->dlh_dokubook_tree( substr($_SERVER['PATH_INFO'],1) );
/plugin/logindelay/action/
H A Dlogin.php58 $authenticatedUser = $_SERVER['REMOTE_USER'];
/plugin/schedule/
H A Dschedules.class.php580 $schedule->user = $_SERVER['REMOTE_USER'];
1052 ' <form method="POST" action="'.$_SERVER['PHP_SELF'].'">'.NL.
1589 … ' <form class="scheduleFinalForm" method="POST" action="'.$_SERVER["PHP_SELF"].'">'.NL.
H A DajaxClearCache.php17 if (isset ($_SERVER['REMOTE_USER']))
18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
H A Dajax.php24 if (isset ($_SERVER['REMOTE_USER']))
25 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
H A DajaxPOI.php20 if (isset ($_SERVER['REMOTE_USER']))
21 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/fksnewsfeed/admin/
H A Dpush.php51 header('Location: ' . $_SERVER['REQUEST_URI']);
/plugin/fksnewsfeed/
H A Daction.php172 header('Location: ' . $_SERVER['REQUEST_URI']);
202 header('Location: ' . $_SERVER['REQUEST_URI']);
211 header('Location: ' . $_SERVER['REQUEST_URI']);
229 header('Location: ' . $_SERVER['REQUEST_URI']);
/plugin/goto/
H A Daction.php25 $user = $_SERVER['REMOTE_USER'];

12345678910>>...27