Diff between d9c756c3ba9ef2befac28c109edff7a3323ae07e and 628dd9c26124ec52ce1d5e28510d37e43a7678fd
Changed Files
| File | Additions | Deletions | Status |
| lisaa.php | +4 | -0 | modified |
Full Patch
diff --git a/lisaa.php b/lisaa.php
index 06be260..42a7966 100644
--- a/lisaa.php
+++ b/lisaa.php
@@ -9,4 +9,8 @@ if ($conn->query($sql) === TRUE) {
echo "Error: " . $sql . "<br>" . $conn->error;
}
$conn->close();
+// Redirect
+$newURL = "index.php";
+header('Location: '.$newURL);
+die();
?>