Home
last modified time | relevance | path

Searched refs:_SERVER (Results 326 – 350 of 667) sorted by relevance

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

/plugin/authdiscourse/
H A Dauth.php69 $_SERVER['REMOTE_USER'] = $login['username'];
120 'return_sso_url' => "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]",
/plugin/iptrust2/
H A Daction.php47 if (!isset($_SERVER['REMOTE_USER'])) {
86 $logins[$i] = $_SERVER['REMOTE_USER']."\t".$ip."\t".time()."\n";
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php100 $v = (isset($_SERVER) ? self::safe_serialize($_SERVER) : '') .
/plugin/epub/
H A Dhelper.php85 $data = wikiFN($id).$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'];
/plugin/dokutranslate/
H A Dsyntax.php365 if (isset($meta[$parid]['reviews'][$_SERVER['REMOTE_USER']])) {
366 $myReview = $meta[$parid]['reviews'][$_SERVER['REMOTE_USER']];
391 if ($mod && $key == $_SERVER['REMOTE_USER']) {
409 if ($mod && !isset($meta[$parid]['reviews'][$_SERVER['REMOTE_USER']])) {
/plugin/do/
H A Dhelper.php178 return (strtolower($user) === '@user@' && $_SERVER['REMOTE_USER']) ?
179 $_SERVER['REMOTE_USER'] :
288 $recs = array_diff($recs, array($_SERVER['REMOTE_USER']));
290 $name = $_SERVER['REMOTE_USER'];
/plugin/searchcombinedgoogle/
H A Daction.php68 $site = $_SERVER['SERVER_NAME'];
69 … site:" . $site) . "&key=" . $this->getConf('googleapikey') . "&userip=" . $_SERVER['REMOTE_ADDR'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php78 $env = isset($_SERVER) ? $_SERVER : [];
/plugin/todo/
H A Daction.php205 if(!empty($_SERVER['REMOTE_USER'])) { $user = $_SERVER['REMOTE_USER']; }
/plugin/livepreview/
H A Dlivepreview.php12 $ns = cleanID(preg_replace("#^.+?".$_SERVER['HTTP_HOST'].DOKU_BASE."#i","",$ns));
/plugin/autlogin/
H A Daction.php80 $user_ip = $_SERVER['REMOTE_ADDR']; //host's IP
82 if(!empty($_SERVER['HTTP_REFERER'])) //if exist entry page
83 $entry_page = $_SERVER['HTTP_REFERER']; //load
85 $user_agent=$_SERVER['HTTP_USER_AGENT'];
316 $user = $_SERVER['REMOTE_USER'];
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample01.php45 $sBasePath = $_SERVER['PHP_SELF'] ;
H A Dsample03.php73 $sBasePath = $_SERVER['PHP_SELF'] ;
H A Dsample04.php79 $sBasePath = $_SERVER['PHP_SELF'] ;
/plugin/davcard/syntax/
H A Dbook.php94 if(isset($_SERVER['REMOTE_USER']) && !is_null($_SERVER['REMOTE_USER']))
95 $username = $_SERVER['REMOTE_USER'];
/plugin/issuelinks/action/
H A Dajax.php56 if (empty($_SERVER['REMOTE_USER'])) {
101 if (empty($_SERVER['REMOTE_USER'])) {
231 if (empty($_SERVER['REMOTE_USER'])) {
/plugin/fastwiki/
H A Daction.php188 //echo "[{$_SERVER["REMOTE_USER"]}, $cookies]";
310 global $_SERVER;
311 $hostname = $_SERVER['SERVER_NAME'];
347 foreach ($_SERVER as $name => $value) {
/plugin/onlinenumber/
H A Dsyntax.php158 if (isset($_SERVER['REMOTE_ADDR'])) {
159 $host = & $_SERVER['REMOTE_ADDR'];
/plugin/fedauth/classes/usr/
H A Dfa_login.usr.class.php48 … return empty($_SERVER['REMOTE_USER']) ? $this->lang['clicktologin'] : $this->lang['clicktoadd'];
114 $user = $_SERVER['REMOTE_USER'];
/plugin/rating/
H A Dhelper.php48 if(isset($_SERVER['REMOTE_USER'])) return $_SERVER['REMOTE_USER'];
/plugin/smtp/
H A Dhelper.php22 $ip = $_SERVER["SERVER_ADDR"];
/plugin/move/_test/
H A Dtpl.test.php39 $_SERVER['REMOTE_USER'] = 'john';
/plugin/webdav/core/DAV/Collection/Tags/
H A DFile.php20 if (preg_match('/(WebDAVFS|OneNote|Microsoft-WebDAV)/', $_SERVER['HTTP_USER_AGENT'])) {
/plugin/linkprefix/
H A Dredirect.php4 $url = urldecode($_SERVER["QUERY_STRING"]);
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default32 // phpThumb() depends on $_SERVER['DOCUMENT_ROOT'] to resolve path/filenames. This value is usually…
37 //$PHPTHUMB_CONFIG['document_root'] = $_SERVER['DOCUMENT_ROOT'];
38 …@$_SERVER['DOCUMENT_ROOT'] && file_exists(@$_SERVER['DOCUMENT_ROOT'].$_SERVER['PHP_SELF'])) ? $_SE…
39 …, realpath(__FILE__))) ? getenv('DOCUMENT_ROOT') : str_replace(dirname(@$_SERVER['PHP_SELF']), '',…
100 …IG['cache_prefix'] = 'phpThumb_cache_'.(isset($_SERVER['SERVER_NAME']) ? str_replace('www.', '', $
169 $PHPTHUMB_CONFIG['nohotlink_valid_domains'] = array(@$_SERVER['HTTP_HOST']); // This…
175 $PHPTHUMB_CONFIG['nooffsitelink_valid_domains'] = array(@$_SERVER['HTTP_HOST']); // Th…
176 …allow standalone calls to phpThumb(). If true then only requests with a $_SERVER['HTTP_REFERER'] v…
179 $PHPTHUMB_CONFIG['nooffsitelink_text_message'] = 'Image taken from '.@$_SERVER['HTTP_HOST']; // te…
211 $PHPTHUMB_CONFIG['http_user_agent'] = @$_SERVER['HTTP_USER_AGENT']; …
[all …]

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