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