summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2013-01-10 11:28:43 +0200
committerWarren Baker <warren@decoy.co.za>2013-01-10 11:28:43 +0200
commitba17b457cd446b36b1a8050784f0b8d02ec0b535 (patch)
tree0d6f44c8a39b99b270d075139c75d85a556dbae3 /usr
parentea031bdeb9e2730b3d2e9035b9fb5f1048d698f8 (diff)
downloadpfsense-ba17b457cd446b36b1a8050784f0b8d02ec0b535.zip
pfsense-ba17b457cd446b36b1a8050784f0b8d02ec0b535.tar.gz
Remove some debugging
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_system_pftop.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_system_pftop.php b/usr/local/www/diag_system_pftop.php
index da2eb82..87dbc65 100644
--- a/usr/local/www/diag_system_pftop.php
+++ b/usr/local/www/diag_system_pftop.php
@@ -66,8 +66,8 @@ if($_REQUEST['getactivity']) {
$viewtype = "default";
$numstate = "100";
}
- log_error("pftop -b {$sorttype} -v {$viewtype} $numstate");
- $text = `pftop -b {$sorttype} -v {$viewtype} {$numstate}`;
+
+ $text = `pftop -b {$sorttype} -v {$viewtype} {$numstate}`;
echo $text;
exit;
}
OpenPOWER on IntegriCloud