mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch '975-fixed-windows-graphviz-bin-path-conf-value-dev' into 'develop'
Fixed conf field See merge request !629
This commit is contained in:
commit
cbc813a3a5
@ -148,7 +148,7 @@ function networkmap_process_networkmap($id = 0) {
|
|||||||
case "WINNT":
|
case "WINNT":
|
||||||
case "Windows":
|
case "Windows":
|
||||||
$filename_plain = sys_get_temp_dir() . "\\plain.txt";
|
$filename_plain = sys_get_temp_dir() . "\\plain.txt";
|
||||||
$cmd = $config['graphviz_win'] . "$filter -Tplain -o " . $filename_plain . " " .
|
$cmd = $config['graphviz_bin_dir'] . "\\$filter -Tplain -o " . $filename_plain . " " .
|
||||||
$filename_dot;
|
$filename_dot;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user