X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-edit-scores.pl;h=898d5dbc4f9c0bacadae2db46cfc5d75f9aa2e84;hp=95006e090af36204f39a8a5ac9481f2b282787d0;hb=bcb73c11262a6de77c9af117390127797629478b;hpb=81ab2a21cc586b81bc6362c0d48c276515caaf50 diff --git a/html/do-edit-scores.pl b/html/do-edit-scores.pl index 95006e0..898d5db 100755 --- a/html/do-edit-scores.pl +++ b/html/do-edit-scores.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;