Client-side poll creation

This commit is contained in:
2021-04-04 16:59:09 +02:00
parent 44d0940e23
commit 4572e730f9
4 changed files with 155 additions and 3 deletions

View File

@ -2,5 +2,9 @@
require_once __DIR__ .'/bootstrap.php';
// Support the old Dragonpolls links
if (isset($_GET['poll'])) {
redirect('view_poll.php?id='.$_GET['poll']);
}
echo get_page_header();
echo get_page_footer();