Skip to content

Commit

Permalink
Bug fi (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelNL authored and rhukster committed Dec 29, 2017
1 parent af14652 commit 084a5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

if (PHP_SAPI == 'cli-server') {
if (!isset($_SERVER['PHP_CLI_ROUTER'])) {
die("PHP webserver requires a router to run Grav, please use: <pre>php -S {$_SERVER["SERVER_NAME"]}:{$_SERVER["SERVER_PORT"]} system/router.php</pre>");
die("PHP webserver requires a router to run Grav, please use: <pre>php -S {$_SERVER[\"SERVER_NAME\"]}:{$_SERVER[\"SERVER_PORT\"]} system/router.php</pre>");
}
}

Expand Down

0 comments on commit 084a5c7

Please sign in to comment.