Warning: session_start(): open(/var/lib/php/sessions/sess_2ebft93ri0efhctg8ft1veecoo, 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 S ai_html_webThumbUpDownLinks(S webID) { bool authed = webAuthed(); S imgUp = hsnippetimg(#1000223), imgDown = hsnippetimg(#1000224); S textUp = "Web " + webID + " is correct"; S textDown = "Web " + webID + " is invalid"; if (authed) ret ahref(smartBot_sendInputLink(textUp), imgUp) + " " + ahref(smartBot_sendInputLink(textDown), imgDown); else ret html_chatPostLink(textUp, imgUp) + " " + html_chatPostLink(textDown, imgDown); }