Page MenuHomePhabricator

D12977.diff
No OneTemporary

D12977.diff

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

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)

Event Timeline