TKK_E32222685/WEB-playground/index.php

4 lines
54 B
PHP

<?php
header('Location: pages/login.html');
exit();
?>