Home
last modified time | relevance | path

Searched refs:_SERVER (Results 426 – 450 of 667) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/combo/action/
H A Dmetacsp.php79 $httpHeaderReferer = $_SERVER['HTTP_REFERER'] ?? '';
/plugin/gitbacked/lib/
H A DGitBackedUtil.php15 if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) die('Bad load order');
/plugin/tokenbucketauth/
H A Daction.php92 $ip = $_SERVER['REMOTE_ADDR'];
177 $ip = $_SERVER['REMOTE_ADDR'];
/plugin/const/
H A Daction.php60 $username=isset($_SERVER['REMOTE_USER'])?$_SERVER['REMOTE_USER']:"anonymous";
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php95 if (isset($_SERVER['COLUMNS'])) return (int)$_SERVER['COLUMNS'];
/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php316 return $keyDokuWikiCompliant . $_SERVER['HTTP_HOST'] . $_SERVER['SERVER_PORT'];
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php233 $v = sharedapi_extract_gpc_variable($_SERVER, $name, $default);
253 if (empty($variable) && isset($_SERVER['HTTP_REFERER'])) {
254 $variable = $_SERVER['HTTP_REFERER'];
598 if ($_SERVER['SERVER_PORT'] == '80') {
/plugin/authplaincas/
H A Dauth.php145 if (preg_match("#(bot)|(slurp)|(netvibes)#i", $_SERVER['HTTP_USER_AGENT'])) {
298 $_SERVER['REMOTE_USER'] = $USERINFO['uid'];
327 $_SERVER['REMOTE_USER'] = $USERINFO['uid'];
457 $_SERVER['REMOTE_USER'] = $USERINFO['uid'];
/plugin/logindelay/action/
H A Dlogin.php58 $authenticatedUser = $_SERVER['REMOTE_USER'];
/plugin/forcessllogin/
H A Daction.php90 $path = $_SERVER['REQUEST_URI'];
/plugin/zip/
H A Dadmin.php2 if(!defined('DOKU_INC')) define('DOKU_INC', dirname(dirname(dirname($_SERVER['SCRIPT_FILENAME']))).…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php49 $this->serverData = &$_SERVER;
/plugin/random_page/
H A Daction.php59 $testACL = auth_aclcheck($id, $_SERVER['REMOTE_USER'], $USERINFO['grps']);
/plugin/blogtng/exe/
H A Dtrackback.php40 $ID = substr($_SERVER['PATH_INFO'], 1);
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php45 if (empty($_SERVER['HTTP_ACCEPT_ENCODING'])) {
/plugin/webcomponent/action/
H A Djs.php45 if (empty($_SERVER['REMOTE_USER'])) {
/plugin/pagestat/
H A Daction.php25 $JSINFO['user'] = $_SERVER['REMOTE_USER'];
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php34 $xmlCoverage->setAttribute('generated', (int) $_SERVER['REQUEST_TIME']);
38 $xmlProject->setAttribute('timestamp', (int) $_SERVER['REQUEST_TIME']);
/plugin/stopforumspam2/
H A Dhelper.php274 if ($this->getConf('skipMgAndSp') == 'user' && $_SERVER['REMOTE_USER']) return TRUE;
277 …if(auth_isMember($this->getConf('userWhitelist'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps…
/plugin/do/syntax/
H A Ddo.php308 $data['task']['creator'] = $_SERVER['REMOTE_USER'];
332 array($_SERVER['REMOTE_USER'], $data['task']['creator'])
/plugin/authucenter/
H A Dauth.php98 $_SERVER['REMOTE_USER'] = $username;
141 $_SERVER['REMOTE_USER'] = $user;
480 $secure = $_SERVER['SERVER_PORT'] == 443 ? 1 : 0;
/plugin/wysiwyg/
H A Daction.php106 $myServer = $_SERVER['HTTP_HOST'];
/plugin/stopforumspam/
H A Daction.php55 $ip = $_SERVER['REMOTE_ADDR'];
/plugin/unameban/
H A Dadmin.php34 $newban = trim($_REQUEST['banusername'])."\t".time()."\t".$_SERVER['REMOTE_USER'];
/plugin/requiz/
H A Dhelper.php19 if(!$this->getConf('requizusr') && $_SERVER['REMOTE_USER']) return false;

1...<<11121314151617181920>>...27