This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 6c49789edb5d4c24d679fc5e47aed4ac5470b1bf (commit) from 026344106b5282a59c6ae52f5768080df48f5651 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6c49789edb5d4c24d679fc5e47aed4ac5470b1bf Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 10 10:57:11 2010 +0200
Remove blob at IPSec local- and remote-id.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/vpnmain.cgi | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
Difference in files: diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 280055e..48353ed 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -1952,10 +1952,9 @@ END <td class='boldbase' nowrap='nowrap'>$Lang::tr{'remote subnet'}</td> <td><input $disabled type='text' name='REMOTE_SUBNET' value='$cgiparams{'REMOTE_SUBNET'}' size='30' /></td> </tr><tr> - <td class='boldbase'>$Lang::tr{'vpn local id'}: <img src='/blob.gif' alt='*' /> - <br />($Lang::tr{'eg'} <tt>@xy.example.com</tt>)</td> + <td class='boldbase'>$Lang::tr{'vpn local id'}:<br />($Lang::tr{'eg'} <tt>@xy.example.com</tt>)</td> <td><input type='text' name='LOCAL_ID' value='$cgiparams{'LOCAL_ID'}' /></td> - <td class='boldbase'>$Lang::tr{'vpn remote id'}: <img src='/blob.gif' alt='*' /></td> + <td class='boldbase'>$Lang::tr{'vpn remote id'}:</td> <td><input type='text' name='REMOTE_ID' value='$cgiparams{'REMOTE_ID'}' /></td> </tr><tr> </tr><td><br /></td><tr>
hooks/post-receive -- IPFire 2.x development tree