Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 28, 2025
1 parent b9d454a commit 99b05b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin/Live/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@

// if user already have a key
$trasnmition = LiveTransmition::createTransmitionIfNeed($users_id);
echo "<!-- change the users_id $users_id line ".__LINE__." -->";
//var_dump($trasnmition);exit;
$getLiveKey = ['key' => $trasnmition['key'], 'live_servers_id' => Live::getLiveServersIdRequest()];
setLiveKey($trasnmition['key'], Live::getLiveServersIdRequest(), @$_REQUEST['live_index']);
Expand All @@ -97,6 +98,7 @@
exit;
}

echo "<!-- change the users_id $users_id line ".__LINE__." -->";
$trans = new LiveTransmition($trasnmition['id']);
$groups = $trans->getGroups();

Expand All @@ -108,6 +110,7 @@
$user->setChannelName($channelName);
$user->save();
}
echo "<!-- change the users_id $users_id line ".__LINE__." -->";
$col1Class = "col-md-12 col-lg-12";
$col2Class = "hidden";
$_GET['noChat'] = 1;
Expand All @@ -120,8 +123,10 @@
*/
$global['doNotLoadPlayer'] = 1;

echo "<!-- change the users_id $users_id line ".__LINE__." -->";
$_page = new Page(array('Live'));
include $global['systemRootPath'] . 'view/bootstrap/fileinput.php';
echo "<!-- change the users_id $users_id line ".__LINE__." -->";
?>
<div class="container-fluid">

Expand Down

0 comments on commit 99b05b4

Please sign in to comment.