autoinstallersbutbetter/index.php

7 lines
158 B
PHP
Raw Normal View History

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