]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - frame.1.pl
move error pages out to common library
[ott/bsta] / frame.1.pl
index a0a81fd8acb11d352a285d193cd23a4cb312bec4..ea9db038861154b2696bea1aaa4475a8b333cd0e 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', 'fail_open_file', 'fail_500', 'redirect',
        'read_header_env',
        'url_query_decode',
        'join_path',
@@ -37,7 +38,6 @@ use botm_common (
 );
 use bsta_lib (
        'STATE', 'INTF_STATE',
-       'fail_method', 'fail_content_type', 'fail_open_file', 'fail_500', 'redirect',
        'get_frame', 'get_password',
        'merge_settings',
        'get_frame_file',