Warning: session_start(): open(/var/lib/php/sessions/sess_mc4sqod440bbv8snge3jb4k8kb, 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 int syncL(Collection l) {
if (l == null) ret 0;
synchronized(l) { ret l.size(); }
}
static L syncL() {
ret syncList();
}