diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-20 19:25:17 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-20 19:25:17 +0200 |
commit | fc779cef54a5cefc3f0d7f404a408a935d717966 (patch) | |
tree | db02e2b6583fdae2bb757930f67d951cbf919ccd /index.php | |
parent | 50671cf8d67c805692fec49eda33d21227a21ec2 (diff) |
Fix #224 Error in primary index.php $routing instructions
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |