diff --git a/bhl.inc.php b/bhl.inc.php index a28e61c..bc5e145 100644 --- a/bhl.inc.php +++ b/bhl.inc.php @@ -125,7 +125,7 @@ function bhl_find_module($mod_id) function bhl_proj_file() { - return config_base_dir() . '/bhl.proj'; + return getor('BHL_PROJ_FILE', config_base_dir() . '/bhl.proj'); } function bhl_proj()