mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix for BSDs core classes (#7051)
This commit is contained in:
committed by
GitHub
parent
42a3969836
commit
541db7b5c9
@@ -35,7 +35,10 @@ if (!class_exists('install')) {
|
||||
//set the default config file location
|
||||
$os = strtoupper(substr(PHP_OS, 0, 3));
|
||||
switch ($os) {
|
||||
case "BSD":
|
||||
case "FRE":
|
||||
case "OPE":
|
||||
case "NET":
|
||||
case "BSD":
|
||||
$config_path = '/usr/local/etc/fusionpbx';
|
||||
$config_file = $config_path.'/config.conf';
|
||||
$document_root = '/usr/local/www/fusionpbx';
|
||||
|
||||
Reference in New Issue
Block a user