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

5 lines
68 B
PHP

<?php
header("Location: https://accounts.rockylinux.org");
exit;
?>