Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 2, 2017
1 parent 9751f4e commit 4efb6f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/router.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/**
* Router script for PHP built-in server
*/

// See https://bugs.php.net/bug.php?id=67808
$_SERVER = array_merge($_SERVER, $_ENV);

$file = $_SERVER['DOCUMENT_ROOT'] . $_SERVER['SCRIPT_NAME'];
Expand Down

0 comments on commit 4efb6f5

Please sign in to comment.