1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Merge install and includes/installation, and updated error handling for config file unwritable.

git-svn-id: file:///svn/phpbb/trunk@1125 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech
2001-10-02 14:30:15 +00:00
parent 2d769f1c10
commit ba4944f1c7
3 changed files with 112 additions and 63 deletions

View File

@@ -971,6 +971,11 @@ $lang['Finish_Install'] = "Finish Installation";
$lang['Install_db_error'] = "An error occured trying to update the database";
$lang['ODBC_Instructs'] = "Someone please write some odbc instructions in the \$lang['ODBC_Instructs'] variable!";
$lang['Table_Prefix'] = "Table Name Prefix";
$lang['Send_Config'] = "Send Config File";
$lang['UnWrite_Config'] = "Setup was unable to write your config file to the phpBB directory. You can either correct this by making the config file writable
by the webserver, and running this setup again, or you may choose to have the config.php file sent to you by clicking the button below. Once the file has been
saved to your local hard drive you should then ftp it to the server in your phpBB directory, and then <a href='login.php'>log into phpBB</a> and go the administration Panel to customize your board.";
//
// End
// -------------------------------------------------
@@ -1010,4 +1015,4 @@ $l_emailpass = "Email Lost Password";
$l_passexplain = "Please fill out the form, a new password will be sent to your Email address";
$l_sendpass = "Send Password";
?>
?>