mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
Update diag_limiter_info.php (#2746)
This commit is contained in:
parent
00fe21aedb
commit
0c0d4cfb6b
@ -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.');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user