X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-registration.pl;h=6f7b9e3e0fb278472283a8490f581767581dbe69;hp=36c5e2fa66f020dd92c769ee36b9bff918947dc7;hb=bced2892820afbfdd4ead08712e1702fe88ee75d;hpb=1acb7050606da6f59dde2381599488452e1c02a1 diff --git a/html/do-registration.pl b/html/do-registration.pl index 36c5e2f..6f7b9e3 100755 --- a/html/do-registration.pl +++ b/html/do-registration.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;