]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/iptables.cgi
Move xen patchset to new version's subdir.
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / iptables.cgi
index bcb5e6ffad9280d6c61f49b8115b0a503e5d9647..7f29365a898e56669ebfbacc12bc4ced436f9219 100644 (file)
@@ -1,9 +1,23 @@
 #!/usr/bin/perl
-#
-# IPFire CGIs
-#
-# This code is distributed under the terms of the GPL
-#
+###############################################################################
+#                                                                             #
+# 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 <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
 
 require '/var/ipfire/general-functions.pl';
 require "${General::swroot}/lang.pl";
@@ -28,7 +42,7 @@ print <<END
     <PRE>
 END
 ;
-       open (FILE, '/home/httpd/html/iptables.txt');
+       open (FILE, '/srv/web/ipfire/html/iptables.txt');
        while (<FILE>)
        {
                $iplines[$lines] = $_;
@@ -55,7 +69,7 @@ print <<END
     <PRE>
 END
 ;
-       open (FILEMAN, '/home/httpd/html/iptablesmangle.txt');
+       open (FILEMAN, '/srv/web/ipfire/html/iptablesmangle.txt');
        while (<FILEMAN>)
        {
                $ipmanlines[$manlines] = $_;
@@ -82,7 +96,7 @@ print <<END
     <PRE>
 END
 ;
-       open (FILENAT, '/home/httpd/html/iptablesnat.txt');
+       open (FILENAT, '/srv/web/ipfire/html/iptablesnat.txt');
        while (<FILENAT>)
        {
                $ipnatlines[$natlines] = $_;
@@ -103,6 +117,6 @@ END
 &Header::closebigbox();
 &Header::closepage();
 
-system(rm -f "/home/httpd/html/iptables.txt");
-system(rm -f "/home/httpd/html/iptablesmangle.txt");
-system(rm -f "/home/httpd/html/iptablesnat.txt");
+system(rm -f "/srv/web/ipfire/html/iptables.txt");
+system(rm -f "/srv/web/ipfire/html/iptablesmangle.txt");
+system(rm -f "/srv/web/ipfire/html/iptablesnat.txt");