Warning: session_start(): open(/var/lib/php/sessions/sess_f3kkluu3r0vgc0nno7a0tebl8l, 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 serverMechList_raw_fresh(S name) {
S text = mechList_anyCachedVersion(name);
O[] params = muricaCredentialsPlus(md5 := md5OrNull(text));
Map map = jsonDecodeMap(postPageSilently("http://butter.botcompany.de:8080/mech/raw/list-text/" + urlencode(name), params)));
if (eq(map.get("Same"), true))
ret text;
ret map.get("Text");
}