38808-vm/mail/index.php
Flatlogic Bot 26c455a51e update 10
2026-02-28 07:39:56 +00:00

8 lines
143 B
PHP

<?php
if (file_exists(__DIR__ . '/install.php')) {
header('Location: install.php');
} else {
header('Location: ../index.php');
}
exit;