Home
last modified time | relevance | path

Searched refs:_SERVER (Results 401 – 425 of 667) sorted by relevance

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

/plugin/loglog/
H A Daction.php177 } elseif (!empty($_SERVER['REMOTE_USER']) && $act == 'login') {
183 …} elseif ($_REQUEST['u'] && empty($_REQUEST['http_credentials']) && empty($_SERVER['REMOTE_USER'])…
/plugin/authclientcert/
H A Dauth.php53 $cert = $_SERVER[$header_name];
68 $_SERVER['REMOTE_USER'] = $remoteUser;
/plugin/sfauth/
H A Daction.php59 if($_SERVER['REMOTE_USER'] && isset($_SESSION['sfauth_id'])) {
/plugin/badbehaviour/bad-behavior/
H A Dadmin.inc.php50 <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
/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/move/action/
H A Dtree.php39 if(!auth_ismanager($_SERVER['REMOTE_USER'], $USERINFO['grps'])) {
H A Dprogress.php38 if(!auth_ismanager($_SERVER['REMOTE_USER'], $USERINFO['grps'])) {
/plugin/qc/
H A Dhelper.php53 if (!isset($_SERVER['REMOTE_USER']) || !auth_isadmin()) {
/plugin/publish/_test/
H A Dpublish.test.php30 $_SERVER['REMOTE_USER'] = 'testuser';
/plugin/siteexport/action/
H A Dpdfstyles.php22 if ( !strrpos( $_SERVER['SCRIPT_FILENAME'], 'css.php', -7 ) ) { return; }
/plugin/doctree2filelist/
H A Dadmin.php479 …$statusline = $t."\t".strftime($conf['dformat'],$t)."\t".$_SERVER['REMOTE_ADDR']."\t".$_SERVER['RE…
/plugin/htmlabstract/
H A Dsyntax.php179 if (false !== strpos($_SERVER['SERVER_SOFTWARE'], 'Win32') ||
180 false !== strpos($_SERVER['SERVER_SOFTWARE'], 'Win64'))
/plugin/ifauthex/lib/
H A Dgrammar.php42 if (array_key_exists($key, $_SERVER)) {
43 return $_SERVER[$key] == $user;
/plugin/redirect2/
H A Daction.php56 $referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '';
364 $s = date('Y-m-d H:i:s', $_SERVER['REQUEST_TIME'])."\t".$caller;
/plugin/freechat/phpfreechat/src/commands/
H A Ddebug.class.php30 $msg .= var_export($_SERVER, true);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mimeonly.php27 …echo 'Usage: <span style="font-family: monospace;">'.htmlentities($_SERVER['PHP_SELF']).'?filename…
/plugin/stale/
H A Dhelper.php44 if (!auth_isadmin($_SERVER['REMOTE_USER'], $USERINFO['grps'])) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php20 $_SERVER['f'] = 'f';
324 $this->assertEquals('f', $_SERVER['f']);
336 $_SERVER['f'] = 'ff';
348 $this->assertEquals('ff', $_SERVER['f']);
366 $this->assertEquals('f', $_SERVER['f']);
/plugin/sneakyindexfix/_test/
H A Dmain.test.php25 $_SERVER['REMOTE_USER'] = 'testuser';
/plugin/owncloud/exe/
H A Dfetch.php42 $queryString = $_SERVER['QUERY_STRING'];
/plugin/bureaucracy/helper/
H A Dactiontemplate.php193 $backup = array($_SERVER['REMOTE_USER'], $USERINFO['grps']);
194 $_SERVER['REMOTE_USER'] = $runas;
230 list($_SERVER['REMOTE_USER'], $USERINFO['grps']) = $backup;
/plugin/pgn4web/pgn4web/
H A Dencoder-example.php65 $thisScript = $_SERVER['SCRIPT_NAME'];
/plugin/html2pdf/multilingual/
H A Daction.php53 if (($_SERVER['REMOTE_USER']!=null)&&($_REQUEST['do']=='login')) {
/plugin/googletrends/
H A Dsyntax.php47 $data["hl"] = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
/plugin/multilingual/
H A Daction.php53 if (($_SERVER['REMOTE_USER']!=null)&&($_REQUEST['do']=='login')) {

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