X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=html%2Fdo-reset-randomsongs.pl;h=6c79994088adcd5becf8a82d3cffb9b70dd9e051;hb=bb5fde29696b2b5bce9e4431c01fe9ec29f4207c;hp=e470b73e34dc37e44d4a6d0eb62ad472f93ee796;hpb=fc972e108b71d452f7134af16cdbce6a0be3b73f;p=ccbs 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;