mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Allow ASSETS_PATH to be overridden like ASSETS_PATH (via jthomerson)
This commit is contained in:
parent
fbf64c8c48
commit
07b15db3eb
@ -207,7 +207,9 @@ define('THIRDPARTY_PATH', BASE_PATH . '/' . THIRDPARTY_DIR);
|
||||
if(!defined('ASSETS_DIR')) {
|
||||
define('ASSETS_DIR', 'assets');
|
||||
}
|
||||
if(!defined('ASSETS_PATH')) {
|
||||
define('ASSETS_PATH', BASE_PATH . '/' . ASSETS_DIR);
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// INCLUDES
|
||||
|
Loading…
x
Reference in New Issue
Block a user