summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.php b/index.php
index 3040ef080..a38ea991c 100755
--- a/index.php
+++ b/index.php
@@ -196,6 +196,18 @@ switch (ENVIRONMENT)
}
/*
+ *---------------------------------------------------------------
+ * WORKING DIRECTORY FOR SHUTDOWN HANDLER
+ *---------------------------------------------------------------
+ *
+ * CI assumes the directory containing index.php, while shutdown
+ * handlers execute in process's initial working directory. To make
+ * logging work, we need to change directory in the shutdown handler.
+ *
+ */
+ define('CIPATH', getcwd());
+
+/*
* -------------------------------------------------------------------
* Now that we know the path, set the main path constants
* -------------------------------------------------------------------