mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 01:12:57 +02:00
Toolchain-Download mit ./make.sh gettoolchain
Beim Netstatus werden ab jetzt nur noch aktive Verbindungen angezeigt. Erhöht die Übersichtlichkeit... git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@88 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -51,7 +51,7 @@ print "</td></tr></table>\n";
|
||||
|
||||
print "<a name='interfaces'/>\n";
|
||||
&Header::openbox('100%', 'left', $Lang::tr{'interfaces'});
|
||||
$output = `/sbin/ifconfig -a`;
|
||||
$output = `/sbin/ifconfig`;
|
||||
$output = &Header::cleanhtml($output,"y");
|
||||
|
||||
my @itfs = ('ORANGE','BLUE','GREEN');
|
||||
|
||||
Reference in New Issue
Block a user