Fixed rendering of login page multiple times
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user