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