Warning: session_start(): open(/var/lib/php/sessions/sess_ujvh90a5oshs8jcc1q2aub2hro, 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
sS trim(S s) { if (s == null) null; int i = 0, n = s.length(), j = n; while (i < n && " \t\r\n".indexOf(s.charAt(i)) >= 0) ++i; while (j > i && " \t\r\n".indexOf(s.charAt(j-1)) >= 0) --j; ret substring(s, i, j); }