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/cvetdv.ru/bitrix/components/skyweb24/popup.pro/templates/age_default/ |
Upload File : |
<? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_before.php"); use Bitrix\Main\Application; use Bitrix\Main\Web\Cookie; define("NO_KEEP_STATISTIC", true); \Bitrix\Main\Loader::includeModule('skyweb24.popuppro'); $context = Application::getInstance()->getContext(); $request = $context->getRequest(); $response = $context->getResponse(); $templateName = $request->get("template_name"); $idPopup = $request->get("id_popup"); $checked = $request->get("checked"); if (!empty($temlateName) && !empty($idPopup)) { echo 'end'; $APPLICATION->IncludeComponent("skyweb24:popup.pro", $templateName, array( "ID_POPUP" => $idPopup ), false); } if (!empty($checked) && ($checked == "Y")) { $cookie = new Cookie("skyweb24PopupFilling_" . $idPopup, 'Y', time() + 2592000); $cookie->setDomain($context->getServer()->getHttpHost()); $cookie->setHttpOnly(false); $response->addCookie($cookie); } require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/epilog_after.php"); ?>