]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - chat.1.pl
move error pages out to common library
[ott/bsta] / chat.1.pl
index 90ea637323a58d57d762aa154bc5db3e71bdadc0..73c7ce9fa668b42b395b6e1e6886a605f326f01f 100644 (file)
--- a/chat.1.pl
+++ b/chat.1.pl
@@ -29,6 +29,7 @@ use Encode ('encode', 'decode');
 ###PERL_LIB: use lib /botm/lib/bsta
 use botm_common (
        'HTTP_STATUS',
+       'fail_method', 'fail_content_type',
        'read_header_env',
        'url_query_decode', 'url_query_encode',
        'merge_url',
@@ -38,7 +39,6 @@ use botm_common (
 );
 use bsta_lib (
        'STATE', 'CHAT_STATE', 'CHAT_ACTION',
-       'fail_method', 'fail_content_type',
        'get_remote_addr', 'get_id', 'get_password',
        'print_html_start', 'print_html_end',
        'print_html_head_start', 'print_html_head_end',