Home
last modified time | relevance | path

Searched refs:_SERVER (Results 551 – 575 of 667) sorted by relevance

1...<<21222324252627

/plugin/passpolicy/
H A Daction.php61 $user = $INPUT->post->str('user', $_SERVER['REMOTE_USER']);
/plugin/sketchcanvas/phplib/
H A Dspyc.php1041 if (empty ($_SERVER['argc']) || $_SERVER['argc'] < 2) break;
1042 if (empty ($_SERVER['PHP_SELF']) || $_SERVER['PHP_SELF'] != 'spyc.php') break;
/plugin/mantis/lib/
H A Dnusoap.php3588 if (isset($_SERVER)) {
3648 if (isset($_SERVER['QUERY_STRING'])) {
3649 $qs = $_SERVER['QUERY_STRING'];
3737 } elseif(isset($_SERVER) && is_array($_SERVER)){
3739 foreach ($_SERVER as $k => $v) {
4366 if (isset($_SERVER)) {
4368 $SCRIPT_NAME = isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] : $_SERVER['SCRIPT_NAME'];
4440 if (isset($_SERVER)) {
4443 $SCRIPT_NAME = isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] : $_SERVER['SCRIPT_NAME'];
5257 if (isset($_SERVER)) {
[all …]
/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']).
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php56 …$root->appendChild($document->createElement('timestamp', date('Y-m-d H:i:s', (int) $_SERVER['REQUE…
/plugin/ckgedit/
H A Dhelper.php139 $client = $_SERVER['REMOTE_USER'];
/plugin/publish/action/
H A Dbanner.php200 if ($approve[1] == $_SERVER['REMOTE_USER']) {
/plugin/twofactor/action/
H A Dlogin.php246 $this->getConf("useinternaluid") ? auth_browseruid() : $_SERVER['HTTP_USER_AGENT'],
/plugin/task/
H A Dhelper.php262 …if (isset($user['id']) && $user['id'] == $_SERVER['REMOTE_USER'] || isset($user['name']) && $user[…
350 'UID:'.$id.'@'.$_SERVER['SERVER_NAME'].CRLF.
/plugin/tplmod/
H A Daction.php58 $client = $_SERVER['REMOTE_USER'];
107 $client = $_SERVER['REMOTE_USER'];
/plugin/pycode/
H A Daction.php76 $uri = rtrim(DOKU_URL, "/") . $_SERVER['REQUEST_URI'];
/plugin/loadskin/
H A Daction.php130 $user = $_SERVER['REMOTE_USER'];
/plugin/blog/
H A Daction.php137 $user = $_SERVER['REMOTE_USER'];
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php64 $this->manager->providers->save($_SERVER['REMOTE_USER']);
/plugin/contactmodern/
H A Dsyntax.php260 …$ret = "<form action=\"".$_SERVER['REQUEST_URI']."#form-".$this->formId."\" method=\"POST\"><a nam…
/plugin/letsencrypt/
H A Dhelper.php231 $root = $_SERVER['DOCUMENT_ROOT'];
/plugin/farm/
H A Dsoapserver.php228 if($_SERVER['REQUEST_METHOD'] == 'POST') {
/plugin/ajaxpeon/
H A Daction.php103 $out=$_SERVER['REMOTE_USER'];
/plugin/discordnotifier/
H A Dhelper.php104 $user = $_SERVER['REMOTE_USER'];
/plugin/discussion/
H A Dhelper.php288 …if(!empty($groups) && auth_isMember($groups, $_SERVER['REMOTE_USER'], (array)$USERINFO['grps'])) r…
/plugin/recommend/
H A Daction.php65 if (empty($_SERVER['REMOTE_USER'])) return;
/plugin/groupmail/
H A Dsyntax.php233 …$ret = '<form id="'.$this->formId.'" action="'.$_SERVER['REQUEST_URI'].'#'.$this->formId.'" method…
381 $_SERVER["REMOTE_ADDR"],
/plugin/swiftmail/
H A DSwift.php93 …if (!$domain) $domain = !empty($_SERVER["SERVER_ADDR"]) ? "[" . $_SERVER["SERVER_ADDR"] . "]" : "l…
/plugin/sectiontoggle/
H A DMobile_Detect.php675 * @param array $headers Specify the headers as injection. Should be PHP _SERVER flavored.
676 * If left empty, will use the global _SERVER['HTTP_*'] vars instead.
704 * @param array $httpHeaders The headers to set. If null, then using PHP's _SERVER to extract
709 // use global _SERVER if $httpHeaders aren't defined
711 $httpHeaders = $_SERVER;
717 // Only save HTTP headers. In PHP land, that means only _SERVER vars that
796 // use global _SERVER if $cfHeaders aren't defined
798 $cfHeaders = $_SERVER;
804 // Only save CLOUDFRONT headers. In PHP land, that means only _SERVER vars that
/plugin/googlesearch/
H A Dnusoap.php3201 if (isset($_SERVER)) {
3261 if (isset($_SERVER['QUERY_STRING'])) {
3262 $qs = $_SERVER['QUERY_STRING'];
3350 } elseif(isset($_SERVER) && is_array($_SERVER)){
3352 foreach ($_SERVER as $k => $v) {
3935 if (isset($_SERVER)) {
3937 $SCRIPT_NAME = isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] : $_SERVER['SCRIPT_NAME'];
4002 if (isset($_SERVER)) {
4003 $SERVER_NAME = $_SERVER['SERVER_NAME'];
4005 $SCRIPT_NAME = isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] : $_SERVER['SCRIPT_NAME'];
[all …]

1...<<21222324252627