]> git.sesse.net Git - ccbs/blobdiff - html/do-reset-randomsongs.pl
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / html / do-reset-randomsongs.pl
index e470b73e34dc37e44d4a6d0eb62ad472f93ee796..6c79994088adcd5becf8a82d3cffb9b70dd9e051 100755 (executable)
@@ -4,6 +4,8 @@ use ccbs;
 use strict;
 use warnings;
 
+ccbs::admin_only();
+
 my $dbh = ccbs::db_connect();
 my $cgi = new CGI;