mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Merge remote-tracking branch 'origin/next' into thirteen
This commit is contained in:
@@ -39,16 +39,11 @@ require "${General::swroot}/header.pl";
|
|||||||
|
|
||||||
print <<END
|
print <<END
|
||||||
<p>$Lang::tr{'donation-text'}</p>
|
<p>$Lang::tr{'donation-text'}</p>
|
||||||
<div align="center">
|
|
||||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
||||||
<input type="hidden" name="cmd" value="_s-xclick">
|
|
||||||
<input type="hidden" name="hosted_button_id" value="HHBTSN9QRWPAY">
|
|
||||||
<input type="image" src="$Lang::tr{'donation-link'}" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
|
||||||
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<br />
|
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<a href="http://www.ipfire.org/donate">$Lang::tr{'donation'}</a>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
END
|
END
|
||||||
;
|
;
|
||||||
&Header::closebox();
|
&Header::closebox();
|
||||||
@@ -73,8 +68,6 @@ Christian Schmidt
|
|||||||
(<a href='mailto:christian.schmidt\@ipfire.org'>christian.schmidt\@ipfire.org</a>) - Vice Project Leader <br />
|
(<a href='mailto:christian.schmidt\@ipfire.org'>christian.schmidt\@ipfire.org</a>) - Vice Project Leader <br />
|
||||||
Stefan Schantl
|
Stefan Schantl
|
||||||
(<a href='mailto:stefan.schantl\@ipfire.org'>stefan.schantl\@ipfire.org</a>)<br />
|
(<a href='mailto:stefan.schantl\@ipfire.org'>stefan.schantl\@ipfire.org</a>)<br />
|
||||||
Jan Paul Tücking
|
|
||||||
(<a href='mailto:jan.tuecking\@ipfire.org'>jan.tuecking\@ipfire.org</a>)<br />
|
|
||||||
Heiner Schmeling
|
Heiner Schmeling
|
||||||
(<a href='mailto:heiner.schmeling\@ipfire.org'>heiner.schmeling\@ipfire.org</a>)<br />
|
(<a href='mailto:heiner.schmeling\@ipfire.org'>heiner.schmeling\@ipfire.org</a>)<br />
|
||||||
Ronald Wiesinger
|
Ronald Wiesinger
|
||||||
@@ -94,12 +87,10 @@ Peter Pfeiffer
|
|||||||
(<a href='mailto:peter.pfeifer\@ipfire.org'>peter.pfeifer\@ipfire.org</a>)<br />
|
(<a href='mailto:peter.pfeifer\@ipfire.org'>peter.pfeifer\@ipfire.org</a>)<br />
|
||||||
Peter Schälchli
|
Peter Schälchli
|
||||||
(<a href='mailto:peter.schaelchli\@ipfire.org'>peter.schaelchli\@ipfire.org</a>)<br />
|
(<a href='mailto:peter.schaelchli\@ipfire.org'>peter.schaelchli\@ipfire.org</a>)<br />
|
||||||
|
Jan Paul Tücking
|
||||||
|
(<a href='mailto:jan.tuecking\@ipfire.org'>jan.tuecking\@ipfire.org</a>)<br />
|
||||||
</p>
|
</p>
|
||||||
<p>Some parts of the distribution are left ajar on third-party software, that is licensed under the GPL, too.<br />
|
|
||||||
There are: Advanced Proxy with URL-Filter and Update-Accelerator, ZERINA, Connection Scheduler, Hddtemp and Wake-on-LAN.<br />
|
|
||||||
Distributed by Marco Sondermann, Ufuk Altinkaynak, Thomas Eichstaedt and Olaf Westrik.</p>
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
This product includes GeoLite data created by MaxMind, available from <a href='http://www.maxmind.com/' target="_blank">http://www.maxmind.com/</a>.
|
This product includes GeoLite data created by MaxMind, available from <a href='http://www.maxmind.com/' target="_blank">http://www.maxmind.com/</a>.
|
||||||
</p>
|
</p>
|
||||||
END
|
END
|
||||||
|
|||||||
@@ -1362,7 +1362,7 @@ sub printlegendicons
|
|||||||
<td><img src='/images/updbooster/updxl-globe.gif' alt='$Lang::tr{'updxlrtr last checkup'}' /></td>
|
<td><img src='/images/updbooster/updxl-globe.gif' alt='$Lang::tr{'updxlrtr last checkup'}' /></td>
|
||||||
<td class='base'>$Lang::tr{'updxlrtr last checkup'}</td>
|
<td class='base'>$Lang::tr{'updxlrtr last checkup'}</td>
|
||||||
<td class='base'> </td>
|
<td class='base'> </td>
|
||||||
<td><img src='/images/updbooster/delete.gif' alt='$Lang::tr{'updxlrtr remove file'}' /></td>
|
<td><img src='/images/delete.gif' alt='$Lang::tr{'updxlrtr remove file'}' /></td>
|
||||||
<td class='base'>$Lang::tr{'updxlrtr remove file'}</td>
|
<td class='base'>$Lang::tr{'updxlrtr remove file'}</td>
|
||||||
<td class='base'> </td>
|
<td class='base'> </td>
|
||||||
<td class='base'> </td>
|
<td class='base'> </td>
|
||||||
|
|||||||
@@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
extract_files() {
|
extract_files() {
|
||||||
echo "Extracting files..."
|
echo "Extracting files..."
|
||||||
tar xvf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C /
|
tar xavf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C /
|
||||||
echo "...Finished."
|
echo "...Finished."
|
||||||
}
|
}
|
||||||
|
|
||||||
extract_backup_includes() {
|
extract_backup_includes() {
|
||||||
echo "Extracting backup includes..."
|
echo "Extracting backup includes..."
|
||||||
tar xvf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C / \
|
tar xavf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C / \
|
||||||
var/ipfire/backup/addons/includes
|
var/ipfire/backup/addons/includes
|
||||||
echo "...Finished."
|
echo "...Finished."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user