]> git.sesse.net Git - ccbs/blobdiff - html/do-unregister.pl
Added a simple flag in ccbs.pm to make the system suitable for public viewing (ie...
[ccbs] / html / do-unregister.pl
index 3751e30325da2071dd5994bd94aa6b5399546836..4a1101e1cc2efce55ae7a5be7ca5ed90a0f21172 100755 (executable)
@@ -4,6 +4,8 @@ use ccbs;
 use strict;
 use warnings;
 
+ccbs::admin_only();
+
 my $dbh = ccbs::db_connect();
 my $cgi = new CGI;