mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Added red alias to core28 and fixed linefeeds
This commit is contained in:
@@ -18,3 +18,6 @@ usr/lib/libcurl.so
|
||||
usr/lib/libcurl.so.4
|
||||
usr/lib/libcurl.so.4.1.1
|
||||
lib/modules/2.6.25.19-ipfire/misc/kqemu.ko
|
||||
usr/local/bin/setaliases
|
||||
srv/web/ipfire/cgi-bin/aliases.cgi
|
||||
var/ipfire/menu.d/30-network.menu
|
||||
27
html/cgi-bin/aliases.cgi
Executable file → Normal file
27
html/cgi-bin/aliases.cgi
Executable file → Normal file
@@ -1,13 +1,26 @@
|
||||
#!/usr/bin/perl
|
||||
###############################################################################
|
||||
# #
|
||||
# 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/>. #
|
||||
# #
|
||||
###############################################################################
|
||||
#
|
||||
# IPCop CGI's - aliases.cgi
|
||||
# this cgi is base on IPCop CGI - aliases.cgi
|
||||
#
|
||||
# This code is distributed under the terms of the GPL
|
||||
#
|
||||
# (c) Steve Bootes 2002/04/13 - Manage IP Aliases
|
||||
#
|
||||
# $Id: aliases.cgi,v 1.5.2.18 2006/12/08 21:59:59 eoberlander Exp $
|
||||
|
||||
|
||||
# to fully troubleshot your code, uncomment diagnostics, Carp and cluck lines
|
||||
#use diagnostics; # need to add the file /usr/lib/perl5/5.8.x/pods/perldiag.pod before to work
|
||||
|
||||
Reference in New Issue
Block a user