diff options
Diffstat (limited to 'system/application/config/autoload.php')
-rw-r--r-- | system/application/config/autoload.php | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php index 1745d5cae..e7c6f0db1 100644 --- a/system/application/config/autoload.php +++ b/system/application/config/autoload.php @@ -20,10 +20,9 @@ | | 1. Libraries | 2. Helper files -| 3. Plugins -| 4. Custom config files -| 5. Language files -| 6. Models +| 3. Custom config files +| 4. Language files +| 5. Models | */ @@ -56,18 +55,6 @@ $autoload['helper'] = array(); /* | ------------------------------------------------------------------- -| Auto-load Plugins -| ------------------------------------------------------------------- -| Prototype: -| -| $autoload['plugin'] = array('captcha', 'js_calendar'); -*/ - -$autoload['plugin'] = array(); - - -/* -| ------------------------------------------------------------------- | Auto-load Config files | ------------------------------------------------------------------- | Prototype: |