mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fixed some minor errors
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2008 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -77,21 +77,21 @@ foreach (@sensorsdir){
|
||||
# 3 if given is the height of the iframe default if nothing is given
|
||||
|
||||
sub makegraphbox {
|
||||
my $height = 275;
|
||||
my $height = 285;
|
||||
my $width = 700;
|
||||
|
||||
if ( $_[3] ne "" ){ $height = $_[3]; }
|
||||
|
||||
print "<center>";
|
||||
print "<a href='".$_[0]."?".$_[1]."?hour' target='".$_[1]."box'>Hour</a>";
|
||||
print "<a href='".$_[0]."?".$_[1]."?hour' target='".$_[1]."box'><b>".$Lang::tr{'hour'}."</b></a>";
|
||||
print " - ";
|
||||
print "<a href='".$_[0]."?".$_[1]."?day' target='".$_[1]."box'>Day</a>";
|
||||
print "<a href='".$_[0]."?".$_[1]."?day' target='".$_[1]."box'><b>".$Lang::tr{'day'}."</b></a>";
|
||||
print " - ";
|
||||
print "<a href='".$_[0]."?".$_[1]."?week' target='".$_[1]."box'>Week</a>";
|
||||
print "<a href='".$_[0]."?".$_[1]."?week' target='".$_[1]."box'><b>".$Lang::tr{'week'}."</b></a>";
|
||||
print " - ";
|
||||
print "<a href='".$_[0]."?".$_[1]."?month' target='".$_[1]."box'>Month</a>";
|
||||
print "<a href='".$_[0]."?".$_[1]."?month' target='".$_[1]."box'><b>".$Lang::tr{'month'}."</b></a>";
|
||||
print " - ";
|
||||
print "<a href='".$_[0]."?".$_[1]."?year' target='".$_[1]."box'>Year</a>";
|
||||
print "<a href='".$_[0]."?".$_[1]."?year' target='".$_[1]."box'><b>".$Lang::tr{'year'}."</b></a>";
|
||||
print "<iframe src='".$_[0]."?".$_[1]."?".$_[2]."' width='".$width."' height='".$height."' scrolling='no' frameborder='no' marginheight='0' name='".$_[1]."box'></iframe>";
|
||||
print "</center>";
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$subipfire->{'54.wlanap'} = {'caption' => wlanap,
|
||||
$subipfire->{'54.wlanap'} = {'caption' => WLanAP,
|
||||
'uri' => '/cgi-bin/wlanap.cgi',
|
||||
'title' => wlanap,
|
||||
'title' => WLanAP,
|
||||
'enabled' => 1,
|
||||
};
|
||||
|
||||
@@ -1443,12 +1443,6 @@ print <<END
|
||||
<td class='base'>$Lang::tr{'urlfilter msg text 3'}: <img src='/blob.gif' alt='*' /></td>
|
||||
<td><input type='text' name='MSG_TEXT_3' value='$filtersettings{'MSG_TEXT_3'}' size='40' /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='base'>$Lang::tr{'urlfilter enable jpeg'}:</td>
|
||||
<td><input type='checkbox' name='ENABLE_JPEG' $checked{'ENABLE_JPEG'}{'on'} /></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr size='1'>
|
||||
<table width='100%'>
|
||||
|
||||
@@ -1663,7 +1663,7 @@
|
||||
'unknown' => 'UNKNOWN',
|
||||
'unnamed' => 'Unnamed',
|
||||
'update' => 'Update',
|
||||
'update accelerator' => 'update booster',
|
||||
'update accelerator' => 'Update Booster',
|
||||
'update time' => 'Update the time:',
|
||||
'update transcript' => 'Update transcript',
|
||||
'updatedatabase' => 'Update Database with last Report',
|
||||
@@ -1751,7 +1751,7 @@
|
||||
'upstream proxy host:port' => 'Upstream proxy (host:port)',
|
||||
'upstream username' => 'Upstream username:',
|
||||
'uptime and users' => 'Uptime and users:',
|
||||
'url filter' => 'content filter',
|
||||
'url filter' => 'Content Filter',
|
||||
'urlfilter access' => 'Access',
|
||||
'urlfilter activity detection' => 'Activity detection',
|
||||
'urlfilter add new time constraint rule' => 'Add new time constraint rule',
|
||||
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = hostapd
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS = ""
|
||||
|
||||
|
||||
@@ -63,8 +63,10 @@ case "$1" in
|
||||
evaluate_retval
|
||||
;;
|
||||
restore)
|
||||
boot_mesg "Copying rrd files to ramd..."
|
||||
cp -pR $RRDLOG.bak/* $RRDLOG/
|
||||
if [ -e $RRDLOG.bak ];then
|
||||
boot_mesg "Copying rrd files to ramd..."
|
||||
cp -pR $RRDLOG.bak/* $RRDLOG/
|
||||
fi
|
||||
;;
|
||||
status)
|
||||
statusproc /usr/sbin/collectd
|
||||
|
||||
Reference in New Issue
Block a user