Increase page length for ANSI, and minor updates
This commit is contained in:
@@ -584,10 +584,18 @@ abstract class Server {
|
||||
break;
|
||||
}
|
||||
|
||||
// Bookmark page
|
||||
if ($cmd === '05') {
|
||||
$this->sendBaseline($client, RED.'NOT IMPLEMENTED YET?');
|
||||
$mode = FALSE;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
// Report a problem
|
||||
if ($cmd === '08') {
|
||||
$this->sendBaseline($client, RED.'NOT IMPLEMENTED YET?');
|
||||
$read = STAR;
|
||||
$mode = FALSE;
|
||||
|
||||
break;
|
||||
}
|
||||
@@ -617,7 +625,7 @@ abstract class Server {
|
||||
$current['fieldreset'] = TRUE;
|
||||
|
||||
} else {
|
||||
$mode = false;
|
||||
$mode = FALSE;
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user