diff options
Diffstat (limited to 'system/init/init_encrypt.php')
-rw-r--r-- | system/init/init_encrypt.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/system/init/init_encrypt.php b/system/init/init_encrypt.php deleted file mode 100644 index 5eae533ba..000000000 --- a/system/init/init_encrypt.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); - -/** - * Loads and instantiates encryption class - * - * @access private called by the app controller - */ - -if ( ! class_exists('CI_Encrypt')) -{ - require_once(BASEPATH.'libraries/Encrypt'.EXT); -} - -$obj =& get_instance(); -$obj->encrypt = new CI_Encrypt(); -$obj->ci_is_loaded[] = 'encrypt'; - -?>
\ No newline at end of file |