This repository has been archived on 2023-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
website/l/youtube/index.php
2021-11-08 17:09:59 -08:00

4 lines
98 B
PHP

<?php
header('Location: https://www.youtube.com/channel/UCRwwjSAnbO8zsscymWC-zEw');
exit;
?>