Diff between a4f96ea88bd0d9488a8b75f85e91049c2b9aaa94 and 1ed3ca8e7ab2bf905d90c5f50b13bbbecdb52d1c
Changed Files
| File | Additions | Deletions | Status |
| public/nollaa.php | +1 | -1 | modified |
Full Patch
diff --git a/public/nollaa.php b/public/nollaa.php
index 802e241..c21236d 100644
--- a/public/nollaa.php
+++ b/public/nollaa.php
@@ -25,7 +25,7 @@ if (isset($_POST['nimi']) && $_SERVER['REQUEST_METHOD'] === 'POST') {
$conn->close();
// Redirect
- $newURL = "../public/index.php";
+ $newURL = "../public/nollaa.php";
header('Location: '.$newURL);
die();
}