From a93e6b3077fe2cf43a09efebf9e38b0b1858c12b Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 24 Jul 2015 17:30:13 +0200 Subject: Fix up the 2.1.x font path Meh... should rather clean all that 2.1.x stuff eventually. And move all most of this to ntopng.inc. No time for that now. --- config/ntopng/ntopng.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/ntopng') diff --git a/config/ntopng/ntopng.xml b/config/ntopng/ntopng.xml index ef155d18..225b3941 100644 --- a/config/ntopng/ntopng.xml +++ b/config/ntopng/ntopng.xml @@ -160,7 +160,7 @@ if ($pf_version == "2.2") { $fonts_path = "/usr/pbi/ntopng-" . php_uname("m") . "/local/lib/X11/fonts"; } else if ($pf_version == "2.1") { - $fonts_path = "/usr/pbi/ntopng-" . php_uname("m") . "/local/lib/X11/fonts"; + $fonts_path = "/usr/pbi/ntopng-" . php_uname("m") . "/lib/X11/fonts"; } else { $fonts_path = "/usr/local/lib/X11/fonts"; } -- cgit v1.2.3