mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
- send_encoding is now configurable
git-svn-id: file:///svn/phpbb/trunk@5346 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -132,6 +132,8 @@ $lang = array_merge($lang, array(
|
||||
'CLASS_B' => 'A.B',
|
||||
'BROWSER_VALID' => 'Validate browser',
|
||||
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session inproving security.',
|
||||
'SEND_ENCODING' => 'Send Encoding',
|
||||
'SEND_ENCODING_EXPLAIN' => 'Send the file encoding from phpBB via HTTP overriding the webserver configuration',
|
||||
'ENABLE_GZIP' => 'Enable GZip Compression',
|
||||
'SMILIES_PATH' => 'Smilies storage path',
|
||||
'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smilies',
|
||||
|
Reference in New Issue
Block a user