Warning: session_start(): open(/var/lib/php/sessions/sess_c2390fsnpk0cash5s73j7i3dm0, 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
html {
int port = subBot_currentPort();
ret "Computator."
+ hSilentComputator(
(subBot_isHttps() ? "wss://" : "ws://") + domain()
+ (port == 80 ? "" : ":" + port) + "/" + parsedProgramID());
}
static void onNewWebSocket(O ws, S uri) {
print("New web socket!");
}
static onWebSocketMessage(O ws, S msg) {
print("Got message: " + msg);
}