drag address and router even farther into the century
[freeside.git] / httemplate / edit / process / addr_block / deallocate.cgi
index 494c19f..95e1b7e 100755 (executable)
 %}
 %
 
+<%init>
+
+my $conf = new FS::Conf;
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>