guest list update

This commit is contained in:
Chris Smith
2019-03-07 18:09:35 -06:00
parent 3f9d27dbcb
commit 99b2bf06f7
2 changed files with 8 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ $router->post('/manage/{uuid}', function ($uuid) {
}
}
header('Location: /manage/'.$uuid);
header('Location: /manage/'. $uuid . '?alert=success');
});
// Run it!