From 72bc49d574abba147b22e28387b0e1a9c27e6184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= <1536036+zoic21@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:45:46 +0100 Subject: [PATCH] Update .htaccess --- core/config/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/config/.htaccess b/core/config/.htaccess index cb24fd7..c485725 100644 --- a/core/config/.htaccess +++ b/core/config/.htaccess @@ -1,2 +1,5 @@ Order allow,deny + + allow from all + Deny from all