mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Bad quotes
This commit is contained in:
parent
084a5c7fbe
commit
0695c29cf5
|
|
@ -17,7 +17,7 @@ if (!is_file($autoload)) {
|
|||
|
||||
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>");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user