Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15285579
D20903.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
439 B
Referenced Files
None
Subscribers
None
D20903.id.diff
View Options
Index: support/startup/PhabricatorStartup.php
===================================================================
--- support/startup/PhabricatorStartup.php
+++ support/startup/PhabricatorStartup.php
@@ -568,6 +568,7 @@
// Compatibility with PHP 5.4+ built-in web server.
$url = parse_url($_SERVER['REQUEST_URI']);
$_REQUEST['__path__'] = $url['path'];
+ $_GET['__path__'] = $url['path'];
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 5, 2:38 PM (4 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7225792
Default Alt Text
D20903.id.diff (439 B)
Attached To
Mode
D20903: Ensure __path__ is set on POST requests when running on CLI webserver
Attached
Detach File
Event Timeline
Log In to Comment