Merge pull request #10 from mikelbring/develop

added PUBLIC_PATH
This commit is contained in:
Taylor Otwell 2011-06-16 18:17:57 -07:00
commit 65b0068d38
1 changed files with 1 additions and 0 deletions

View File

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