Files
emailtemplate.it/public/dashboard.php
2026-02-09 01:38:39 +01:00

4 lines
65 B
PHP
Executable File

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