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