summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-24 19:24:51 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-24 19:24:51 -0800
commit7dbb84bb5450b15154acc2b448ab1979ed072515 (patch)
tree115254ba500a879b358164e9b8d173c777d3c1cb /index.php
parent01e10d1708c024dcf2471f35cd3fd7625f0ad5c9 (diff)
Bootstrap has moved in K24
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index f6285257..8bfbbb54 100644
--- a/index.php
+++ b/index.php
@@ -87,4 +87,4 @@ if (file_exists("local.php")) {
}
// Initialize.
-require SYSPATH . "core/Bootstrap" . EXT;
+require APPPATH . "Bootstrap" . EXT;