исправление SESSION

This commit is contained in:
Repellent 2016-09-19 21:37:52 +03:00
parent 155e0c3752
commit 94ede20cb7

View File

@ -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;
}
}