Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/sproduction.datasync/diagnostics/ |
Upload File : |
<? /* * Diagnostics page */ $secure_code = htmlspecialchars($_REQUEST['sc']); ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="initial-scale=1.0, width=device-width"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <link rel="stylesheet" type="text/css" href="/bitrix/themes/.default/sproduction.datasync/styles.css"> <style> .sprod-dsync-frame { height: 600px; } </style> <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> <script type="text/javascript" src="/bitrix/js/sproduction.datasync/admin_scripts.js"></script> <script> function iframeResize() { var iFrameID = document.getElementById('sprod_integr_profile_edit_frame'); if (iFrameID) { var cont_h = (iFrameID.contentWindow.document.body.scrollHeight + 30); $('#sprod_integr_profile_edit_frame').height(cont_h + 'px'); } } </script> </head> <body> <iframe src="/bitrix/sprod_dsync_diagnostics_page.php?sc=<?=$secure_code;?>" class="sprod-dsync-frame" id="sprod_integr_profile_edit_frame"></iframe> </body> </html>