From 9b39660ce24a57c53837d6db2ca7e441027eb426 Mon Sep 17 00:00:00 2001
From: jonasled <git@jonasled.de>
Date: Sun, 28 Feb 2021 21:50:06 +0100
Subject: [PATCH] disabled directory listing

---
 public/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/.htaccess b/public/.htaccess
index ac9484a..9e9372e 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,4 +1,5 @@
 ErrorDocument 404 /404.php
+Options -Indexes
 
 <FilesMatch "\.(sql)$">
     Order Deny,Allow
-- 
GitLab