change test container

This commit is contained in:
Christopher 2020-10-23 22:02:09 +02:00
parent d84cbafc53
commit b1e740368d
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if(!file_exists("./pages/systemkey.txt"))
$RUNTIME['SYSTEMKEY'] = file_get_contents("./pages/systemkey.txt");
$_SESSION['CONATINER'] = "System.Proxy";
$_SESSION['CONATINER'] = "Game.Minecraft";
$_SESSION['LOGIN'] = "true";
if(isset($_REQUEST['logout']))

View File

@ -3,7 +3,6 @@
function clean($string)
{
$string = str_replace("", "", $string);
$string = str_replace("<EFBFBD>", "", $string);
return preg_replace('#\\x1b[[][^A-Za-z]*[A-Za-z]#', '', $string);
}