From 100572c23d79d2648ef4ac0560007866e5625c65 Mon Sep 17 00:00:00 2001 From: bd54 Date: Mon, 30 Aug 2010 11:49:18 +0200 Subject: Extension for client configuration (structure) added --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/index.php') 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(), ))); -- cgit v1.2.3-55-g7522