7 lines
158 B
PHP
Raw Normal View History

2022-05-31 18:28:17 -05:00
<?php
header("Location: https://discord-linux.com"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
?>