summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2011-04-20 19:25:17 +0200
committerGreg Aker <greg.aker@ellislab.com>2011-04-20 19:25:17 +0200
commitfc779cef54a5cefc3f0d7f404a408a935d717966 (patch)
treedb02e2b6583fdae2bb757930f67d951cbf919ccd /index.php
parent50671cf8d67c805692fec49eda33d21227a21ec2 (diff)
Fix #224 Error in primary index.php $routing instructions
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a8d58b2d9..f4ac11a72 100644
--- a/index.php
+++ b/index.php
@@ -98,7 +98,7 @@ if (defined('ENVIRONMENT'))
// if your controller is not in a sub-folder within the "controllers" folder
// $routing['directory'] = '';
- // The controller class file name. Example: Mycontroller.php
+ // The controller class file name. Example: Mycontroller
// $routing['controller'] = '';
// The controller function you wish to be called.