Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
475cd241
Commit
475cd241
authored
Jul 23, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(legacy) check for post....
parent
871a3251
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
diag_limiter_info.php
src/www/diag_limiter_info.php
+2
-2
No files found.
src/www/diag_limiter_info.php
View file @
475cd241
...
@@ -31,7 +31,7 @@ require_once("guiconfig.inc");
...
@@ -31,7 +31,7 @@ require_once("guiconfig.inc");
$pgtitle
=
gettext
(
"Diagnostics: Limiter Info"
);
$pgtitle
=
gettext
(
"Diagnostics: Limiter Info"
);
$shortcut_section
=
"trafficshaper-limiters"
;
$shortcut_section
=
"trafficshaper-limiters"
;
if
(
$_REQUEST
[
'getactivity'
]
)
{
if
(
isset
(
$_POST
[
'getactivity'
])
)
{
$text
=
`/sbin/ipfw pipe show`
;
$text
=
`/sbin/ipfw pipe show`
;
if
(
$text
==
""
)
if
(
$text
==
""
)
$text
=
"We could not find any limiters on this system."
;
$text
=
"We could not find any limiters on this system."
;
...
@@ -67,7 +67,7 @@ include("head.inc");
...
@@ -67,7 +67,7 @@ include("head.inc");
jQuery
(
'
#limiteractivitydiv
'
).
html
(
'
<font face="Courier" size="2"><pre style="text-align:left;">
'
+
transport
.
responseText
+
'
<
\
/pre><
\
/font>
'
);
jQuery
(
'
#limiteractivitydiv
'
).
html
(
'
<font face="Courier" size="2"><pre style="text-align:left;">
'
+
transport
.
responseText
+
'
<
\
/pre><
\
/font>
'
);
setTimeout
(
'
getlimiteractivity()
'
,
2000
);
setTimeout
(
'
getlimiteractivity()
'
,
2000
);
}
}
setTimeout
(
'
getlimiteractivity()
'
,
5
000
);
setTimeout
(
'
getlimiteractivity()
'
,
1
000
);
//]]>
//]]>
</script>
</script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment