From ebc51aa4e034c037f633ed13eee21fd79e8fcb2f Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Fri, 24 Mar 2017 16:02:30 +0100
Subject: [PATCH] bad commit

---
 .htaccess2 | 26 --------------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 .htaccess2

diff --git a/.htaccess2 b/.htaccess2
deleted file mode 100644
index d9e3144e2e2..00000000000
--- a/.htaccess2
+++ /dev/null
@@ -1,26 +0,0 @@
-   Options -Indexes 
-   Options FollowSymLinks Includes ExecCGI
-   <FilesMatch ".*">
-    Order deny,allow
-    Deny from all
-   </FilesMatch>
-   # Root to allow index.php
-   <FilesMatch "^$">
-    Order allow,deny
-     Allow from all
-   </FilesMatch>
-   # Core root
-   <FilesMatch "^(index|ws_server|static|merged_js|merged_css|reopen|applet_launcher|applet_controller|log)\.php$">
-    Order allow,deny
-    Allow from all
-   </FilesMatch>
-   # App static files
-   <FilesMatch "\.(css|js|jpg|png|gif|ttf|woff|woff2)$">
-    Order allow,deny
-    Allow from all
-   </FilesMatch>
-   # App tools files
-   <FilesMatch "\.(htm|html|jar|jnlp)$">
-    Order allow,deny
-    Allow from all
-   </FilesMatch>
-- 
GitLab