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