From 34cf0a8bd4a185c85b84900324386e89eeca2b97 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 7 Sep 2010 08:35:47 -0400 Subject: typo fix --- user_guide/libraries/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/config.html b/user_guide/libraries/config.html index 6367e2e8e..bfb679457 100644 --- a/user_guide/libraries/config.html +++ b/user_guide/libraries/config.html @@ -66,7 +66,7 @@ come from the default config file (application/config/config.php) o

Anatomy of a Config File

-

By default, CodeIgniter has a one primary config file, located at application/config/config.php. If you open the file using +

By default, CodeIgniter has one primary config file, located at application/config/config.php. If you open the file using your text editor you'll see that config items are stored in an array called $config.

You can add your own config items to -- cgit v1.2.3-24-g4f1b