ansible-ops-management/files/var/www/mantisbt/signup_page.php

5 lines
68 B
PHP
Raw Permalink Normal View History

2022-05-25 19:17:46 +00:00
<?php
header("Location: https://accounts.rockylinux.org");
exit;
?>