Home
last modified time | relevance | path

Searched refs:_SERVER (Results 451 – 475 of 667) sorted by path

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

/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/math2/phpmathpublisher/
H A DCHANGELOG5 $dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts";
7 $dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts/";
H A Dmathpublisher.php42 if (!isset($dirfonts)) $dirfonts=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/fonts";
46 if (!isset($dirimg)) $dirimg=$_SERVER["DOCUMENT_ROOT"]."/phpmathpublisher/img";
/plugin/matomo/
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/mediasyntax/
H A Dhelper.php600 $user = $_SERVER['REMOTE_USER'];
/plugin/mikioplugin/
H A Dcss.php19 foreach($_SERVER as $name => $value) {
/plugin/move/_test/
H A DaffectedPagesNs.test.php20 $_SERVER['REMOTE_USER'] = 'john'; //now it's testing as admin
H A Dtpl.test.php39 $_SERVER['REMOTE_USER'] = 'john';
/plugin/move/action/
H A Dprogress.php38 if(!auth_ismanager($_SERVER['REMOTE_USER'], $USERINFO['grps'])) {
H A Drename.php203 if(!isset($_SERVER['REMOTE_USER'])) return false;
204 if(!auth_isMember($this->getConf('allowrename'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps'])) return false;
H A Dtree.php39 if(!auth_ismanager($_SERVER['REMOTE_USER'], $USERINFO['grps'])) {
/plugin/multilingual/
H A Daction.php53 if (($_SERVER['REMOTE_USER']!=null)&&($_REQUEST['do']=='login')) {
/plugin/multipoll/
H A Dsyntax.php106 if(isset($opts['showresultsto']) && $_SERVER['REMOTE_USER']) {
107 if(in_array($_SERVER['REMOTE_USER'], $opts['showresultsto'])) $showresultsextra = true;
154 if($_SERVER['REMOTE_USER']) $poll['users'][] = $_SERVER['REMOTE_USER'];
161 …}elseif(in_array($ip, $poll['ips']) || ($_SERVER['REMOTE_USER'] && in_array($_SERVER['REMOTE_USER'…
/plugin/multitemplate_styleman/
H A Dcss.php26 $script_name = $_SERVER['SCRIPT_NAME'];
/plugin/newpagetemplate/
H A Daction.php145 $_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/nohighlight/
H A Daction.php158 !isset($_SERVER['HTTP_REFERER']) ||
164 $referer = (string) $_SERVER['HTTP_REFERER'];
/plugin/noiewarning/
H A Daction.php37 'browser' => $_SERVER['HTTP_USER_AGENT'],
155 $useragent= $_SERVER['HTTP_USER_AGENT'];
/plugin/noticeboard/classes/
H A DICal.php77 $link = "http://".$_SERVER['SERVER_NAME'];
H A Drss.php55 $link = "http://".$_SERVER['SERVER_NAME'];
70 $link = "http://".$_SERVER['SERVER_NAME'];
/plugin/noticeboard/noticeboard/classes/
H A DICal.php77 $link = "http://".$_SERVER['SERVER_NAME'];
H A Drss.php55 $link = "http://".$_SERVER['SERVER_NAME'];
70 $link = "http://".$_SERVER['SERVER_NAME'];
/plugin/nstoc/
H A Dsyntax.php669 $u =& $_SERVER['REMOTE_USER']; // .. lookups within the loops below.
/plugin/oauth/
H A DSession.php93 $_SERVER['REMOTE_USER'] = $userdata['user'];
/plugin/odt/action/
H A Dexport.php362 $_SERVER['REQUEST_METHOD'] = 'POST'; //clears url

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