From: Rob Allen Date: Sun, 16 Oct 2011 19:14:18 +0000 (+0100) Subject: add library to the include path, so we can put ZF2's Zend folder directly in library X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=commitdiff_plain;h=d43b616060673ff50933311b813bf93fd6e8d96e add library to the include path, so we can put ZF2's Zend folder directly in library --- diff --git a/public/index.php b/public/index.php index edf3990..5c4778d 100644 --- a/public/index.php +++ b/public/index.php @@ -5,6 +5,7 @@ defined('APPLICATION_ENV') // Ensure ZF is on the include path set_include_path(implode(PATH_SEPARATOR, array( + realpath(__DIR__ . '/../library'), realpath(__DIR__ . '/../library/ZendFramework/library'), get_include_path(), )));