X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-set-paid.pl;h=5622bb7723191dcfe823fb2e467d769f567be8af;hp=7ac795d55c68c45af01cdccf605e129833bbe871;hb=9b92b979d4647472f0beefae30c08855a3284966;hpb=fe964eddf26585b550ba7a523201d05372dcae62 diff --git a/html/do-set-paid.pl b/html/do-set-paid.pl index 7ac795d..5622bb7 100755 --- a/html/do-set-paid.pl +++ b/html/do-set-paid.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;