mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
VoIP is done on an operator by operator basis
This commit is contained in:
@@ -2094,7 +2094,7 @@ UpdateSessionGroupList($_SESSION['s_lang']);
|
||||
{
|
||||
if (isset($_GET[$field]))
|
||||
{
|
||||
$_SESSION[$field]=$_GET[$field];
|
||||
$_SESSION[$field]=urldecode($_GET[$field]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user