Fixed rendering of login page multiple times

This commit is contained in:
Deon George
2018-12-28 22:57:19 +11:00
parent 8f5a9a307c
commit a9576422ee
2 changed files with 17 additions and 11 deletions

View File

@@ -21,7 +21,6 @@ class Telnet extends Control
public function handle(string $read)
{
$this->state['mode'] = FALSE;
$this->so->log('debug',sprintf('Session Char (%s)',ord($read)),['complete'=>$this->complete,'option'=>$this->option]);
switch ($read) {