summaryrefslogtreecommitdiffstats
path: root/public/index.php
diff options
context:
space:
mode:
authorbd542010-08-30 11:49:18 +0200
committerbd542010-08-30 11:49:18 +0200
commit100572c23d79d2648ef4ac0560007866e5625c65 (patch)
tree8178c7dac9d7294c1d9f148d6aa10a41d9052c48 /public/index.php
parentminor bugfix (diff)
downloadpbs-100572c23d79d2648ef4ac0560007866e5625c65.tar.gz
pbs-100572c23d79d2648ef4ac0560007866e5625c65.tar.xz
pbs-100572c23d79d2648ef4ac0560007866e5625c65.zip
Extension for client configuration (structure) addedHEADmaster
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(),
)));