]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/location-block.cgi
remote.cgi: Fix splitting output from ssh-keygen.
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / location-block.cgi
index 3bc3a1e76432fb17843e68b82dc7f120fe8cfaa3..df3f397a6ab11a846856494de682061e03a5c584 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2014 - 2020 IPFire Developemnt Team <info@ipfire.org>         #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -42,7 +42,7 @@ my %cgiparams = ();
 &General::readhash("$settingsfile", \%settings);
 
 &General::readhash("${General::swroot}/main/settings", \%mainsettings);
-&General::readhash("/srv/web/ipfire/html/themes/".$mainsettings{'THEME'}."/include/colors.txt", \%color);
+&General::readhash("/srv/web/ipfire/html/themes/ipfire/include/colors.txt", \%color);
 
 &Header::showhttpheaders();
 
@@ -103,7 +103,7 @@ print"<form method='POST' action='$ENV{'SCRIPT_NAME'}'>\n";
 print <<END;
        <table width='95%'>
                <tr>
-                       <td width='25%' class='base'>$Lang::tr{'locationblock enable feature'}
+                       <td width='50%' class='base'>$Lang::tr{'locationblock enable feature'}
                        <td><input type='checkbox' name='LOCATIONBLOCK_ENABLED' $checked></td>
                </tr>
                <tr>