From c3c7084d720e9910ae3f258c8ba52d82a0ed48ee Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2011 08:58:32 -0500 Subject: [PATCH] remove unnecessary application variable. --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index 39acc45b..50ca810f 100644 --- a/public/index.php +++ b/public/index.php @@ -11,7 +11,7 @@ // -------------------------------------------------------------- // The path to the application directory. // -------------------------------------------------------------- -define('APP_PATH', realpath($application = '../application').'/'); +define('APP_PATH', realpath('../application').'/'); // -------------------------------------------------------------- // The path to the system directory. @@ -47,7 +47,7 @@ foreach ($constants as $key => $value) define($key, $value); } -unset($constants, $application, $system); +unset($constants, $system); // -------------------------------------------------------------- // Define the PHP file extension.