Warning: session_start(): open(/var/lib/php/sessions/sess_qn6m2ec6bs6ti7q97u2np88duh, 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 L websMadeByProgram(S progID) {
new L webs;
L l = scanLog_safeUnstructure(progID, "webs-made.txt");
S src = progID;
for (O o : l) pcall {
S structure = (S) getOpt(o, 'structure);
if (structure != null) {
webs.add(web_setSourceIfEmpty((Web) unstructure(structure), src));
}
ret webs;
}