Revision: 6012 http://ipcop.svn.sourceforge.net/ipcop/?rev=6012&view=rev Author: owes Date: 2011-10-31 08:18:11 +0000 (Mon, 31 Oct 2011) Log Message: ----------- Update chpasswd GUI (used for Local proxy authentication)
Modified Paths: -------------- ipcop/trunk/html/cgi-bin/chpasswd.cgi ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 Modified: ipcop/trunk/html/cgi-bin/chpasswd.cgi =================================================================== --- ipcop/trunk/html/cgi-bin/chpasswd.cgi 2011-10-31 08:08:46 UTC (rev 6011) +++ ipcop/trunk/html/cgi-bin/chpasswd.cgi 2011-10-31 08:18:11 UTC (rev 6012) @@ -1,11 +1,23 @@ #!/usr/bin/perl # -# IPCop CGIs +# This file is part of the IPCop Firewall. # -# This code is distributed under the terms of the GPL +# IPCop 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 2 of the License, or +# (at your option) any later version. # -# (c) 2010 The IPCop Team +# IPCop 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 IPCop. If not, see <http://www.gnu.org/licenses/>. +# +# (c) 2005 marco.s - http://www.advproxy.net +# (c) 2010-2011 The IPCop Team +# # $Id$ # @@ -196,11 +208,11 @@ ; if ($errormessage) { - print "<tr><td width='5%'></td><td bgcolor=#CC0000><center><b><font color=white>$Lang::tr{'capserror'}: $errormessage</font></b></center></td><td width='5%'></td></tr>\n"; + print "<tr><td width='5%'></td><td bgcolor='#CC0000'><center><b><font color='white'>$Lang::tr{'capserror'}: $errormessage</font></b></center></td><td width='5%'></td></tr>\n"; } else { if ($success) { - print "<tr><td width='5%'></td><td bgcolor=#339933><center><b><font color=white>$Lang::tr{'$errmsg change success'}</font></b></center></td><td width='5%'></td></tr>\n"; + print "<tr><td width='5%'></td><td bgcolor='#339933'><center><b><font color='white'>$Lang::tr{'$errmsg change success'}</font></b></center></td><td width='5%'></td></tr>\n"; } else { print "<tr><td><center>$Lang::tr{'web access password hint'}</center></td></tr>\n"; @@ -253,24 +265,8 @@ </td> </tr> </table> - -<!-- IPCOP FOOTER --> - <table width='100%' border='0'> - <tr> - <td width='175' align='left'><img src='/images/null.gif' width='15' height='12' alt='' /><a href= - 'http://sourceforge.net/projects/ipcop' target='_blank'><img src='/images/sflogo.gif' width='120' height='30' alt= - 'Get IPCop Firewall at SourceForge.net. Fast, secure and Free Open Source software downloads' /></a></td> - - <td align='center' valign='middle'><small>IPCop v${General::version} © 2001-2010 The IPCop Team</small></td> - - <td width='175' align='right' valign='bottom'><a href='http://www.ipcop.org/' target='_blank'><img src= - '/images/shieldedtux.png' width='113' height='82' alt='IPCop Tux' /></a><img src='/images/null.gif' width='15' height= - '12' alt='' /></td> - </tr> - </table> -</body> -</html> - END ; + +&Header::closepage('skip_connected'); Modified: ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 =================================================================== --- ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 2011-10-31 08:08:46 UTC (rev 6011) +++ ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 2011-10-31 08:18:11 UTC (rev 6012) @@ -6,6 +6,7 @@ /etc/rc.d/rc.pulsardsl /etc/rc.d/rc.red /etc/rc.d/rc.updatered +/home/httpd/cgi-bin/chpasswd.cgi /home/httpd/cgi-bin/connections.cgi /home/httpd/cgi-bin/ddns.cgi /home/httpd/cgi-bin/email.cgi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes. BlackBerry App World™ now supports Android™ Apps for the BlackBerry® PlayBook™. Discover just how easy and simple it is! http://p.sf.net/sfu/android-dev2dev _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn