diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-02 19:53:43 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-02 19:53:43 +0100 |
commit | b97d21f92c3f38aaab36d2c1f885918375417845 (patch) | |
tree | c113ccbbbb00340b190905252a4cc6a571e11c8e /system | |
parent | 7313237eaef22530789067066954280d609a0550 (diff) |
moving core library files out of libraries into new core folder
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Base4.php (renamed from system/codeigniter/Base4.php) | 0 | ||||
-rw-r--r-- | system/core/Base5.php (renamed from system/codeigniter/Base5.php) | 0 | ||||
-rw-r--r-- | system/core/Benchmark.php (renamed from system/libraries/Benchmark.php) | 0 | ||||
-rw-r--r-- | system/core/CodeIgniter.php (renamed from system/codeigniter/CodeIgniter.php) | 0 | ||||
-rw-r--r-- | system/core/Common.php (renamed from system/codeigniter/Common.php) | 0 | ||||
-rw-r--r-- | system/core/Compat.php (renamed from system/codeigniter/Compat.php) | 0 | ||||
-rw-r--r-- | system/core/Config.php (renamed from system/libraries/Config.php) | 0 | ||||
-rw-r--r-- | system/core/Controller.php (renamed from system/libraries/Controller.php) | 0 | ||||
-rw-r--r-- | system/core/Exceptions.php (renamed from system/libraries/Exceptions.php) | 0 | ||||
-rw-r--r-- | system/core/Hooks.php (renamed from system/libraries/Hooks.php) | 0 | ||||
-rw-r--r-- | system/core/Input.php (renamed from system/libraries/Input.php) | 0 | ||||
-rw-r--r-- | system/core/Lang.php (renamed from system/libraries/Language.php) | 0 | ||||
-rw-r--r-- | system/core/Loader.php (renamed from system/libraries/Loader.php) | 0 | ||||
-rw-r--r-- | system/core/Model.php (renamed from system/libraries/Model.php) | 0 | ||||
-rw-r--r-- | system/core/Output.php (renamed from system/libraries/Output.php) | 0 | ||||
-rw-r--r-- | system/core/Router.php (renamed from system/libraries/Router.php) | 0 | ||||
-rw-r--r-- | system/core/URI.php (renamed from system/libraries/URI.php) | 0 | ||||
-rw-r--r-- | system/core/index.html (renamed from system/codeigniter/index.html) | 0 |
18 files changed, 0 insertions, 0 deletions
diff --git a/system/codeigniter/Base4.php b/system/core/Base4.php index 3561c2564..3561c2564 100644 --- a/system/codeigniter/Base4.php +++ b/system/core/Base4.php diff --git a/system/codeigniter/Base5.php b/system/core/Base5.php index 5d944ae5a..5d944ae5a 100644 --- a/system/codeigniter/Base5.php +++ b/system/core/Base5.php diff --git a/system/libraries/Benchmark.php b/system/core/Benchmark.php index d485ee21d..d485ee21d 100644 --- a/system/libraries/Benchmark.php +++ b/system/core/Benchmark.php diff --git a/system/codeigniter/CodeIgniter.php b/system/core/CodeIgniter.php index 5d5bb144b..5d5bb144b 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/core/CodeIgniter.php diff --git a/system/codeigniter/Common.php b/system/core/Common.php index 9a35062a4..9a35062a4 100644 --- a/system/codeigniter/Common.php +++ b/system/core/Common.php diff --git a/system/codeigniter/Compat.php b/system/core/Compat.php index 40017a93b..40017a93b 100644 --- a/system/codeigniter/Compat.php +++ b/system/core/Compat.php diff --git a/system/libraries/Config.php b/system/core/Config.php index 760120779..760120779 100644 --- a/system/libraries/Config.php +++ b/system/core/Config.php diff --git a/system/libraries/Controller.php b/system/core/Controller.php index c5637c951..c5637c951 100644 --- a/system/libraries/Controller.php +++ b/system/core/Controller.php diff --git a/system/libraries/Exceptions.php b/system/core/Exceptions.php index bd567ccdc..bd567ccdc 100644 --- a/system/libraries/Exceptions.php +++ b/system/core/Exceptions.php diff --git a/system/libraries/Hooks.php b/system/core/Hooks.php index 6d736c3f6..6d736c3f6 100644 --- a/system/libraries/Hooks.php +++ b/system/core/Hooks.php diff --git a/system/libraries/Input.php b/system/core/Input.php index e736d2b8b..e736d2b8b 100644 --- a/system/libraries/Input.php +++ b/system/core/Input.php diff --git a/system/libraries/Language.php b/system/core/Lang.php index 515d04a40..515d04a40 100644 --- a/system/libraries/Language.php +++ b/system/core/Lang.php diff --git a/system/libraries/Loader.php b/system/core/Loader.php index 2cd2e93b9..2cd2e93b9 100644 --- a/system/libraries/Loader.php +++ b/system/core/Loader.php diff --git a/system/libraries/Model.php b/system/core/Model.php index e9c2d24d1..e9c2d24d1 100644 --- a/system/libraries/Model.php +++ b/system/core/Model.php diff --git a/system/libraries/Output.php b/system/core/Output.php index 6a9a11677..6a9a11677 100644 --- a/system/libraries/Output.php +++ b/system/core/Output.php diff --git a/system/libraries/Router.php b/system/core/Router.php index 20e69721d..20e69721d 100644 --- a/system/libraries/Router.php +++ b/system/core/Router.php diff --git a/system/libraries/URI.php b/system/core/URI.php index 23efb38c1..23efb38c1 100644 --- a/system/libraries/URI.php +++ b/system/core/URI.php diff --git a/system/codeigniter/index.html b/system/core/index.html index c942a79ce..c942a79ce 100644 --- a/system/codeigniter/index.html +++ b/system/core/index.html |