From 94ede20cb78863b6b6a37d512d1e3b2954ce480f Mon Sep 17 00:00:00 2001 From: Repellent Date: Mon, 19 Sep 2016 21:37:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20SESSION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contactsnew/class.contactsnew.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contactsnew/class.contactsnew.php b/contactsnew/class.contactsnew.php index ed91ecc..402839f 100644 --- a/contactsnew/class.contactsnew.php +++ b/contactsnew/class.contactsnew.php @@ -1298,7 +1298,7 @@ class ContactsNew if (empty($_REQUEST['ajax'])) { - header('Location: index.php?do=modules&action=modedit&mod=contactsnew&moduleaction=history_list&fid=' . $_REQUEST['fid'] . '&cp=' . SESS); + header('Location: index.php?do=modules&action=modedit&mod=contactsnew&moduleaction=history_list&fid=' . $_REQUEST['fid'] . '&cp=' . SESSION); exit; } } @@ -1426,7 +1426,7 @@ class ContactsNew // прописываем алерт об успешной отправке письма $_SESSION['module_contactsnew_admin'][$fid]['dialog_alert'] = array('text' => 'respose_sent', 'theme' => 'accept'); - header('Location: index.php?do=modules&action=modedit&mod=contactsnew&moduleaction=history_dialog&hid=' . $hid . '&cp=' . SESS); + header('Location: index.php?do=modules&action=modedit&mod=contactsnew&moduleaction=history_dialog&hid=' . $hid . '&cp=' . SESSION); exit; } }