From 491bd52235289a2eeddc865797b338b95e6269be Mon Sep 17 00:00:00 2001 From: Evan Coury Date: Sun, 18 Dec 2011 07:54:05 -0700 Subject: [PATCH] Check for ZF2_PATH env var when including ZF2 AutoloaderFactory --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 8c1df71..60730da 100644 --- a/public/index.php +++ b/public/index.php @@ -1,6 +1,6 @@ array())); $appConfig = include 'config/application.config.php'; -- 1.7.10.4