diff options
author | admin <devnull@localhost> | 2006-09-26 05:53:54 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-26 05:53:54 +0200 |
commit | cd67756a4a30115822dabda422f3e0feee49e6cf (patch) | |
tree | e58df368a4c2a40e6d73457a21fb94620b20e5bc /system/init/init_parser.php | |
parent | e79dc7130a0003a07833609487b8ebb5ebcf31c8 (diff) |
Deleting init folder
Diffstat (limited to 'system/init/init_parser.php')
-rw-r--r-- | system/init/init_parser.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/system/init/init_parser.php b/system/init/init_parser.php deleted file mode 100644 index 17824b566..000000000 --- a/system/init/init_parser.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); - -/** - * Loads and instantiates parser class - * - * @access private called by the app controller - */ - -if ( ! class_exists('CI_Parser')) -{ - require_once(BASEPATH.'libraries/Parser'.EXT); -} - -$obj =& get_instance(); -$obj->parser = new CI_Parser(); -$obj->ci_is_loaded[] = 'parser'; - - -?>
\ No newline at end of file |