From 71a0272ae69a2544987c4edcbb04caea5a317e80 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 11 Nov 2013 10:59:07 +0100 Subject: [PATCH] rename .default to .dist --- .../config/{stikked.php.default => stikked.php.dist} | 0 htdocs/system/core/Config.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename htdocs/application/config/{stikked.php.default => stikked.php.dist} (100%) 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;