X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fdo-set-paid.pl;h=5622bb7723191dcfe823fb2e467d769f567be8af;hb=6f4098ac40bff31e41d31af6395f848b20ca9dea;hp=7ac795d55c68c45af01cdccf605e129833bbe871;hpb=581c820151f988c2470c03d56dbca071432180ca;p=ccbs 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;