mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
RRDTool Fix
Bearbeitung an den Grafen noetig! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@362 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -249,7 +249,7 @@ print "<pre>$output</pre>\n";
|
||||
|
||||
print "<a name='modules'/>\n";
|
||||
&Header::openbox('100%', 'left', $Lang::tr{'loaded modules'});
|
||||
$output = qx+/sbin/lsmod+;
|
||||
$output = qx+/bin/lsmod+;
|
||||
($output = &Header::cleanhtml($output,"y")) =~ s/\[.*\]//g;
|
||||
print "<pre>\n$output\n</pre>\n";
|
||||
&Header::closebox();
|
||||
|
||||
Reference in New Issue
Block a user