From c56a116dd576f7318a4f8628a9a5a5a741796d08 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 20 Aug 2017 18:34:18 +1000 Subject: [PATCH] Create .htaccess prevent execution of php in logo dir. --- public/logo/.htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/logo/.htaccess diff --git a/public/logo/.htaccess b/public/logo/.htaccess new file mode 100644 index 000000000000..dda4313167ee --- /dev/null +++ b/public/logo/.htaccess @@ -0,0 +1,3 @@ + +deny from all +