X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-unregister.pl;h=4a1101e1cc2efce55ae7a5be7ca5ed90a0f21172;hp=3751e30325da2071dd5994bd94aa6b5399546836;hb=9b92b979d4647472f0beefae30c08855a3284966;hpb=566480373f7e1f45b748c7a0f34dcfed5c318730 diff --git a/html/do-unregister.pl b/html/do-unregister.pl index 3751e30..4a1101e 100755 --- a/html/do-unregister.pl +++ b/html/do-unregister.pl @@ -4,6 +4,8 @@ use ccbs; use strict; use warnings; +ccbs::admin_only(); + my $dbh = ccbs::db_connect(); my $cgi = new CGI;