diff options
author | Adam Carmichael <carneeki@carneeki.net> | 2013-01-03 15:04:29 +0100 |
---|---|---|
committer | Adam Carmichael <carneeki@carneeki.net> | 2013-01-03 15:04:29 +0100 |
commit | e90b8305e6fec8b7935fbbbe24f68a62332df886 (patch) | |
tree | 065fac85da74bddf423e002c0b30f34bd0de5743 /index.php | |
parent | 594bfd726a1ecb4ac87cf035928395ed76b895b9 (diff) |
fix a typo in index.php
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ switch (ENVIRONMENT) *--------------------------------------------------------------- * * If you want this front controller to use a different "application" - * folder then the default one you can set its name here. The folder + * folder than the default one you can set its name here. The folder * can also be renamed or relocated anywhere on your server. If * you do, use a full server path. For more info please see the user guide: * http://codeigniter.com/user_guide/general/managing_apps.html |