Warning: session_start(): open(/var/lib/php/sessions/sess_ug16m0gqd6nrecas9rdt278seg, 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 htag(S tag) {
ret htag(tag, "");
}
static S htag(S tag, O contents, O... params) {
S openingTag = hopeningTag(tag, params);
S s = str(contents);
if (empty(s))
ret dropLast(openingTag) + "/>");
ret openingTag + s + "" + tag + ">";
}