mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-27 18:04:35 +00:00
6 lines
137 B
PHP
6 lines
137 B
PHP
|
<?php
|
||
|
echo "Please open our new page: https://turtle-wow.org/#/donate";
|
||
|
header("Location: https://turtle-wow.org/#/donate");
|
||
|
exit();
|
||
|
?>
|