rename .default to .dist

This commit is contained in:
Claude 2013-11-11 10:59:07 +01:00
parent 6ec9f940d5
commit 71a0272ae6
2 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class CI_Config {
{
return FALSE;
}
show_error('The configuration file '.$file.'.php does not exist. Please copy '.$file.'.php.default to '.$file.'.php and make the changes as needed and refresh the page.');
show_error('The configuration file '.$file.'.php does not exist. Please copy '.$file.'.php.dist to '.$file.'.php and make the changes as needed and refresh the page.');
}
return TRUE;