diff options
author | doktornotor <notordoktor@gmail.com> | 2015-07-24 17:30:13 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-07-24 17:30:13 +0200 |
commit | a93e6b3077fe2cf43a09efebf9e38b0b1858c12b (patch) | |
tree | 426ab5b3ab87b93bad732bc6bc808b75d50934c6 /config/ntopng | |
parent | ae5fda5a3d72f9dd82891d48a293d1eee4a27472 (diff) | |
download | pfsense-packages-a93e6b3077fe2cf43a09efebf9e38b0b1858c12b.tar.gz pfsense-packages-a93e6b3077fe2cf43a09efebf9e38b0b1858c12b.tar.bz2 pfsense-packages-a93e6b3077fe2cf43a09efebf9e38b0b1858c12b.zip |
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.
Diffstat (limited to 'config/ntopng')
-rw-r--r-- | config/ntopng/ntopng.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |