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 // teamspeak
$ts = new TSInstance(); $container['ts'] = function () {
$_SESSION['_TS3'] = serialize($ts); return new TSInstance();
$container['ts'] = function () use ($ts) {
return $ts;
}; };
// auth // auth