File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 36
36
$ parameters ['trusted_proxies ' ] = $ proxies ;
37
37
}
38
38
39
+ if (array_key_exists ('PHP_INI_DATE_TIMEZONE ' , $ _ENV )) {
40
+ $ parameters ['default_timezone ' ] = $ _ENV ['PHP_INI_DATE_TIMEZONE ' ];
41
+ }
42
+
39
43
$ path = '/var/www/html/app/config/local.php ' ;
40
44
$ rendered = "<?php \n\$parameters = " .var_export ($ parameters , true )."; \n" ;
41
45
Original file line number Diff line number Diff line change 33
33
$ parameters ['trusted_proxies ' ] = $ proxies ;
34
34
}
35
35
36
+ if (array_key_exists ('PHP_INI_DATE_TIMEZONE ' , $ _ENV )) {
37
+ $ parameters ['default_timezone ' ] = $ _ENV ['PHP_INI_DATE_TIMEZONE ' ];
38
+ }
39
+
36
40
$ path = '/var/www/html/app/config/local.php ' ;
37
41
$ rendered = "<?php \n\$parameters = " .var_export ($ parameters , true )."; \n" ;
38
42
Original file line number Diff line number Diff line change 33
33
$ parameters ['trusted_proxies ' ] = $ proxies ;
34
34
}
35
35
36
+ if (array_key_exists ('PHP_INI_DATE_TIMEZONE ' , $ _ENV )) {
37
+ $ parameters ['default_timezone ' ] = $ _ENV ['PHP_INI_DATE_TIMEZONE ' ];
38
+ }
39
+
36
40
$ path = '/var/www/html/app/config/local.php ' ;
37
41
$ rendered = "<?php \n\$parameters = " .var_export ($ parameters , true )."; \n" ;
38
42
Original file line number Diff line number Diff line change 36
36
$ parameters ['trusted_proxies ' ] = $ proxies ;
37
37
}
38
38
39
+ if (array_key_exists ('PHP_INI_DATE_TIMEZONE ' , $ _ENV )) {
40
+ $ parameters ['default_timezone ' ] = $ _ENV ['PHP_INI_DATE_TIMEZONE ' ];
41
+ }
42
+
39
43
$ path = '/var/www/html/app/config/local.php ' ;
40
44
$ rendered = "<?php \n\$parameters = " .var_export ($ parameters , true )."; \n" ;
41
45
Original file line number Diff line number Diff line change 36
36
$ parameters ['trusted_proxies ' ] = $ proxies ;
37
37
}
38
38
39
+ if (array_key_exists ('PHP_INI_DATE_TIMEZONE ' , $ _ENV )) {
40
+ $ parameters ['default_timezone ' ] = $ _ENV ['PHP_INI_DATE_TIMEZONE ' ];
41
+ }
42
+
39
43
$ path = '/var/www/html/app/config/local.php ' ;
40
44
$ rendered = "<?php \n\$parameters = " .var_export ($ parameters , true )."; \n" ;
41
45
You can’t perform that action at this time.
0 commit comments