Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-<IfModule !mod_authz_core.c>
2
-  Order allow,deny
3
-  Allow from all
4
-</IfModule>
5
-<IfModule mod_authz_core.c>
6
-  Require all granted
7
-</IfModule>
8 0
\ No newline at end of file
Browse code

Initial commit

Benjamin Roth authored on19/05/2020 21:59:44
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+<IfModule !mod_authz_core.c>
2
+  Order allow,deny
3
+  Allow from all
4
+</IfModule>
5
+<IfModule mod_authz_core.c>
6
+  Require all granted
7
+</IfModule>
0 8
\ No newline at end of file