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, next has been updated via f74ea48125233bc2a06f2f25f2c44e110bbaefd2 (commit) from 2b4593b27f802a0a75ab8939a35d6a972b970d90 (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 f74ea48125233bc2a06f2f25f2c44e110bbaefd2 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Feb 4 16:13:57 2014 +0100
shutdown.cgi: fix missing image.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/shutdown.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/html/cgi-bin/shutdown.cgi b/html/cgi-bin/shutdown.cgi index dd6a03c..998f9f8 100644 --- a/html/cgi-bin/shutdown.cgi +++ b/html/cgi-bin/shutdown.cgi @@ -73,7 +73,7 @@ END <div align='center'> <table width='100%' bgcolor='#ffffff'> <tr><td align='center'> -<br /><br /><img src='/ipfire_big.gif' /><br /><br /><br /> +<br /><br /><img src='/images/IPFire.png' /><br /><br /><br /> </td></tr> </table> <br />
hooks/post-receive -- IPFire 2.x development tree