Archived
1
0
Fork 0

remove ts3 instance from session

This commit is contained in:
Varakh 2018-04-03 21:27:25 +02:00
parent 0ffba9676b
commit ba86c0b8c6

View file

@ -60,10 +60,8 @@ $container['logger'] = function () {
};
// teamspeak
$ts = new TSInstance();
$_SESSION['_TS3'] = serialize($ts);
$container['ts'] = function () use ($ts) {
return $ts;
$container['ts'] = function () {
return new TSInstance();
};
// auth