X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-set-active-round.pl;h=5b0376e6b44ea0d908c7bff4b0a3b503e3380df0;hp=db32ecea50e3e75f43c453cc9b4a50a8c89b5765;hb=7b8b747f037d2244ffd080e97d9d5e5c0e9114a7;hpb=de70f8aa6723fe016286a190ff46c0019b35f7e8 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;