Adding support for BHL_PROJ_FILE property
This commit is contained in:
parent
8febc2c08d
commit
41cef1cea4
|
@ -125,7 +125,7 @@ function bhl_find_module($mod_id)
|
||||||
|
|
||||||
function bhl_proj_file()
|
function bhl_proj_file()
|
||||||
{
|
{
|
||||||
return config_base_dir() . '/bhl.proj';
|
return getor('BHL_PROJ_FILE', config_base_dir() . '/bhl.proj');
|
||||||
}
|
}
|
||||||
|
|
||||||
function bhl_proj()
|
function bhl_proj()
|
||||||
|
|
Loading…
Reference in New Issue