From 0695c29cf51e470cad71bc6ecf3f611e0758f3fd Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 31 Dec 2017 17:07:52 -0800 Subject: [PATCH] Bad quotes --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 7cd78dc0f..169eed811 100644 --- a/index.php +++ b/index.php @@ -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:
php -S {$_SERVER[\"SERVER_NAME\"]}:{$_SERVER[\"SERVER_PORT\"]} system/router.php
"); + die("PHP webserver requires a router to run Grav, please use:
php -S {$_SERVER['SERVER_NAME']}:{$_SERVER['SERVER_PORT']} system/router.php
"); } }