Files
nodejs-website/pages/videos.php

12 lines
204 B
PHP
Executable File

#!/usr/bin/php
<?php
/*
Old page for my video links.
Deprecated 2024-03-06 for /media.
*/
if (!isset($GLOBALS["HEADER_TITLE"])) {
$GLOBALS["HEADER_TITLE"] = "Videos";
}
include "media.php";
?>