autoinstallers/index.php

7 lines
158 B
PHP
Raw Normal View History

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