Проверить доступность сайта

CURL-запрос выполнен без ошибок.
Время распознавания ДНС-имени: 0.058677
IP-адрес сервера: 91.210.185.132
Время соединения с сервером: 0.109555
Время установления SSL-соединения: 0.490769
Время перед началом ответа: 0.548984
Общее время выполнения запроса: 0.549055
Код HTTP-ответа сервера: 200 ( Ok )
Принято байт всего: 6288
Код HTTP-ответа среди заданных: Да
Цепочка сертификатов:
- доверие к цепочке: Нет
- даты сертификатов валидны: Да
- имя сервера в сертификате: Да

HTTP/1.1 200 OK
Server: nginx/1.26.3
Date: Sun, 20 Jul 2025 06:14:50 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 4988
Vary: Cookie, Origin
PR-IS-SUCCESS: true
PR-STARTED: 2025-07-20 10:14:50.986959
PR-PATH: /
PR-USER: 
PR-HOSTNAME: 2b781da7352f
PR-TOTAL: 3.5380
PR-SQL-TOTAL: 0.0000
PR-SYNC-SQL-TOTAL: 0.0000
PR-ASYNC-SQL-TOTAL: 0.0000
PR-SQL-COUNT: 0
PR-SYNC-SQL-COUNT: 0
PR-ASYNC-SQL-COUNT: 0
PR-SQL-DUPLICATE-COUNT: 0
PR-SQL-TRANSACTION-COUNT: 0
PR-SQL-TRANSACTION-TOTAL: 0.0000
PR-SQL-DB-ALIASES: 
PR-CLIENT-IP: 93.157.173.90
PR-PID: 7634
PR-SYNC-SQL-S-COUNT: 0
PR-ASYNC-SQL-S-COUNT: 0
PR-SYNC-SQL-S-TOTAL: 0
PR-SYNC-SQL-I-COUNT: 0
PR-ASYNC-SQL-I-COUNT: 0
PR-SYNC-SQL-I-TOTAL: 0
PR-SYNC-SQL-U-COUNT: 0
PR-ASYNC-SQL-U-COUNT: 0
PR-SYNC-SQL-U-TOTAL: 0
PR-SYNC-SQL-D-COUNT: 0
PR-ASYNC-SQL-D-COUNT: 0
PR-SYNC-SQL-D-TOTAL: 0
PR-SYNC-SQL-C-COUNT: 0
PR-ASYNC-SQL-C-COUNT: 0
PR-SYNC-SQL-C-TOTAL: 0
PR-SYNC-SQL-SP-COUNT: 0
PR-ASYNC-SQL-SP-COUNT: 0
PR-SYNC-SQL-J-COUNT: 0
PR-ASYNC-SQL-J-COUNT: 0
PR-SYNC-SQL-DI-COUNT: 0
PR-ASYNC-SQL-DI-COUNT: 0
PR-SYNC-SQL-GB-COUNT: 0
PR-ASYNC-SQL-GB-COUNT: 0
PR-CUSTOM: PR-CUSTOM-ENT-ID
PR-CUSTOM-ENT-ID: None
X-Request-Time: 0.007
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link href="/static/web/lehaUI/style/app.css" rel="stylesheet" type="text/css" />
    <link href="/static/web/lehaUI/style/theme/theme.css" rel="stylesheet" type="text/css" />

    <script type="text/javascript" src="/static/web/lehaUI/scripts/jquery.min.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/jquery.inherit.js"></script>

    <script type="text/javascript" src="/static/web/lehaUI/scripts/ui.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/global.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/Base.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/EventsManager.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/Element.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/ControlView.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/Control.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/Iframe.js"></script>
    <script type="text/javascript" src="/static/web/lehaUI/scripts/MainMenu.js"></script>

    <script type="text/javascript" src="/static/web/lehaUI/scripts/leha_app.js"></script>
    <script type="text/javascript">
        $(function(){

            //Вытаскивает параметр из урла по его названию
            function getParameterByName(name)
            {
                name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
                var regexS = "[\\?&]" + name + "=([^&#]*)";
                var regex = new RegExp(regexS);
                var results = regex.exec(window.location.href);
                if (results === null) {
                    return "";
                } else {
                    return decodeURIComponent(results[1].replace(/\+/g, " "));
                }
            }

            var urlHashParam = '?hash=' + getParameterByName('hash');

            function getBoolFlag(val){
                if (val=='True') return true;
                return false;
            }

            var menu = ui.instance({
                type: 'bars.bind.MainMenu',
                parent: '#bottom-toolbar-menu',
                framesLayout: '#frames-layout',
                menuItems: [
                    
                        {
                            Name: 'Бухгалтерия',
                            Url: '/core'+urlHashParam,
                            Hash: 'buh-online',
                            Icon: '/static/images/desktop_changer/buhonline_32.png',
                            method: 'GET',
                            router: '/router/desktop-gateway/get-rout',
                            main:getBoolFlag('True'),
                            afterLoadHandler: "",
                            onCreateHandler: "",
                        },
                    
                        {
                            Name: 'Отчетность',
                            Url: 'https://report.depfin70.ru/dfto'+urlHashParam,
                            Hash: 'ria-online',
                            Icon: '/static/images/desktop_changer/ria_32.png',
                            method: 'GET',
                            router: '/router/desktop-gateway/get-rout',
                            main:getBoolFlag('False'),
                            afterLoadHandler: "",
                            onCreateHandler: "",
                        },
                    
                ]
            });
            window.bottomMenu = menu;
            // сделаем меню скрытым, но сперва покажем его на 3 сек
            var lockBtn = $('.lock-button .icon');
            lockBtn.click();
            var lockEl = $('.bottom-toolbar');
            lockEl.css({height: 91});
            setTimeout(function(){
                lockEl.stop().animate({height: 5}, 'slow');
            }, 3000);
        });
    function clearAllFrames(){
        if (window.bottomMenu){
            window.bottomMenu.menuItems.each(clearFrame, this);
        }
    };
    function clearFrame(menuItem){
        if ((window.bottomMenu.current != menuItem) && menuItem.el.frame){
            menuItem.el.frame.clear();
            menuItem.el.frame = undefined;
        };
    };
    </script>

</head>
<body>
    <div class="main-frame" id="frames-layout"></div>
    <div class="bottom-toolbar ui-unselectable" id="bottom-toolbar">
        <div class="bottom-toolbar-menu-layout" id="bottom-toolbar-menu"></div>
        <div class="lock-button">
            <div class="border"></div>
            <div class="icon"></div>
        </div>
    </div>
</body>
</html>