diff options
author | jeff <jeff> | 2008-04-18 03:29:59 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-04-18 03:29:59 +0000 |
commit | 2eda79fb265b3acdde85881f1160f6daa73f2d84 (patch) | |
tree | 2fc4f8894906bba0a41e9ad0588ad92a04eaac43 /httemplate/edit/process/addr_block/split.cgi | |
parent | 8333462f80da553234ef53076a932e9f417e6ad2 (diff) |
drag address and router even farther into the century
Diffstat (limited to 'httemplate/edit/process/addr_block/split.cgi')
-rwxr-xr-x | httemplate/edit/process/addr_block/split.cgi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/edit/process/addr_block/split.cgi b/httemplate/edit/process/addr_block/split.cgi index 617c3f8ce..b3a33b18a 100755 --- a/httemplate/edit/process/addr_block/split.cgi +++ b/httemplate/edit/process/addr_block/split.cgi @@ -18,3 +18,10 @@ %} % +<%init> + +my $conf = new FS::Conf; +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |