From 85c1c1b1ea1cdbb6c6903e0cec11d86a79f750ad Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 21 Mar 2010 12:32:49 +0000 Subject: Feature 1522 : move database config file to local directory (include/config_database.inc.php becomes local/config/database.inc.php) git-svn-id: http://piwigo.org/svn/trunk@5213 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/templates/install.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language/templates/install.lang.php') diff --git a/language/templates/install.lang.php b/language/templates/install.lang.php index 003cbc945..dce0500f0 100644 --- a/language/templates/install.lang.php +++ b/language/templates/install.lang.php @@ -37,7 +37,7 @@ $lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to $lang['step1_err_server'] = 'Can\'t connect to server'; $lang['step1_err_copy_2'] = 'The next step of the installation is now possible'; $lang['step1_err_copy_next'] = 'next step'; -$lang['step1_err_copy'] = 'Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'; +$lang['step1_err_copy'] = 'Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'; $lang['step1_dbengine'] = 'Database type'; $lang['step1_dbengine_info'] = 'The type of database your piwigo data will be store in'; -- cgit v1.2.3