mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-11 18:11:09 +03:00
Fix invalid link for takeover of a chat (see Issue #10)
This commit is contained in:
parent
6130b6f2af
commit
f324249c8c
@ -65,7 +65,7 @@ if (!isset($_GET['token'])) {
|
|||||||
|
|
||||||
if ($forcetake == false) {
|
if ($forcetake == false) {
|
||||||
$page = array(
|
$page = array(
|
||||||
'user' => topage($thread['userName']), 'agent' => topage($thread['agentName']), 'link' => $_SERVER['PHP_SELF'] . "?thread=$threadid&force=true"
|
'user' => topage($thread['userName']), 'agent' => topage($thread['agentName']), 'link' => $_SERVER['PHP_SELF'] . "?thread=$threadid&force=true"
|
||||||
);
|
);
|
||||||
start_html_output();
|
start_html_output();
|
||||||
require('../view/confirm.php');
|
require('../view/confirm.php');
|
||||||
|
Loading…
Reference in New Issue
Block a user