X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=public%2Findex.php;h=5c4778d550436fdeeb16be58d54ff3c69cc6ad23;hb=5468d07acc0b01f413540c0178985870bbecc43d;hp=edf3990be787f42da1173a3905468e599e445392;hpb=b38a3586fd6b4b73640daf12ed4222d246823ff0;p=zf2.biz%2Fgalerie.git 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(), )));