Completed
Push — master ( 67d5c0...c4956f )
by Nazar
04:44
created
modules/Psr7/Request.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,7 @@
 block discarded – undo
18 18
 	 *
19 19
 	 * @throws \cs\ExitException
20 20
 	 */
21
-	static function init_from_psr7 ($Psr7_request) {
22
-		++System_request::$id;
21
+	static function init_from_psr7 ($Psr7_request) {++System_request::$id;
23 22
 		$System_request = System_request::instance();
24 23
 		self::from_psr7_server($System_request, $Psr7_request);
25 24
 		self::from_psr7_query($System_request, $Psr7_request);
Please login to merge, or discard this patch.
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.