Upgrade to CodeIgniter 2.0.3
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
$autoload['packages'] = array(APPPATH.'third_party');
|
||||
$autoload['packages'] = array();
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -44,6 +44,7 @@ $platforms = array (
|
||||
'unix' => 'Unknown Unix OS'
|
||||
);
|
||||
|
||||
|
||||
// The order of this array should NOT be changed. Many browsers return
|
||||
// multiple browser types so we want to identify the sub-type first.
|
||||
$browsers = array(
|
||||
|
||||
Reference in New Issue
Block a user