Redirect admin

Redirect admin
This commit is contained in:
Catalin Novgorodschi
2026-04-23 12:09:09 +03:00
parent 3dac01c45c
commit ed25eb68ec
+5
View File
@@ -0,0 +1,5 @@
<?php
if (!headers_sent()) {
header("Location: admin.php");
exit;
}