X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_export.cgi;h=7b8ac8c20ce2820771ef9d660d0a65fc1ebacabe;hp=0f6731739ffbd83ba3cb26cc3c5be525b22e2ce7;hb=15777da47bab33e8f0021e6dd9aa6b434fa9be30;hpb=655b4043942c7d361224d283accb4c2a02ef7359 diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi index 0f6731739..7b8ac8c20 100755 --- a/httemplate/browse/part_export.cgi +++ b/httemplate/browse/part_export.cgi @@ -1,4 +1,3 @@ - <% include("/elements/header.html","Export Listing", menubar( 'Main Menu' => "$p#sysadmin" )) %> Provisioning services to external machines, databases and APIs.

Add a new export

@@ -39,3 +38,7 @@ function part_export_areyousure(href) { +<%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); +