Warning: session_start(): open(/var/lib/php/sessions/sess_6sm3hdjjhohrf4m92ut3d3deb3, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p {
lanternaShow(lanternaPanel(new GridLayout(2),
new Label("Forename"),
new TextBox(),
new Label("Surname"),
new TextBox(),
new EmptySpace(new TerminalSize(0,0)), // Empty space underneath labels
new Button("Submit")
));
}