Files
emailtemplate.it/public/admin.php
2025-12-08 01:54:31 +01:00

4 lines
64 B
PHP

<?php
header('Location: /admin/settings.php', true, 301);
exit;