diff options
author | admin <devnull@localhost> | 2006-09-27 22:42:42 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-27 22:42:42 +0200 |
commit | 17a890df20b56c8d82812f365f27bc590be009f3 (patch) | |
tree | 15ec4f0afb68f774e0933fb27c27346ae262d060 /system/application/config/autoload.php | |
parent | dcafe89f348697d273e21a2d451a99ba8c6ec68f (diff) |
Diffstat (limited to 'system/application/config/autoload.php')
-rw-r--r-- | system/application/config/autoload.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php index fc9d43fb6..245d36a7c 100644 --- a/system/application/config/autoload.php +++ b/system/application/config/autoload.php @@ -21,7 +21,6 @@ | 1. Libraries | 2. Helper files | 3. Plugins -| 4. Scripts | 5. Custom config files | */ @@ -67,21 +66,6 @@ $autoload['plugin'] = array(); /* | ------------------------------------------------------------------- -| Auto-load Scripts -| ------------------------------------------------------------------- -| The term "scripts" refers to you own PHP scripts that you've -| placed in the application/scripts/ folder -| -| Prototype: -| -| $autoload['script'] = array('my_script1', 'my_script2'); -*/ - -$autoload['script'] = array(); - - -/* -| ------------------------------------------------------------------- | Auto-load Config files | ------------------------------------------------------------------- | Prototype: |