added the storage_path constant.
This commit is contained in:
@@ -27,6 +27,7 @@ define('MODEL_PATH', APP_PATH.'models/');
|
||||
define('PACKAGE_PATH', APP_PATH.'packages/');
|
||||
define('ROUTE_PATH', APP_PATH.'routes/');
|
||||
define('SESSION_PATH', APP_PATH.'storage/sessions/');
|
||||
define('STORAGE_PATH', APP_PATH.'storage/');
|
||||
define('SYS_VIEW_PATH', SYS_PATH.'views/');
|
||||
define('VIEW_PATH', APP_PATH.'views/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user