Home
last modified time | relevance | path

Searched refs:_SERVER (Results 501 – 525 of 667) sorted by path

1...<<21222324252627

/plugin/piwik/
H A Dcode.php29 if (isset($_SERVER['REMOTE_USER']) && auth_isadmin()) { return; }
34 if (isset($_SERVER['REMOTE_USER'])) { return; }
/plugin/piwik2/
H A Dcode.php31 if (isset($_SERVER['REMOTE_USER']) && auth_isadmin()) {
40 if (isset($_SERVER['REMOTE_USER'])) {
57 if (isset($_SERVER['REMOTE_USER']) && auth_isadmin()) {
/plugin/popupviewer/
H A Daction.php42 if (isset($_SERVER['HTTP_X_DOKUWIKI_DO'])){
43 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO']));
/plugin/preregister/
H A Daction.php129 if($_SERVER['REMOTE_USER']){
/plugin/preservefilenames/
H A Dcommon.php62 $ua = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';
/plugin/publish/_test/
H A Dmail.test.php28 $_SERVER['REMOTE_USER'] = 'testuser';
H A Dmail.unit.test.php49 $_SERVER['REMOTE_USER'] = 'john';
H A Dpublish.test.php30 $_SERVER['REMOTE_USER'] = 'testuser';
/plugin/publish/action/
H A Dapprove.php92 $_SERVER['REMOTE_USER'],
104 $data['approver'] = $_SERVER['REMOTE_USER'];
H A Dbanner.php200 if ($approve[1] == $_SERVER['REMOTE_USER']) {
/plugin/publish/
H A Dhelper.php323 if (!$_SERVER['REMOTE_USER']) {
/plugin/pureldap/_test/
H A Dauth.test.php
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php84 $challenge->set('realm', $options['realm'] ?? $_SERVER['USERDOMAIN'] ?? gethostname());
239 if (isset($_SERVER['USERNAME'])) {
240 return $_SERVER['USERNAME'];
241 } elseif (isset($_SERVER['USER'])) {
242 return $_SERVER['USER'];
/plugin/pycode/
H A Daction.php76 $uri = rtrim(DOKU_URL, "/") . $_SERVER['REQUEST_URI'];
/plugin/qc/
H A Dhelper.php53 if (!isset($_SERVER['REMOTE_USER']) || !auth_isadmin()) {
/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/quicksubscribe/
H A Daction.php42 $ok = $sub->add($ns, $_SERVER['REMOTE_USER'], 'list');
53 $ok = $sub->remove($ns, $_SERVER['REMOTE_USER']);
/plugin/quiz/
H A Dclass_quiz.php542 if($_SERVER['REMOTE_USER']) $tmp = $_SERVER['REMOTE_USER'];
/plugin/random_page/
H A Daction.php59 $testACL = auth_aclcheck($id, $_SERVER['REMOTE_USER'], $USERINFO['grps']);
/plugin/randominc/
H A Dsyntax.php224 $user = $_SERVER['REMOTE_USER'];
/plugin/rating/
H A DCrawlerDetect.php328 $httpHeaders = $_SERVER;
H A Dhelper.php48 if(isset($_SERVER['REMOTE_USER'])) return $_SERVER['REMOTE_USER'];
/plugin/rawless/
H A Daction.php21 if ( strrpos( $_SERVER['SCRIPT_FILENAME'], 'css.php', -7 ) ) {
/plugin/recaptcha/
H A Daction.php83 if(!$this->getConf('forusers') && $_SERVER['REMOTE_USER']){
138 if(!$this->getConf('forusers') && $_SERVER['REMOTE_USER']){

1...<<21222324252627