Files
rssa-apps/semakin_imut/ena_pro/index.php
T
2026-06-04 09:16:51 +07:00

16 lines
298 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=dist/index.html">
<title>SB Admin</title>
<script language="javascript">
window.location.href = "login.php"
</script>
</head>
<body>
Go to <a href="login.php">/dist/index.html</a>
</body>
</html>