Browse code

First iteration of revamped formilicious for Contao 4.13+

Benjamin Roth authored on20/01/2023 09:49:23
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

Some 3.5.x optimizations and bugfixes

Benjamin Roth authored on05/10/2016 11:48:38
Showing1 changed files
... ...
@@ -1,2 +1,7 @@
1
-order deny,allow
2
-allow from all
3 1
\ No newline at end of file
2
+<IfModule !mod_authz_core.c>
3
+  Order allow,deny
4
+  Allow from all
5
+</IfModule>
6
+<IfModule mod_authz_core.c>
7
+  Require all granted
8
+</IfModule>
4 9
\ No newline at end of file
Browse code

Initial commit

Benjamin Roth authored on27/03/2015 10:45:40
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+order deny,allow
2
+allow from all
0 3
\ No newline at end of file