Completed
Push — master ( f3fec3...c7133e )
by Nazar
04:51
created
modules/System/meta/update/5.12.php 1 patch
Upper-Lower-Casing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -12,13 +12,13 @@  discard block
 block discarded – undo
12 12
 	/** @lang ApacheConfig */
13 13
 		<<<HTACCESS
14 14
 IndexIgnore *.php *.pl *.cgi *.htaccess *.htpasswd',
15
-HTACCESS
15
+htaccess
16 16
 		,
17 17
 		/** @lang ApacheConfig */
18 18
 		<<<HTACCESS
19 19
 IndexIgnore *.php *.pl *.cgi *.htaccess *.htpasswd
20 20
 FileETag None
21
-HTACCESS
21
+htaccess
22 22
 		,
23 23
 		file_get_contents(DIR.'/.htaccess')
24 24
 	)
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 <FilesMatch "\.(css|js|gif|jpg|jpeg|png|ico|svg|svgz|ttc|ttf|otf|woff|woff2|eot)$">
32 32
 	RewriteEngine Off
33 33
 </FilesMatch>
34
-HTACCESS
34
+htaccess
35 35
 		,
36 36
 		/** @lang ApacheConfig */
37 37
 		<<<HTACCESS
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 		Header set Cache-Control "max-age=2592000, public"
48 48
 	</ifModule>
49 49
 </FilesMatch>
50
-HTACCESS
50
+htaccess
51 51
 		,
52 52
 		file_get_contents(DIR.'/.htaccess')
53 53
 	)
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 #	RewriteEngine Off
62 62
 #</Files>
63 63
 
64
-HTACCESS
64
+htaccess
65 65
 		,
66 66
 		'',
67 67
 		file_get_contents(DIR.'/.htaccess')
Please login to merge, or discard this patch.