X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-set-active-tournament.pl;h=3a15a939be00fe3a748287b0867546045d7524b9;hp=c27ebf5b18599445eab4c20d1f5d8bcdf32c52df;hb=bced2892820afbfdd4ead08712e1702fe88ee75d;hpb=99d0a3d132ab8dce72e51935ca67ea85be8158a2 diff --git a/html/do-set-active-tournament.pl b/html/do-set-active-tournament.pl index c27ebf5..3a15a93 100755 --- a/html/do-set-active-tournament.pl +++ b/html/do-set-active-tournament.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;