added PUBLIC_PATH

This commit is contained in:
Michael Hasselbring
2011-06-16 20:09:50 -05:00
parent e467c831cc
commit 79c09381cb

View File

@@ -20,6 +20,7 @@ define('LARAVEL_START', microtime(true));
define('APP_PATH', realpath('../application').'/');
define('SYS_PATH', realpath('../system').'/');
define('BASE_PATH', realpath('../').'/');
define('PUBLIC_PATH', realpath(__DIR__.'/'));
// --------------------------------------------------------------
// Define the PHP file extension.