X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-start-round.pl;h=d843be2fb6e882374ca602535e3bf57e97d867ce;hp=f7a86cea23d3ff653bef652984800dcd2a444433;hb=9b92b979d4647472f0beefae30c08855a3284966;hpb=fe964eddf26585b550ba7a523201d05372dcae62 diff --git a/html/do-start-round.pl b/html/do-start-round.pl index f7a86ce..d843be2 100755 --- a/html/do-start-round.pl +++ b/html/do-start-round.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;