diff options
author | admin <devnull@localhost> | 2006-09-02 04:50:23 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-02 04:50:23 +0200 |
commit | 7530d50cd01c6cde8eabe6c62c180fe13a917f76 (patch) | |
tree | 6a330590aefb5efd95ac6cca76715d4843570c20 | |
parent | 6bda4e97821ee26efa29a2604b2e03eb2aa7273f (diff) |
-rw-r--r-- | system/application/config/autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php index a3ce4108e..1ed6f1757 100644 --- a/system/application/config/autoload.php +++ b/system/application/config/autoload.php @@ -39,7 +39,7 @@ | $autoload['core'] = array('database', 'session', 'xmlrpc'); */ -$autoload['core'] = array('session'); +$autoload['core'] = array(); /* |