1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

Add check for files/ , write img_magick details to config table, missed couple of lang strings

git-svn-id: file:///svn/phpbb/trunk@4165 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-06-21 15:24:03 +00:00
parent db5bba6bc8
commit 90e479df3d
3 changed files with 19 additions and 11 deletions

View File

@@ -1134,6 +1134,8 @@ $lang = array_merge($lang, array(
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB2 is located relative to the domain name',
'SERVER_PORT' => 'Server port',
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different',
'INSTALL_TEST' => 'Test Again',
'INSTALL_NEXT' => 'Next Stage',
'INSTALL_START' => 'Start Install',
'INSTALL_SEND_CONFIG' => 'Unfortunately phpBB could not write the configuration information directly to your config.php. This may be because the file does not exist or is not writeable. A number of options will be listed below enabling you to complete installation of config.php.',