added lang_path constant.

This commit is contained in:
Taylor Otwell
2011-07-26 23:26:04 -05:00
parent c76d0fb669
commit 0ca2171071
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ define('BASE_PATH', realpath('../').'/');
define('CACHE_PATH', APP_PATH.'storage/cache/');
define('CONFIG_PATH', APP_PATH.'config/');
define('DATABASE_PATH', APP_PATH.'storage/db/');
define('LANG_PATH', APP_PATH.'lang/');
define('LIBRARY_PATH', APP_PATH.'libraries/');
define('MODEL_PATH', APP_PATH.'models/');
define('PACKAGE_PATH', APP_PATH.'packages/');