X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Faliases.cgi;h=d32d842f7054e965b926e194ddd271d71bf91f59;hp=5c2a4a19201a01608a547c9185dd9f07890dd8fa;hb=78331e301975a38f952ad9311a7ff3201e5a5e2e;hpb=548f60a5bf6c5b8b6bf15471456cce8ce713a2b1 diff --git a/html/cgi-bin/aliases.cgi b/html/cgi-bin/aliases.cgi index 5c2a4a1920..d32d842f70 100644 --- a/html/cgi-bin/aliases.cgi +++ b/html/cgi-bin/aliases.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# IPCop CGI's - aliases.cgi +# IPFire CGI's - aliases.cgi # # This code is distributed under the terms of the GPL # @@ -17,7 +17,7 @@ use strict; #use Carp (); #local $SIG{__WARN__} = \&Carp::cluck; -require 'CONFIG_ROOT/general-functions.pl'; # replace CONFIG_ROOT with /var/ipcop in case of manual install +require 'CONFIG_ROOT/general-functions.pl'; # replace CONFIG_ROOT with /var/ipfire in case of manual install require "${General::swroot}/lang.pl"; require "${General::swroot}/header.pl";