Skip to content

Commit

Permalink
Deleted useless Ioncube files.
Browse files Browse the repository at this point in the history
  • Loading branch information
brockf committed Jan 6, 2015
1 parent 5bd7357 commit e6c4e7c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
| $autoload['helper'] = array('url', 'file');
*/

$autoload['helper'] = array('ioncube_license',
'url',
$autoload['helper'] = array('url',
'date',
'local_time',
'time_since',
Expand All @@ -89,12 +88,6 @@
'query_value'
);

// we only do license checks if they have the e-commerce module
if (!file_exists(APPPATH . 'modules/billing')) {
unset($autoload['helper'][0]);
}


/*
| -------------------------------------------------------------------
| Auto-load Plugins
Expand Down

0 comments on commit e6c4e7c

Please sign in to comment.