diff options
author | admin <devnull@localhost> | 2006-09-22 20:45:42 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-22 20:45:42 +0200 |
commit | 592cdcbc58963f0cf811aea59db9907943460770 (patch) | |
tree | b04e784e804d409c237697901cb1f46e4c6ae948 /index.php | |
parent | 6de4e5f149b9d467a3238250dfe4f45bb9512e87 (diff) |
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ define('EXT', '.'.pathinfo(__FILE__, PATHINFO_EXTENSION)); define('SELF', pathinfo(__FILE__, PATHINFO_BASENAME)); define('BASEPATH', $system_folder.'/'); define('APPPATH', BASEPATH.'application/'.$application_folder); +define('FCPATH', __FILE__); require_once BASEPATH.'codeigniter/CodeIgniter'.EXT; ?>
\ No newline at end of file |