From d0199d38b090a0294d7275044c66a34eef9f7450 Mon Sep 17 00:00:00 2001 From: tbreuss Date: Sun, 19 May 2024 22:10:35 +0200 Subject: [PATCH] fix: deny from in htaccess --- admin/database/.htaccess | 2 +- content/.htaccess | 2 +- lib/.htaccess | 2 +- logs/.htaccess | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/database/.htaccess b/admin/database/.htaccess index 3bf8ec08..28f68f7c 100644 --- a/admin/database/.htaccess +++ b/admin/database/.htaccess @@ -1,4 +1,4 @@ -deny form all +deny from all # Developed by: TanHongIT # Website: https://tanhongit.com - https://tanhongit.net diff --git a/content/.htaccess b/content/.htaccess index 3bf8ec08..28f68f7c 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,4 +1,4 @@ -deny form all +deny from all # Developed by: TanHongIT # Website: https://tanhongit.com - https://tanhongit.net diff --git a/lib/.htaccess b/lib/.htaccess index b318a1af..3418e55a 100644 --- a/lib/.htaccess +++ b/lib/.htaccess @@ -1 +1 @@ -deny form all \ No newline at end of file +deny from all \ No newline at end of file diff --git a/logs/.htaccess b/logs/.htaccess index b318a1af..3418e55a 100644 --- a/logs/.htaccess +++ b/logs/.htaccess @@ -1 +1 @@ -deny form all \ No newline at end of file +deny from all \ No newline at end of file