Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15417307
D12977.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
521 B
Referenced Files
None
Subscribers
None
D12977.diff
View Options
diff --git a/support/PhabricatorStartup.php b/support/PhabricatorStartup.php
--- a/support/PhabricatorStartup.php
+++ b/support/PhabricatorStartup.php
@@ -414,6 +414,9 @@
switch ($type) {
case INPUT_SERVER:
$_SERVER = array_merge($_SERVER, $filtered);
+ if (isset($GLOBALS['PREAMBLE']['SERVER'])) {
+ $_SERVER = array_merge($_SERVER, $GLOBALS['PREAMBLE']['SERVER']);
+ }
break;
case INPUT_GET:
$_GET = array_merge($_GET, $filtered);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 4:35 PM (1 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7715710
Default Alt Text
D12977.diff (521 B)
Attached To
Mode
D12977: Preamble fix
Attached
Detach File
Event Timeline
Log In to Comment