-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 14
-
Component/s: System Dashboard
-
Labels:None
-
Distro Version:14
-
Distro:Other
Continuing the topic of compatibility FreePBX and FreeBSD I want to ask to fix the class Netmon.class.php in the place where the variables are defined as following:
public $output = (PHP_OS=='FreeBSD')? "/compat/linux/dev/shm/netusage" : "/dev/shm/netusage";
public $watch = (PHP_OS=='FreeBSD')? "/compat/linux/dev/shm/running" : "/dev/shm/running";
public $log = (PHP_OS=='FreeBSD')? "/compat/linux/dev/shm/netmon-log" : "/dev/shm/netmon-log";
Can you did it?