From 9c6e9cddf2af5c4e48306e1cde6392b97fe288ff Mon Sep 17 00:00:00 2001 From: NaysKutzu Date: Tue, 17 Oct 2023 22:30:16 +0000 Subject: [PATCH] PUSH --- public/index.php | 1 - 1 file changed, 1 deletion(-) 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');