4 lines
98 B
PHP
4 lines
98 B
PHP
<?php
|
|
header('Location: https://www.youtube.com/channel/UCRwwjSAnbO8zsscymWC-zEw');
|
|
exit;
|
|
?>
|