]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - viewer.1.pl
move error pages out to common library
[ott/bsta] / viewer.1.pl
index 97f0434f55654af3825261e485d3465bac820d6b..69c0abaad567a6489ed6216ec405787783e3967c 100644 (file)
@@ -28,6 +28,7 @@ use Encode ('encode', 'decode');
 ###PERL_LIB: use lib /botm/lib/bsta
 use botm_common (
        'HTTP_STATUS',
+       'fail_method', 'fail_content_type', 'redirect',
        'read_header_env',
        'url_query_decode',
        'join_path',
@@ -37,7 +38,6 @@ use botm_common (
 );
 use bsta_lib (
        'STATE', 'TEXT_MODE', 'INTF_STATE',
-       'fail_method', 'fail_content_type', 'redirect',
        'get_remote_addr', 'get_frame', 'get_password',
        'merge_settings',
        'print_viewer_page',