X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fwebaccess.cgi;h=b38171762dafb736acd95cde6f5110bb9bf38f7c;hb=b339fb7f142ac96d440b0951728d194f0c2a5fc2;hp=87f2df3443c1d0387e6c5894c70bf301262e149b;hpb=ed38f89d27b0cabfb6b2f708ced49da1399671df;p=ipfire-2.x.git diff --git a/html/cgi-bin/webaccess.cgi b/html/cgi-bin/webaccess.cgi index 87f2df3443..b38171762d 100644 --- a/html/cgi-bin/webaccess.cgi +++ b/html/cgi-bin/webaccess.cgi @@ -1,12 +1,27 @@ #!/usr/bin/perl - -# -# $Id: webaccess.cgi,v 2.0 2006/01/11 00:00:00 marco.s Exp $ -# +############################################################################### +# # +# 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 . # +# # +############################################################################### use CGI; -my $swroot = "/var/ipcop"; +my $swroot = "/var/ipfire"; my $apdir = "$swroot/proxy/advanced"; my $group_def_file = "$apdir/cre/classrooms"; my $svhosts_file = "$apdir/cre/supervisors"; @@ -69,7 +84,7 @@ if (($cgiparams{'ACTION'} eq 'submit') && ($is_supervisor)) ((defined($proxysettings{'SUPERVISOR_PASSWORD'})) && ($proxysettings{'SUPERVISOR_PASSWORD'} eq ''))) { &write_acl; - system("/usr/local/bin/restartsquid"); + system("/usr/local/bin/squidctrl restart >/dev/null 2>&1"); } } @@ -216,7 +231,7 @@ print < Advanced Proxy running on - IPCop + IPFire