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 363a19ee8c387706bc6a6a7c1a9f822e68d6f7dc (commit) from 7c42d6855321cb3247e476235fbc7538cb81f479 (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 363a19ee8c387706bc6a6a7c1a9f822e68d6f7dc Author: Christian Schmidt christian.schmidt@ipfire.org Date: Fri Aug 27 19:59:18 2010 +0200
This fixes bug #0000711 dont know why this is back again was fixed with core28
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/40/filelists/files | 1 + html/cgi-bin/backup.cgi | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/40/filelists/files b/config/rootfiles/core/40/filelists/files index 23e2210..dcb7b79 100644 --- a/config/rootfiles/core/40/filelists/files +++ b/config/rootfiles/core/40/filelists/files @@ -7,6 +7,7 @@ var/ipfire/langs/fr.pl var/ipfire/dhcp/dhcpd.conf.local etc/rc.d/init.d/dnsmasq etc/rc.d/init.d/functions +srv/web/ipfire/cgi-bin/backup.cgi srv/web/ipfire/cgi-bin/dhcp.cgi srv/web/ipfire/cgi-bin/time.cgi srv/web/ipfire/cgi-bin/qos.cgi diff --git a/html/cgi-bin/backup.cgi b/html/cgi-bin/backup.cgi index d160349..86814e9 100644 --- a/html/cgi-bin/backup.cgi +++ b/html/cgi-bin/backup.cgi @@ -252,7 +252,7 @@ print <<END <td align='right' width='5'> <form method='post' action='$ENV{'SCRIPT_NAME'}'> <input type='hidden' name='ACTION' value='delete' /> - <input type='hidden' name='FILE' value='addons/backup/$_.ipf' /> + <input type='hidden' name='FILE' value='addons//backup/$_.ipf' /> <input type='image' alt='$Lang::tr{'delete'}' title='$Lang::tr{'delete'}' src='/images/user-trash.png' /> </form> </td>
hooks/post-receive -- IPFire 2.x development tree