diff options
author | David M <davidmj@users.sourceforge.net> | 2006-03-02 01:09:55 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-03-02 01:09:55 +0000 |
commit | 2c7f177b1d8dd8e568adb3e09f2de2157f035dca (patch) | |
tree | 8866dc9fb6ac128dc5e380e461ee87287f1bdecc /phpBB/language/en/install.php | |
parent | 9313494e6864eba1067329b11d881a6f39875c9b (diff) | |
download | forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.tar forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.tar.gz forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.tar.bz2 forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.tar.xz forums-2c7f177b1d8dd8e568adb3e09f2de2157f035dca.zip |
- The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :D
git-svn-id: file:///svn/phpbb/trunk@5597 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-x | phpBB/language/en/install.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index fa57a6017b..94affe7d1d 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -57,7 +57,6 @@ $lang = array_merge($lang, array( 'DLL_FIREBIRD' => 'Firebird 1.5+', 'DLL_FTP' => 'Remote FTP support [ Installation ]', 'DLL_MBSTRING' => 'Multi-byte character support', - 'DLL_MHASH' => 'Mhash hashing support [ Jabber ]', 'DLL_MSSQL' => 'MSSQL Server 2000', 'DLL_MSSQL_ODBC' => 'MSSQL Server 2000 via ODBC', 'DLL_MYSQL' => 'MySQL 3.23.x/4.x', @@ -67,7 +66,7 @@ $lang = array_merge($lang, array( 'DLL_POSTGRES' => 'PostgreSQL 7.x', 'DLL_SQLITE' => 'SQLite', 'DLL_XML' => 'XML support [ Jabber ]', - 'DLL_ZLIB' => 'zlib Compression support [ Visual confirmation, gz, .tar.gz, .zip ]', + 'DLL_ZLIB' => 'zlib Compression support [ gz, .tar.gz, .zip ]', 'DL_CONFIG' => 'Download config', 'DL_CONFIG_EXPLAIN' => 'You may download the complete config.php to your own PC. You will then need to upload the file manually, replacing any existing config.php in your phpBB 3.0 root directory. Please remember to upload the file in ASCII format (see your FTP application documentation if you are unsure how to achieve this). When you have uploaded the config.php please click "Done" to move to the next stage.', 'DL_DOWNLOAD' => 'Download', |