X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=blobdiff_plain;f=attach.1.pl;h=23c003c1ccafe679813bbc235dcd3660d74a911e;hb=482aab046a60b0293d516b9d618b0fe5eab3f150;hp=4adfce4b26c7df5f298a8176ad60a0f651a007e3;hpb=d08db97540c923904a5d81663fc78aad887d6697;p=ott%2Fbsta diff --git a/attach.1.pl b/attach.1.pl index 4adfce4..23c003c 100644 --- a/attach.1.pl +++ b/attach.1.pl @@ -28,6 +28,7 @@ use Encode ('encode', 'decode'); ###PERL_LIB: use lib /botm/lib/bsta use botm_common ( 'HTTP_STATUS', + 'merge_settings', 'fail_method', 'fail_content_type', 'fail_attachment', 'fail_500', 'redirect', 'read_header_env', @@ -39,7 +40,6 @@ use botm_common ( ); use bsta_lib ( 'STATE', - 'merge_settings', 'get_id', 'get_password', 'read_settings', 'read_state', 'read_attachment' );