diff --git a/htdocs/application/config/stikked.php.default b/htdocs/application/config/stikked.php.dist similarity index 100% rename from htdocs/application/config/stikked.php.default rename to htdocs/application/config/stikked.php.dist diff --git a/htdocs/system/core/Config.php b/htdocs/system/core/Config.php index 6c36414..2372e0a 100644 --- a/htdocs/system/core/Config.php +++ b/htdocs/system/core/Config.php @@ -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;