X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fdo-set-active-round.pl;h=5b0376e6b44ea0d908c7bff4b0a3b503e3380df0;hb=29622ff6c28f9e8e44c022f71b62f1d6685718f9;hp=db32ecea50e3e75f43c453cc9b4a50a8c89b5765;hpb=de70f8aa6723fe016286a190ff46c0019b35f7e8;p=ccbs diff --git a/html/do-set-active-round.pl b/html/do-set-active-round.pl index db32ece..5b0376e 100755 --- a/html/do-set-active-round.pl +++ b/html/do-set-active-round.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;