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