parent
bcd81120e9
commit
b24934a866
|
@ -35,7 +35,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<?php
|
<?php
|
||||||
if ($conn->query($update_query) === TRUE) {
|
if ($conn->query($update_query) === TRUE) {
|
||||||
header("Location: ".$_SERVER['SERVER_NAME']."/");
|
header("Location: /");
|
||||||
$conn->close();
|
$conn->close();
|
||||||
exit();
|
exit();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue