moved error pages to application directory.

This commit is contained in:
Taylor Otwell
2011-11-20 23:01:05 -06:00
parent 5e95f05d9b
commit 4283e7ec98
4 changed files with 0 additions and 10 deletions

View File

@@ -20,7 +20,6 @@ define('MODEL_PATH', APP_PATH.'models/');
define('ROUTE_PATH', APP_PATH.'routes/');
define('SESSION_PATH', STORAGE_PATH.'sessions/');
define('SYS_CONFIG_PATH', SYS_PATH.'config/');
define('SYS_VIEW_PATH', SYS_PATH.'views/');
define('VIEW_PATH', APP_PATH.'views/');
/**