]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/base.cgi
Großes Update:
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / base.cgi
index b98e991d489c82bc3ba5db592417fb29bf9de4e7..57acddd6134c7fa042ccfc6bd577f674da4c83e4 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# IPCop CGI's - base.cgi
+# IPFire CGI's - base.cgi
 #
 # This code is distributed under the terms of the GPL
 #
@@ -41,8 +41,8 @@ use strict;
 #use Carp ();
 #local $SIG{__WARN__} = \&Carp::cluck;
 
-require '/var/ipcop/general-functions.pl';     # Replace all occurences of </var/ipcop> with CONFIG_ROOT
-                                               # before updating cvs IPCop file.
+require '/var/ipfire/general-functions.pl';    # Replace all occurences of </var/ipfire> with CONFIG_ROOT
+                                               # before updating cvs IPFire file.
 require "${General::swroot}/lang.pl";
 require "${General::swroot}/header.pl";