Home
last modified time | relevance | path

Searched refs:_SERVER (Results 526 – 550 of 667) sorted by relevance

1...<<21222324252627

/plugin/authdjango/
H A Dauth.php95 $_SERVER['REMOTE_USER'] = $username;
/plugin/aclauditor/
H A Dadmin.php210 …isttitle">'.$this->getLang('listwho').' : "'.($this->who ? $this->who : $_SERVER['REMOTE_USER']).'…
238 …ttitle">'.$this->getLang('listbothwho').' "'.($this->who ? $this->who : $_SERVER['REMOTE_USER']).'…
/plugin/authremoteuser/
H A DREADME.md27 environment variable on your web server (`_SERVER[...]`) (and disable
57 username in `_SERVER[...]` whereby `...` is the variable name of your
/plugin/gemini/
H A Drenderer.php274 $url = '//' . $_SERVER['HTTP_HOST'] . '/' . $id;
408 $src = '//' . $_SERVER['HTTP_HOST'] . '/_media/' . $src;
/plugin/fksnewsfeed/admin/
H A Dpush.php51 header('Location: ' . $_SERVER['REQUEST_URI']);
/plugin/facebookalbum/
H A Dsyntax.php203 …$album_url = $_SERVER['REQUEST_URI']."&".FB_ALBUM_GET_PARAMETER_ACTION."=list_photos&".FB_ALBUM_GE…
/plugin/siteexport/inc/
H A Dsettings.php69 $this->isCLI = (!$_SERVER['REMOTE_ADDR'] && 'cli' == php_sapi_name());
/plugin/authucenter/lib/uc_client/
H A Dclient.php130 …$s = urlencode(uc_authcode($data.'&agent='.md5($_SERVER['HTTP_USER_AGENT'])."&time=".time(), 'ENCO…
242 $header .= "User-Agent: $_SERVER[HTTP_USER_AGENT]\r\n";
253 $header .= "User-Agent: $_SERVER[HTTP_USER_AGENT]\r\n";
592 …/camera.swf?inajax=1&appid='.UC_APPID.'&input='.$uc_input.'&agent='.md5($_SERVER['HTTP_USER_AGENT'…
/plugin/google_adsense2/
H A Dcode.php153 elseif( $gads_settings['dontcountusers'] && $_SERVER['REMOTE_USER'] )
/plugin/condition/
H A DREADME.md14 - user : refers to the user "login" (like in $_SERVER['REMOTE_USER'])
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php128 <form action="$_SERVER[PHP_SELF]" method="GET" name="crossdbsqlclient" id="crossdbsqlclient">
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php297 …$this->config_document_root = (!empty($_SERVER['DOCUMENT_ROOT']) ? $_SERVER['DOCUMENT_ROOT'] : $…
298 …$this->config_cache_prefix = ( isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'].'_' : '…
1419 if (substr(dirname(@$_SERVER['PHP_SELF']), 0, 2) == '/~') {
2623 $parsed_url = phpthumb_functions::ParseURLbetter(@$_SERVER['HTTP_REFERER']);
3689 if (!empty($_SERVER['HTTP_REFERER']) && $this->config_nooffsitelink_enabled) {
4206 $DebugOutput[] = '$_SERVER[PHP_SELF] = '.@$_SERVER['PHP_SELF'];
4207 $DebugOutput[] = '$_SERVER[HOST_NAME] = '.@$_SERVER['HOST_NAME'];
4208 $DebugOutput[] = '$_SERVER[HTTP_REFERER] = '.@$_SERVER['HTTP_REFERER'];
4209 $DebugOutput[] = '$_SERVER[QUERY_STRING] = '.@$_SERVER['QUERY_STRING'];
4210 $DebugOutput[] = '$_SERVER[PATH_INFO] = '.@$_SERVER['PATH_INFO'];
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp2.phpt5 $_SERVER['argv'][1] = '--no-configuration';
6 $_SERVER['argv'][2] = '--help';
/plugin/pgn4web/pgn4web/
H A Dviewer.php75 $pgnLink = $_SERVER['SCRIPT_NAME'] . urlencode("?po=t&pd=" . $pgnUrl);
459 $thisScript = $_SERVER['SCRIPT_NAME'];
/plugin/htmlokay/
H A Dadmin.php47 $document_root = $_SERVER['DOCUMENT_ROOT'];
378 if (count($options) > 4 && !preg_match('/MSIE\s+\d+/', $_SERVER['HTTP_USER_AGENT']))
/plugin/404manager/
H A Daction.php416 if ($_SERVER['REMOTE_USER']) {
441 if ($_SERVER['REMOTE_USER']) {
/plugin/evesso/
H A Dauth.php45 $_SERVER['REMOTE_USER'] = $session['user'];
360 $_SERVER['REMOTE_USER'] = $data['user'];
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php95 $requestMethod = $_SERVER['REQUEST_METHOD'];
99 if ($_SERVER["CONTENT_TYPE"] !== "application/json") {
/plugin/combo/
H A Dcli.php82 * via the environment variable `animal` that is passed in the $_SERVER variable
192 $_SERVER['HTTP_HOST'] = $hostOptionValue;
198 $_SERVER['SERVER_PORT'] = $portOptionName;
/plugin/todo/syntax/
H A Dlist.php300 if($user == '@@USER@@' && !empty($_SERVER['REMOTE_USER'])) { //$INPUT->server->str('REMOTE_USER')
301 return $_SERVER['REMOTE_USER'];
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php677 $this->_query_string = isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '' ?
678 '?'.$_SERVER['QUERY_STRING'] :
/plugin/mantis/lib/
H A Dchangelog19 - soap_server: in parse_request, if neither getallheaders nor $_SERVER are available, use $HTTP_SER…
35 - soap_server: read encoding from _SERVER if available
56 - soap_server: read all HTTP headers when using _SERVER or HTTP_SERVER_VARS
121 - soap_server: use $_SERVER['PHP_SELF'] if $GLOBALS['PHP_SELF'] is not set
150 - soap_server: Support _SERVER[CONTENT_TYPE] in addition to _SERVER[HTTP_CONTENT_TYPE]
417 - soap_server: make consistent use of _SERVER and HTTP_SERVER_VARS
426 - wsdl: make consistent use of _SERVER and HTTP_SERVER_VARS
433 - soap_server: fix a bug parsing headers from _SERVER and HTTP_SERVER_VARS (thanks Bert Catsburg)
443 - soap_server: don't assume _SERVER['HTTPS'] is set; try HTTP_SERVER_VARS['HTTPS'] if it is not
573 - nusoap_server: Fix munging of _SERVER variables that start with HTTP_ (thanks Thomas Wieczorek)
/plugin/ckgdoku/
H A Dhelper.php111 $client = $_SERVER['REMOTE_USER'];
/plugin/geogebra/syntax/
H A Dgeogebrafile.php236 $user = $_SERVER['REMOTE_USER'];
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php116 …ubstr(md5($mail['message'].microtime()), 0, 6).rand(100000, 999999).'@'.$_SERVER['HTTP_HOST'].">{$…

1...<<21222324252627