Skip to content

Commit cf8f639

Browse files
committed
#47 output_charset
1 parent c8daf0e commit cf8f639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

in-depth_documentation/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Line 11 reads the `server_url` from the section `application` and assigns it to
9494
| mail.smtp_password | | SMTP password |
9595
| mail.smtp_port | 465 or 587 | SMTP port. By default will be guessed based on the `mail.smtp_encryption`. |
9696
| mail.smtp_user | | SMTP username |
97+
| output_charset | utf-8 | The charset will be set as HTTP header. Set to `false` if you don't want any charset to be set. |
9798
| plugins.*&lt;ARRAY&gt;* | | The keys are the PHP namespaces of the plugins that you are using in your installation and the value is `1`if you want to activate it. Example:<br>`plugins.MyVendor\MyPackage\FirstPlugin = 1`<br>`plugins.MyVendor\MyPackage\SecondPlugin = 0`<br>Will result in the first plugin being loaded and the second not. You can get the Plugin namespaces from the README files of the plugin packages you're using (hopefully). |
9899
| powered_by | true | Adds a HTML comment to the output with a hint to PHPFramework |
99100
| template_file_extension | `.twig` / `.html` | By default PHPFramwork uses the `TwigView` to render templates. Then `.twig` will be the default template file extension.<br>If you use your own view class based on `AbstractView` then `.html` will be the default template file extension. |

0 commit comments

Comments
 (0)