summaryrefslogtreecommitdiffstats
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index c8b5cde..5aea4f0 100644
--- a/public/index.php
+++ b/public/index.php
@@ -11,7 +11,7 @@ defined('APPLICATION_ENV')
// Ensure library/ is on include_path
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library'),
- '/opt/ZF/library',
+// '/opt/ZF/library',
get_include_path(),
)));