diff --git a/public/index.php b/public/index.php index 993165ce..baa8ca65 100644 --- a/public/index.php +++ b/public/index.php @@ -9,7 +9,6 @@ die('Hello, it looks like you did not run: composer install --no-dev --optimize-autoloader Please run that and refresh'); } require("../functions/https.php"); -require("../functions/report.php"); if (!isHTTPS()) { header('HTTP/1.1 403 Forbidden');