Warning: session_start(): open(/var/lib/php/sessions/sess_6ug50imgo6cmnlurd0jlpdcnet, 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
sclass Backtick extends DynPrintLog {
S cmd;
transient JButton btnGo;
JComponent visualize() {
ret northAndCenter(
centerAndEastWithMargins(
withLabel("Command:", onEnter(jLiveValueTextField_bothWays(dm_fieldLiveValue('cmd)), r go),
btnGo = jbutton("Go", r go)),
super.visualize());
}
void go {
temp enter();
temp tempDisableButton(btnGo);
clearPrintLog();
S cmd = this.cmd;
print("Running command: " + cmd);
apacheCommonsExec_backtickToConsole(cmd);
}
}