From bb9e929d57bb1924005f1fc3bb84d7097865b667 Mon Sep 17 00:00:00 2001 From: Jerome De Almeida Date: Wed, 1 Feb 2017 16:40:43 +0100 Subject: [PATCH] new license --- public/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.php b/public/index.php index d4dddbe..2068bec 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,6 @@ * This makes our life easier when dealing with paths. Everything is relative * to the application root now. */ -phpinfo(); chdir(dirname(__DIR__)); // Decline static file requests back to the PHP built-in webserver