Home
last modified time | relevance | path

Searched refs:_SERVER (Results 576 – 600 of 667) sorted by relevance

1...<<21222324252627

/plugin/zenlogin/
H A Daction.php126 if($_SERVER['REMOTE_USER'] == "")
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php132 $date = date(' Y-m-d H:i:s', $_SERVER['REQUEST_TIME']);
/plugin/zul/syntax/
H A Dzirkelundlineal.php333 $user = $_SERVER['REMOTE_USER'];
/plugin/fileshare/syntax/
H A DFileshare.php167 …$html .= '<form action="' . $_SERVER ['PHP_SELF'] . '" method="GET" name="filesharelist" id="files…
/plugin/etherpadlite/action/
H A Detherpadlite.php31 $this->domain = $_SERVER["HTTP_HOST"];
109 $this->client = $_SERVER['REMOTE_USER'];
/plugin/randominc/
H A Dsyntax.php224 $user = $_SERVER['REMOTE_USER'];
/plugin/infomail/
H A Daction.php270 …$log = $t . "\t" . strftime($conf['dformat'], $t) . "\t" . $_SERVER['REMOTE_ADDR'] . "\t" . $sende…
/plugin/sidebarng/
H A Daction.php148 $user = $_SERVER['REMOTE_USER'];
/plugin/textinsert/
H A Dsyntax.php236 $_SERVER['REMOTE_USER'],
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php332 $this->access = &$_SERVER;
/plugin/combo/action/
H A Dpageprotection.php136 if (in_array($_SERVER['SCRIPT_NAME'], $imageScript)) {
/plugin/quiz/
H A Dclass_quiz.php542 if($_SERVER['REMOTE_USER']) $tmp = $_SERVER['REMOTE_USER'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php262 $this->assertEquals('bar', $_SERVER['foo']);
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php53 $srip = $_SERVER['REMOTE_ADDR'];
/plugin/swiftmail/Swift/
H A DMessage.php172 "hostname" => (isset($_SERVER["SERVER_NAME"]) ? $_SERVER["SERVER_NAME"] : php_uname("n")),
/plugin/dokumicrobugtracker/
H A Dsyntax.php368 …$ret = '<br /><br /><form class="dokumicrobugtracker__form" method="post" action="'.$_SERVER['REQU…
/plugin/vbsso/includes/
H A Dapi.php122 $_SERVER['REMOTE_USER'] = $json[SHAREDAPI_EVENT_FIELD_USERNAME];
/plugin/struct/meta/
H A DSchemaBuilder.php70 $this->user = $_SERVER['REMOTE_USER'] ?? '';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php116 return $command->run($_SERVER['argv'], $exit);
930 $localFilename = realpath($_SERVER['argv'][0]);
/plugin/statistics/inc/
H A DBrowscap.php309 if (isset($_SERVER['HTTP_USER_AGENT'])) {
310 $user_agent = $_SERVER['HTTP_USER_AGENT'];
/plugin/authucenter/lib/api/
H A Duc.php368 $secure = $_SERVER['SERVER_PORT'] == 443 ? 1 : 0;
/plugin/serverinfos/serverinfos/lib/
H A DInfosServer.class.php377 $tmp_web = explode(" ", $_SERVER['SERVER_SOFTWARE']);
/plugin/authhiorgserver/
H A Dauth.php232 $_SERVER['REMOTE_USER'] = $this->data['user'];
/plugin/farmer/admin/
H A Dnew.php369 $currentAdmin = $_SERVER['REMOTE_USER'];
/plugin/translation/
H A Dhelper.php108 if (preg_match($rx, $_SERVER['HTTP_ACCEPT_LANGUAGE'], $match)) {

1...<<21222324252627