]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - attach.1.pl
move error pages out to common library
[ott/bsta] / attach.1.pl
index cb34f63e996a200797fb9361189e94278e1e8286..4adfce4b26c7df5f298a8176ad60a0f651a007e3 100644 (file)
@@ -28,6 +28,8 @@ use Encode ('encode', 'decode');
 ###PERL_LIB: use lib /botm/lib/bsta
 use botm_common (
        'HTTP_STATUS',
+       'fail_method', 'fail_content_type', 'fail_attachment', 'fail_500',
+       'redirect',
        'read_header_env',
        'url_query_decode',
        'join_path',
@@ -39,8 +41,6 @@ use bsta_lib (
        'STATE',
        'merge_settings',
        'get_id', 'get_password',
-       'fail_method', 'fail_content_type', 'fail_attachment', 'fail_500',
-       'redirect',
        'read_settings', 'read_state', 'read_attachment'
 );