Warning: session_start(): open(/var/lib/php/sessions/sess_5q4uurhcr17ihsv5188ce5siu5, 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 LS trimAll(S... l) {
ret trimAll(asList(l));
}
static LS trimAll(Cl l) {
new LS l2;
if (l != null) for (S s : l)
l2.add(trim(s));
ret l2;
}