Warning: session_start(): open(/var/lib/php/sessions/sess_i17vd6u2s6jmldv797v2f8urg4, 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 byte[] concatByteArrays(byte[]... arrays) {
int l = 0;
for (byte[] a : arrays) l += l(a);
byte[] x = new byte[l];
int i = 0;
for (byte[] a : arrays) if (a != null) {
System.arraycopy(a, 0, x, i, l(a));
i += l(a);
}
ret x;
}