X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Findex.cgi;h=cd1c0c200eef6825314cba179c289a5045646022;hp=f53536b09aaae65ea5d0ead3804b10691e8a76af;hb=922092717b57a984732ecb8a2ad595dccadcf81b;hpb=c85ec3b463150306517de99060e2b4e0e6eba1b1 diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index f53536b09a..cd1c0c200e 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -1,21 +1,34 @@ #!/usr/bin/perl -# -# SmoothWall CGIs -# -# This code is distributed under the terms of the GPL -# -# (c) The SmoothWall Team -# +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007 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 # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see . # +# # +############################################################################### use strict; # enable only the following on debugging purpose -use warnings; -use CGI::Carp 'fatalsToBrowser'; +#use warnings; +#use CGI::Carp 'fatalsToBrowser'; require '/var/ipfire/general-functions.pl'; require "${General::swroot}/lang.pl"; require "${General::swroot}/header.pl"; +require "/opt/pakfire/lib/functions.pl"; my %cgiparams=(); my %pppsettings=(); @@ -26,6 +39,7 @@ my $warnmessage = ''; my $refresh = ""; my $ipaddr=''; + &Header::showhttpheaders(); $cgiparams{'ACTION'} = ''; @@ -43,10 +57,21 @@ my %mainsettings = (); &General::readhash("/srv/web/ipfire/html/themes/".$mainsettings{'THEME'}."/include/colors.txt", \%color); my $connstate = &Header::connectionstatus(); -if ($connstate =~ /$Lang::tr{'dod waiting'}/ || -e "${General::swroot}/main/refreshindex") { - $refresh = ""; -} elsif ($connstate =~ /$Lang::tr{'connecting'}/) { + +# check if reboot is necessary +my $reboot = 0; +if (`find /var/run/need_reboot 2>/dev/null`) { + $reboot = 1; +} + + + +if ($cgiparams{'ACTION'} eq $Lang::tr{'shutdown'} || $cgiparams{'ACTION'} eq $Lang::tr{'reboot'}) { + $refresh = ""; +} elsif ($connstate =~ /$Lang::tr{'connecting'}/ || /$Lang::tr{'connection closed'}/ ){ $refresh = ""; +} elsif ($connstate =~ /$Lang::tr{'dod waiting'}/ || -e "${General::swroot}/main/refreshindex") { + $refresh = ""; } if ($cgiparams{'ACTION'} eq $Lang::tr{'dial profile'}) @@ -112,8 +137,15 @@ my $dialButtonDisabled = "disabled='disabled'"; &Header::openpage($Lang::tr{'main page'}, 1, $refresh); &Header::openbigbox('', 'center'); + +# licence agreement +if ($cgiparams{'ACTION'} eq $Lang::tr{'yes'} && $cgiparams{'gpl_accepted'} eq '1') { + system('touch /var/ipfire/main/gpl_accepted') +} +if (`find /var/ipfire/main/gpl_accepted 2>/dev/null`) { &Header::openbox('100%', 'center', &Header::cleanhtml(`/bin/uname -n`,"y")); + if ( ( $pppsettings{'VALID'} eq 'yes' && $modemsettings{'VALID'} eq 'yes' ) || ( $netsettings{'CONFIG_TYPE'} =~ /^(1|2|3|4)$/ && $netsettings{'RED_TYPE'} =~ /^(DHCP|STATIC)$/ )) { if (open(IPADDR,"${General::swroot}/ddns/ipcache")) { $ipaddr = ; @@ -131,9 +163,9 @@ if ( ( $pppsettings{'VALID'} eq 'yes' && $modemsettings{'VALID'} eq 'yes' ) || ( print "$Lang::tr{'profile has errors'}\n \n"; } -if ( $netsettings{'RED_TYPE'} =~ /^(DHCP|STATIC)$/ ) { - $ipaddr = $netsettings{'RED_ADDRESS'}; -} +#if ( $netsettings{'RED_TYPE'} =~ /^(DHCP|STATIC)$/ ) { +# $ipaddr = $netsettings{'RED_ADDRESS'}; +#} my $death = 0; my $rebirth = 0; @@ -149,26 +181,77 @@ if ($cgiparams{'ACTION'} eq $Lang::tr{'shutdown'}) { } if ($death == 0 && $rebirth == 0) { - + +if ($mainsettings{'REBOOTQUESTION'} eq "off") { print < - - - - - - -
+
+ + + + + + +
+
+END +; +} else { + if ($cgiparams{'ACTION'} eq $Lang::tr{'reboot ask'}) { +print < + + + + + + + + + +
$Lang::tr{'reboot sure'}
+ +END +; + } elsif ($cgiparams{'ACTION'} eq $Lang::tr{'shutdown ask'}) { +print < + + + + + + + + + +
$Lang::tr{'shutdown sure'}
+ +END +; + } else { +print < + + + + + + +
+ END ; + } +} print < \n"; + print ""; } else { - print "\n"; + print ""; } - print ""; + my $active = "
$Lang::tr{'network'} IP $Lang::tr{'status'} -
$Lang::tr{'internet'}:
+
$Lang::tr{'internet'}
$ipaddr $connstate END @@ -240,27 +323,27 @@ END } if ( $netsettings{'GREEN_DEV'} ) { print <$Lang::tr{'lan'}: +
$Lang::tr{'lan'} $netsettings{'GREEN_ADDRESS'} END if ( `cat /var/ipfire/proxy/advanced/settings | grep ^ENABLE=on` ) { - print "Proxy an"; + print $Lang::tr{'advproxy on'}; if ( `cat /var/ipfire/proxy/advanced/settings | grep ^TRANSPARENT=on` ) { print " (transparent)"; } - } else { print "Proxy aus"; } + } else { print $Lang::tr{'advproxy off'}; } } if ( $netsettings{'BLUE_DEV'} ) { print <$Lang::tr{'wireless'}:
+
$Lang::tr{'wireless'}
$netsettings{'BLUE_ADDRESS'} END if ( `cat /var/ipfire/proxy/advanced/settings | grep ^ENABLE_BLUE=on` ) { - print "Proxy an"; + print $Lang::tr{'advproxy on'}; if ( `cat /var/ipfire/proxy/advanced/settings | grep ^TRANSPARENT_BLUE=on` ) { print " (transparent)"; } - } else { print "Proxy aus"; } + } else { print $Lang::tr{'advproxy off'}; } } if ( $netsettings{'ORANGE_DEV'} ) { print <$Lang::tr{'dmz'}:
+
$Lang::tr{'dmz'}
$netsettings{'ORANGE_ADDRESS'} Online END @@ -268,11 +351,11 @@ END if ( `cat /var/ipfire/vpn/settings | grep ^ENABLED=on` || `cat /var/ipfire/vpn/settings | grep ^ENABLED_BLUE=on` ) { my $ipsecip = `cat /var/ipfire/vpn/settings | grep ^VPN_IP= | cut -c 8-`; - my @status = `/usr/sbin/ipsec auto --status`; + my @status = `/usr/local/bin/ipsecctrl I`; my %confighash = (); &General::readhasharray("${General::swroot}/vpn/config", \%confighash); print <$Lang::tr{'vpn'}:
+
$Lang::tr{'vpn'}
$ipsecip Online END @@ -282,11 +365,11 @@ END if ($confighash{$key}[0] eq 'on') { $gif = 'on.gif'; } else { $gif = 'off.gif'; } if ($id % 2) { - print "
$confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")$confighash{$key}[11]
$confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")$confighash{$key}[11] $confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")
$Lang::tr{'capsclosed'}
"; if ($confighash{$key}[0] eq 'off') { $active = "
$Lang::tr{'capsclosed'}
"; @@ -305,7 +388,7 @@ END `cat /var/ipfire/ovpn/settings | grep ^ENABLED_ORANGE=on`) { my $ovpnip = `cat /var/ipfire/ovpn/settings | grep ^DOVPN_SUBNET= | cut -c 14- | sed -e 's\/\\/255.255.255.0\/\/'`; print <OpenVPN:
+ OpenVPN
$ovpnip Online END @@ -334,7 +417,7 @@ foreach my $line (@df) { if ($1<5) { # available:plain value in MB, and not %used as 10% is too much to waste on small disk # and root size should not vary during time - $warnmessage .= "$Lang::tr{'filesystem full'}: $temp[0] $Lang::tr{'free'}=$1M !\n"; + $warnmessage .= "
  • $Lang::tr{'filesystem full'}: $temp[0] $Lang::tr{'free'}=$1M !
  • \n"; } } else { @@ -343,18 +426,36 @@ foreach my $line (@df) { if ($1>90) { @temp = split(/ /,$line); $temp2=int(100-$1); - $warnmessage .= "$Lang::tr{'filesystem full'}: $temp[0] $Lang::tr{'free'}=$temp2% !\n"; + $warnmessage .= "
  • $Lang::tr{'filesystem full'}: $temp[0] $Lang::tr{'free'}=$temp2% !
  • \n"; } } } +# S.M.A.R.T. health warning +my @files = `/bin/ls /var/run/smartctl_out_hddtemp-*`; +foreach my $file (@files) { + chomp ($file); + my $disk=`echo $file | cut -d"-" -f2`; + chomp ($disk); + if (`/bin/grep "SAVE ALL DATA" $file`) { + $warnmessage .= "
  • $Lang::tr{'smartwarn1'} /dev/$disk $Lang::tr{'smartwarn2'} !
  • \n\n"; + } +} + + if ($warnmessage) { print "$warnmessage"; } print < - END +; +&Pakfire::dblist("upgrade", "notice"); +print <
    $Lang::tr{'needreboot'}!"; +} } else { my $message=''; if ($death) { @@ -374,7 +475,41 @@ END END ; + +} + +&Header::closebox(); +} + +else { +&Header::openbox('100%', 'left', $Lang::tr{'gpl license agreement'}); +print <
    +END +; +if (`find /usr/share/doc/licenses/GPLv3 2>/dev/null`) { + print ''; +} +else { + print '
    GNU GENERAL PUBLIC LICENSE
    '; } +print < +
    + $Lang::tr{'gpl i accept these terms and conditions'}. +
    + +
    +

    + $Lang::tr{'gpl unofficial translation of the general public license v3'} + +END + &Header::closebox(); +} + &Header::closebigbox(); &Header::closepage();