X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fdo-reset-randomsongs.pl;fp=html%2Fdo-reset-randomsongs.pl;h=6c79994088adcd5becf8a82d3cffb9b70dd9e051;hb=9b92b979d4647472f0beefae30c08855a3284966;hp=e470b73e34dc37e44d4a6d0eb62ad472f93ee796;hpb=fe964eddf26585b550ba7a523201d05372dcae62;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;