Warning: session_start(): open(/var/lib/php/sessions/sess_elq1l5v7l7g771uhmhk2a4gdma, 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
static JButton findButton(JComponent c, S name) {
for (JButton b : childrenOfType(c, JButton.class))
if (eq(b.getText(), name))
ret b;
null;
}