]> git.sesse.net Git - ccbs/blobdiff - html/do-set-active-round.pl
Added a simple flag in ccbs.pm to make the system suitable for public viewing (ie...
[ccbs] / html / do-set-active-round.pl
index db32ecea50e3e75f43c453cc9b4a50a8c89b5765..5b0376e6b44ea0d908c7bff4b0a3b503e3380df0 100755 (executable)
@@ -4,6 +4,8 @@ use ccbs;
 use strict;
 use warnings;
 
+ccbs::admin_only();
+
 my $dbh = ccbs::db_connect();
 my $cgi = new CGI;