From 67b14220de0b532e9a6f8746f5e65be02251621e Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 8 Jul 2017 14:37:41 -0400 Subject: Provide callback mechanism --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 7b48249..297227c 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ use AugustOffensive\View; use AugustOffensive\Controller; // configure content type before anything is output -header("Content-Type: application/" + View\Main::TYPE); +header("Content-Type: application/" . View\Main::TYPE); try { // initiate connection and build front-end -- cgit