Files
xciptv/index.php
2026-02-22 17:08:48 +03:00

6 lines
68 B
PHP

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