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