diff options
| author | Nils Adermann <naderman@naderman.de> | 2007-02-25 23:30:18 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2007-02-25 23:30:18 +0000 |
| commit | c4ee7265216272e3b80a627a705152b865f52ce0 (patch) | |
| tree | d5bebee38258609cd8f650ddfc7a7ddecbea4f25 /phpBB/includes | |
| parent | ad52ac4f88b37c47b9cc4a37df85080669552ad5 (diff) | |
| download | forums-c4ee7265216272e3b80a627a705152b865f52ce0.tar forums-c4ee7265216272e3b80a627a705152b865f52ce0.tar.gz forums-c4ee7265216272e3b80a627a705152b865f52ce0.tar.bz2 forums-c4ee7265216272e3b80a627a705152b865f52ce0.tar.xz forums-c4ee7265216272e3b80a627a705152b865f52ce0.zip | |
- added an explanation of gzip compression [Bug #8198]
git-svn-id: file:///svn/phpbb/trunk@7079 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/acp/acp_board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index fa6b604c7b..a893935dbd 100644 --- a/phpBB/includes/acp/acp_board.php +++ b/phpBB/includes/acp/acp_board.php @@ -278,7 +278,7 @@ class acp_board 'title' => 'ACP_SERVER_SETTINGS', 'vars' => array( 'legend1' => 'ACP_SERVER_SETTINGS', - 'gzip_compress' => array('lang' => 'ENABLE_GZIP', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false), + 'gzip_compress' => array('lang' => 'ENABLE_GZIP', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'legend2' => 'PATH_SETTINGS', 'smilies_path' => array('lang' => 'SMILIES_PATH', 'validate' => 'rpath', 'type' => 'text:20:255', 'explain' => true), |
