Compare commits

...

2 Commits

View File

@ -70,7 +70,6 @@ if (isset($_POST['btn-register'])) {
header("Location: index.php?register_error=Gagal mendaftar, coba lagi nanti."); header("Location: index.php?register_error=Gagal mendaftar, coba lagi nanti.");
exit; exit;
} }
$insert->close(); $insert->close();
} }