* update website

This commit is contained in:
Reinhard Pointner 2015-06-04 16:12:44 +00:00
parent f8d25c12d7
commit 5c1dac0533
3 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,5 @@
# redirect donate.html to paypal
redirect 301 /donate.html https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z8JHALZ4TXGWL&lc=US&item_name=FileBot%20Media%20Renamer&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
# redirect donate.html
redirect 302 /donate.html https://app.filebot.net/donate.php
# redirect filebot.sourceforge.net to www.filebot.net
RewriteEngine on

View File

@ -1,11 +1,9 @@
<?php
$type = isset($_GET['src']) ? $_GET['src'] : '';
$name = 'FileBot';
$name = 'FileBot Media Renamer';
// packages: msi, app, deb, jar, portable
if ($type == 'web')
$name = 'FileBot Media Renamer';
else if ($type == 'msi')
if ($type == 'msi')
$name = 'FileBot for Windows';
else if ($type == 'app')
$name = 'FileBot for Mac';

View File

@ -343,7 +343,7 @@
</script>
</div>
<div id="donate">
<a target="_blank" href="https://app.filebot.net/donate.php?src=web"><img src="images/paypal.donate.png" width="150" /></a>
<a target="_blank" href="https://app.filebot.net/donate.php"><img src="images/paypal.donate.png" width="150" /></a>
</div>
</div>
</div>