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,9 +1,9 @@
#!/usr/bin/php
<!--
Old page for my video links.
Deprecated 2024-03-06 for /media.
-->
<?php
/*
Old page for my video links.
Deprecated 2024-03-06 for /media.
*/
if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Videos";
}