Home
last modified time | relevance | path

Searched refs:_SERVER (Results 376 – 400 of 667) sorted by relevance

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

/plugin/pureldap/_test/
H A Dauth.test.php
/plugin/publish/_test/
H A Dmail.test.php28 $_SERVER['REMOTE_USER'] = 'testuser';
/plugin/404manager/
H A Dadmin.php408 if (substr_count($_SERVER['HTTP_REFERER'], 'admin.php')) {
420 if ($_SERVER['HTTP_REFERER'] <> '') {
421 … $this->pageRedirections[$sourcePageId]['LastReferrer'] = $_SERVER['HTTP_REFERER'];
590 $this->pageRedirections[$sourcePageId]['LastReferrer'] = $_SERVER['HTTP_REFERER'];
601 "REFERRER" => $_SERVER['HTTP_REFERER'],
/plugin/move/_test/
H A DaffectedPagesNs.test.php20 $_SERVER['REMOTE_USER'] = 'john'; //now it's testing as admin
/plugin/siteexport/_test/
H A Dplugin_siteexport_javascript.test.php32 $_SERVER['SERVER_PORT'] = rand();
/plugin/webdav/core/
H A DUtils.php242 'user' => (isset($_SERVER['REMOTE_USER']) ? $_SERVER['REMOTE_USER'] : '-'),
/plugin/linkback/
H A Dtools.php128 $remote = $_SERVER['REMOTE_ADDR'];
129 $user = $_SERVER['REMOTE_USER'];
/plugin/facebookalbum/
H A Dfacebook.php885 $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on'
888 $currentUrl = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
/plugin/elasticsearch/action/
H A Dsearch.php327 if (isset($_SERVER['REMOTE_USER'])) {
330 $term->setTerm('users_include', $_SERVER['REMOTE_USER']);
348 if (isset($_SERVER['REMOTE_USER'])) {
350 $term->setTerm('users_exclude', $_SERVER['REMOTE_USER']);
/plugin/distribute/syntax/
H A Dsyntax.php49 …$renderer->doc .= "<a href='$_SERVER[PHP_SELF]?do=distribute&plugin=$match->arg&id=$ID' class='med…
/plugin/davcal/
H A Dics.php16 $path = explode('/', $_SERVER['REQUEST_URI']);
/plugin/siteexport/action/
H A Dajax.php1206 $script = $conf['basedir'] . $relpath . basename($_SERVER['SCRIPT_FILENAME']);
1207 } elseif ($_SERVER['DOCUMENT_ROOT'] && $_SERVER['SCRIPT_FILENAME']) {
1208 $script = preg_replace('/^' . preg_quote($_SERVER['DOCUMENT_ROOT'], '/') . '/', '',
1209 $_SERVER['SCRIPT_FILENAME']);
1212 $script = $_SERVER['SCRIPT_NAME'];
1286 $_SERVER['HTTP_HOST'] = preg_replace("/:?\d+$/", '', $_SERVER['HTTP_HOST']);
1287 …$cache = getCacheName('scripts' . $_SERVER['HTTP_HOST'] . '-siteexport-js-' . $_SERVER['SERVER_POR…
1299 …$cache = getCacheName('styles' . $_SERVER['HTTP_HOST'] . '-siteexport-js-' . $_SERVER['SERVER_PORT…
/plugin/singlesearchresult/
H A Daction.php30 if($_SERVER['REMOTE_USER']) {
/plugin/smblink/
H A Dsyntax.php85 if (strstr($_SERVER['HTTP_USER_AGENT'], 'Linux')) {
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php149 $backup = array($_SERVER['REMOTE_USER'], $USERINFO['grps']);
150 $_SERVER['REMOTE_USER'] = $runas;
186 list($_SERVER['REMOTE_USER'], $USERINFO['grps']) = $backup;
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php149 $backup = array($_SERVER['REMOTE_USER'], $USERINFO['grps']);
150 $_SERVER['REMOTE_USER'] = $runas;
186 list($_SERVER['REMOTE_USER'], $USERINFO['grps']) = $backup;
/plugin/authremoteuser/
H A Dauth.php75 if (!empty($_SERVER[$serverVarNameOfAuthSystem])) {
76 $remoteUser = $this->cleanUser($_SERVER[$serverVarNameOfAuthSystem]);
77 $_SERVER['REMOTE_USER'] = $remoteUser;
/plugin/translate/
H A Daction.php49 if (empty($_SERVER['REMOTE_USER']) ||
264 $user = $_SERVER['REMOTE_USER'];
376 $user = $_SERVER['REMOTE_USER'];
/plugin/owncloud/exe/
H A Ddetail.php37 $queryString = $_SERVER['QUERY_STRING'];
/plugin/fedauth/classes/usr/
H A Dfa_remove.usr.class.php29 if (empty($_SERVER['REMOTE_USER'])) return null;
/plugin/unameban/
H A Daction.php32 $client = $_SERVER['REMOTE_USER'];
/plugin/nobadbrowser/
H A Daction.php36 $this->binfo= $this->get_browser_local($_SERVER['HTTP_USER_AGENT']);
46 $this->binfo['_UA']= $_SERVER['HTTP_USER_AGENT'];
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php117 echo '<a href="'.htmlentities($_SERVER['PHP_SELF'], ENT_QUOTES).'">Start Over</a><br><br>';
118 …echo '<form action="'.htmlentities($_SERVER['PHP_SELF'], ENT_QUOTES).'" method="post" enctype="mul…
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php78 $header .= "User-Agent: $_SERVER[HTTP_USER_AGENT]\r\n";
89 $header .= "User-Agent: $_SERVER[HTTP_USER_AGENT]\r\n";
/plugin/templateconfhelper/exe/
H A Dcss.php62 …$cache = new cache('styles'.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'].DOKU_BASE.$cache.$mediat…

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