Warning: session_start(): open(/var/lib/php/sessions/sess_u40bbqc8ct689rsocjrq02584m, 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 SS ctxLoadGlobals(S botID) {
SS out = new TreeMap;
File f = loadLibrary(botID);
L names = endingWithIC("/di.globals", listFilesInZip(f));
for (S name : names) {
L lines = toLinesFullTrim(loadTextFileFromZip(f, name));
for i, S s over lines: {
new Matches m;
if (jmatch("string *=*;", s, m))
out.put($1, unquoteCtx($2));
}
}
ret out;
}