X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-add-tournament.pl;h=50efd381a64dc90342aaa5ef83e03d3dcbcba8f0;hp=0ef54efd359acaed9a77894f4e62c46d5f0d919f;hb=bced2892820afbfdd4ead08712e1702fe88ee75d;hpb=03d00e496b46d58a681b1231279d16bc24a16eda;ds=sidebyside diff --git a/html/do-add-tournament.pl b/html/do-add-tournament.pl index 0ef54ef..50efd38 100755 --- a/html/do-add-tournament.pl +++ b/html/do-add-tournament.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;