Warning: session_start(): open(/var/lib/php/sessions/sess_s81gn1qc3bie2kuojl3jgklqme, 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 KeyListener functionKeyListener(int functionKeyNr, Runnable action) {
ret new KeyAdapter {
public void keyReleased(KeyEvent ke) {
if (ke.getKeyCode() == KeyEvent.VK_F1+functionKeyNr-1 && ke.getModifiers() == 0) {
pcallF(action);
}
}
};
}