Warning: session_start(): open(/var/lib/php/sessions/sess_dovda007dadbnqmemlh3i2r70v, 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 L padList(L l, int w, A a default null) {
if (l(l) >= w) ret l;
L x = cloneList(l);
while (l(x) < w) x.add(a);
ret x;
}