From 79c09381cb743daf64f8b95c22ca330f67630cf6 Mon Sep 17 00:00:00 2001 From: Michael Hasselbring Date: Thu, 16 Jun 2011 20:09:50 -0500 Subject: [PATCH] added PUBLIC_PATH --- public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.php b/public/index.php index 69d3027e..915acaa6 100644 --- a/public/index.php +++ b/public/index.php @@ -20,6 +20,7 @@ define('APP_PATH', realpath('../application').'/'); define('SYS_PATH', realpath('../system').'/'); define('BASE_PATH', realpath('../').'/'); +define('PUBLIC_PATH', realpath(__DIR__.'/')); // -------------------------------------------------------------- // Define the PHP file extension.