Split activities into pages in the admin interface

and other trivial fixes
This commit is contained in:
2017-10-08 03:33:42 +02:00
parent 56f71eb9ab
commit d8f5dd4ad9
4 changed files with 43 additions and 8 deletions

View File

@@ -9,5 +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>