Add alias for the support page (/donate).

This commit is contained in:
Hyperling 2025-01-29 03:21:47 -07:00
parent ee213ee9f7
commit 1044b60d92

7
pages/donate.php Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/php
<!--
Alias for the support page with a more common name.
-->
<?php
include "support.php";
?>