X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-reset-randomsongs.pl;h=6c79994088adcd5becf8a82d3cffb9b70dd9e051;hp=e470b73e34dc37e44d4a6d0eb62ad472f93ee796;hb=bb5fde29696b2b5bce9e4431c01fe9ec29f4207c;hpb=fc972e108b71d452f7134af16cdbce6a0be3b73f diff --git a/html/do-reset-randomsongs.pl b/html/do-reset-randomsongs.pl index e470b73..6c79994 100755 --- a/html/do-reset-randomsongs.pl +++ b/html/do-reset-randomsongs.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;