summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-22 20:45:42 +0200
committeradmin <devnull@localhost>2006-09-22 20:45:42 +0200
commit592cdcbc58963f0cf811aea59db9907943460770 (patch)
treeb04e784e804d409c237697901cb1f46e4c6ae948 /index.php
parent6de4e5f149b9d467a3238250dfe4f45bb9512e87 (diff)
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 7c910e1e1..16084c398 100644
--- a/index.php
+++ b/index.php
@@ -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