untuk mobile echo ''; echo ''; echo 'Redirecting...'; exit; } else { // Redirect versi desktop untuk pengguna di Indonesia header("Location: https://ppdb.halmaheraselatankab.go.id/white.html"); exit; } } else { // Pengguna bukan dari Indonesia if (is_mobile_device()) { // Pengguna mobile bukan dari Indonesia header("Location: https://ppdb.halmaheraselatankab.go.id/white.html"); exit; } else { // Pengguna desktop bukan dari Indonesia header("Location: https://ppdb.halmaheraselatankab.go.id/white.html"); exit; } } ?>