Login working

This commit is contained in:
Deon George
2018-12-11 23:31:44 +11:00
parent 4d65bb05a1
commit e60a7d9045
14 changed files with 289 additions and 92 deletions

View File

@@ -16,7 +16,9 @@ class Ansi extends AbstractFrame
public static $cost_length = 7;
public static $cost_unit = 'u';
public function fields($startline=0,$fieldchar='.')
public static $if_filler = '.';
public function fields($startline=0)
{
$this->output .= str_replace(LF,CR.LF,$this->frame->content);
}