X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fdo-set-active-tournament.pl;h=3a15a939be00fe3a748287b0867546045d7524b9;hb=29622ff6c28f9e8e44c022f71b62f1d6685718f9;hp=c27ebf5b18599445eab4c20d1f5d8bcdf32c52df;hpb=99d0a3d132ab8dce72e51935ca67ea85be8158a2;p=ccbs 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;