remove donate and gettingstarted redirects

they're in the nginx config now
This commit is contained in:
Ben Harris 2020-10-27 14:45:57 -04:00
parent caa811435e
commit da715de382
2 changed files with 0 additions and 5 deletions

View File

@ -1,2 +0,0 @@
<?php header("Location: https://bhh.sh/donate/"); die();

View File

@ -1,3 +0,0 @@
<?php
header("Location: /wiki/view.php?page=getting-started");
die();