11 lines
193 B
PHP
Executable File
11 lines
193 B
PHP
Executable File
#!/usr/bin/php
|
|
<!--
|
|
Alias for the support page with a more common name.
|
|
-->
|
|
<?php
|
|
if (!isset($GLOBALS["HEADER_TITLE"])) {
|
|
$GLOBALS["HEADER_TITLE"] = "Donate";
|
|
}
|
|
include "support.php";
|
|
?>
|