Move PHP comments into PHP tags since they do not need to be on the website and were in front of the Doc Start tag.

This commit is contained in:
2025-10-17 14:27:53 -07:00
parent 2feb3e88cc
commit 219236f167
11 changed files with 14 additions and 34 deletions

View File

@@ -1,8 +1,6 @@
#!/usr/bin/php
<!--
Page to provide ways people can support me.
-->
<?php
/* Page to provide ways people can support me. */
if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Support";
}