diff options
author | Eric Roberts <eric@cryode.com> | 2012-07-17 07:18:07 +0200 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2012-07-17 07:18:07 +0200 |
commit | da038d2ebccb4d45ea6d819c914563b2bc009a86 (patch) | |
tree | 195cc7d572bd29db383a5f16c1d886a154e6b61e /index.php | |
parent | fbdad67cac99868509bc1a27affdfc3e4b2a1dee (diff) | |
parent | 4253d320e229150eab6e5d0333508c85e434f3e3 (diff) |
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ switch (ENVIRONMENT) // if your controller is not in a sub-folder within the "controllers" folder // $routing['directory'] = ''; - // The controller class file name. Example: Mycontroller + // The controller class file name. Example: mycontroller // $routing['controller'] = ''; // The controller function you wish to be called. |