forked from snxraven/autoinstallers
7 lines
158 B
PHP
7 lines
158 B
PHP
<?php
|
|
header("Location: https://discord-linux.com"); /* Redirect browser */
|
|
|
|
/* Make sure that code below does not get executed when we redirect. */
|
|
exit;
|
|
?>
|