Skip to content

Commit

Permalink
Bad quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jan 1, 2018
1 parent 084a5c7 commit 0695c29
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 0695c29

Please sign in to comment.