Commit c3c7084d by Taylor Otwell

remove unnecessary application variable.

parent 28fbd354
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment