]> git.sesse.net Git - ccbs/blobdiff - html/do-start-round.pl
Revert change to wrong branch.
[ccbs] / html / do-start-round.pl
index f7a86cea23d3ff653bef652984800dcd2a444433..d843be2fb6e882374ca602535e3bf57e97d867ce 100755 (executable)
@@ -4,6 +4,8 @@ use ccbs;
 use strict;
 use warnings;
 
+ccbs::admin_only();
+
 my $dbh = ccbs::db_connect();
 my $cgi = new CGI;