Add event editing to admin interface

This commit is contained in:
2017-10-12 00:38:28 +02:00
parent efb0e3d711
commit 1abb7813a8
7 changed files with 251 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ $query = 'DELETE FROM events WHERE id=\'' . $eventID . '\'';
$statement = $pdo->prepare($query);
$statement->execute();
header('Location: ' . $_SERVER['HTTP_REFERER']);
?>
<a href=".?page=1">Om du ikke ble automatisk omdirigert tilbake klikk her</a>