Skip to content

Commit 4efb6f5

Browse files
committed
Add comment
1 parent 9751f4e commit 4efb6f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/router.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
/**
1212
* Router script for PHP built-in server
1313
*/
14+
15+
// See https://bugs.php.net/bug.php?id=67808
1416
$_SERVER = array_merge($_SERVER, $_ENV);
1517

1618
$file = $_SERVER['DOCUMENT_ROOT'] . $_SERVER['SCRIPT_NAME'];

0 commit comments

Comments
 (0)