* update website
This commit is contained in:
parent
f8d25c12d7
commit
5c1dac0533
|
@ -1,6 +1,5 @@
|
||||||
# redirect donate.html to paypal
|
# redirect donate.html
|
||||||
redirect 301 /donate.html https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=Z8JHALZ4TXGWL&lc=US&item_name=FileBot%20Media%20Renamer¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
redirect 302 /donate.html https://app.filebot.net/donate.php
|
||||||
|
|
||||||
|
|
||||||
# redirect filebot.sourceforge.net to www.filebot.net
|
# redirect filebot.sourceforge.net to www.filebot.net
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
$type = isset($_GET['src']) ? $_GET['src'] : '';
|
$type = isset($_GET['src']) ? $_GET['src'] : '';
|
||||||
$name = 'FileBot';
|
$name = 'FileBot Media Renamer';
|
||||||
|
|
||||||
// packages: msi, app, deb, jar, portable
|
// packages: msi, app, deb, jar, portable
|
||||||
if ($type == 'web')
|
if ($type == 'msi')
|
||||||
$name = 'FileBot Media Renamer';
|
|
||||||
else if ($type == 'msi')
|
|
||||||
$name = 'FileBot for Windows';
|
$name = 'FileBot for Windows';
|
||||||
else if ($type == 'app')
|
else if ($type == 'app')
|
||||||
$name = 'FileBot for Mac';
|
$name = 'FileBot for Mac';
|
||||||
|
|
|
@ -343,7 +343,7 @@
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
<div id="donate">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue