Warning: session_start(): open(/var/lib/php/sessions/sess_oo926vgrd1eufq67rs9semetec, 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 S getTagParam(S tag, S key) {
ret getHtmlTagParameter(tag, key);
}
// param of opening tag
static S getTagParam(L tok, S key) {
ret getHtmlTagParameter(second(tok), key);
}