Update diag_limiter_info.php (#2746)

This commit is contained in:
Michael 2018-09-22 17:36:44 +02:00 committed by Ad Schellevis
parent 00fe21aedb
commit 0c0d4cfb6b

View File

@ -30,7 +30,7 @@
require_once("guiconfig.inc");
if (isset($_POST['getactivity'])) {
$text = `/sbin/ipfw pipe show`;
$text = `/sbin/ipfw sched show`;
if ($text == "") {
$text = gettext('We could not find any limiters on this system.');
}