Warning: session_start(): open(/var/lib/php/sessions/sess_1q7kvgfeeadlbui1n12mg4p17q, 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 void enlargeFrameLeftAndBottom(Component c, int x, int y) {
Frame f = getAWTFrame(c);
if (f == null) ret;
Rectangle r = getBounds(f);
setBounds(r.x-x, r.y, r.width+x, r.height+y, f);
}