mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-11 18:11:09 +03:00
Fix bug with extra escaping of 'session expired' message
This commit is contained in:
parent
f845cb628e
commit
0b2bff871f
@ -24,7 +24,7 @@ require_once('../libs/groups.php');
|
|||||||
$operator = get_logged_in();
|
$operator = get_logged_in();
|
||||||
if (!$operator) {
|
if (!$operator) {
|
||||||
start_xml_output();
|
start_xml_output();
|
||||||
echo "<error><descr>" . safe_htmlspecialchars(safe_htmlspecialchars(myiconv($mibew_encoding, "utf-8", escape_with_cdata(getstring("agent.not_logged_in"))))) . "</descr></error>";
|
echo "<error><descr>" . escape_with_cdata(safe_htmlspecialchars(myiconv($mibew_encoding, "utf-8", getstring("agent.not_logged_in")))) . "</descr></error>";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user