summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-06 03:38:26 +0000
committerColin Smith <colin@pfsense.org>2005-06-06 03:38:26 +0000
commit02f1157b861331731f6fb2e0a14cf3c3ea1b623f (patch)
treeeb0073b0258efc88a49866eca0a03d7e3f9166b7 /usr
parentc8548e7dbcd453579b114fa893c62e88543a513b (diff)
downloadpfsense-02f1157b861331731f6fb2e0a14cf3c3ea1b623f.zip
pfsense-02f1157b861331731f6fb2e0a14cf3c3ea1b623f.tar.gz
Don't use the package parser anymore.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index a1692a6..229883a 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -466,7 +466,7 @@ function dump_clog($logfile, $tail, $grepfor = "", $grepinvert = false, $withori
if(!is_array($grepinvert)) $grepinvert = array($grepinvert);
if($ignorepkgs == true and $config['installedpackages']['package'] != "") {
foreach($config['installedpackages']['package'] as $pkg) {
- $pkg_config = parse_xml_config_pkg("/usr/local/pkg/" . $pkg['configurationfile'], "packagegui");
+ $pkg_config = parse_xml_config("/usr/local/pkg/" . $pkg['configurationfile'], "packagegui");
if($pkg_config['logging'] != "" and $pkg_config['logging']['grepfor'] != "") {
$grepfor[] = $pkg_config['logging']['grepfor'];
$grepinvert[] = true;
OpenPOWER on IntegriCloud