From a24321455a56a3e07f3d17a40717fdfc7bb6c3d2 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 21 Mar 2025 11:17:24 -0400 Subject: [PATCH] block php script execution --- uploads/.htaccess | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uploads/.htaccess b/uploads/.htaccess index 45552cb..4fdfd1d 100644 --- a/uploads/.htaccess +++ b/uploads/.htaccess @@ -1 +1,7 @@ + + php_flag engine off + + + php_flag engine off + Options -Indexes \ No newline at end of file