summaryrefslogtreecommitdiffstats
path: root/system/init/init_encrypt.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-26 05:53:54 +0200
committeradmin <devnull@localhost>2006-09-26 05:53:54 +0200
commitcd67756a4a30115822dabda422f3e0feee49e6cf (patch)
treee58df368a4c2a40e6d73457a21fb94620b20e5bc /system/init/init_encrypt.php
parente79dc7130a0003a07833609487b8ebb5ebcf31c8 (diff)
Deleting init folder
Diffstat (limited to 'system/init/init_encrypt.php')
-rw-r--r--system/init/init_encrypt.php18
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