Warning: session_start(): open(/var/lib/php/sessions/sess_kb6g595itdql1h98qv3dqhv4nd, 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_linkedWebWithThumbs(S webID) { bool auth = html_pretendAuthed(); S html = ai_html_linkedWeb_icon(webID); if (auth) { html += " " + ai_html_webThumbUpDownLinks(webID); T3 t = ai_webToTriple(ai_getWeb(webID)); new Matches m; if (t != null && swic(t.b, "possibly ", m) && !ai_hasTriple(t.a, m.rest(), t.c)) html += " " + ahref(smartBot_storeTripleLink(t.a, m.rest(), t.c), "accept"); } ret html; }