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