diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -196,18 +196,6 @@ 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 * ------------------------------------------------------------------- |