Warning: session_start(): open(/var/lib/php/sessions/sess_5654bnmu14u7oh9t4sfi4dfmpt, 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 listLocalSnippets() {
ret map(filesInDirWithExtension(localSnippetsDir(), ".text"), func(File f) -> Snippet {
S id = fsI(parseFirstLong(f.getName()));
Snippet s = new(id, getFileInfoField(f, "title"), md5OfFile(f));
s.type = snippetTypeName(localSnippetType(id));
ret s;
});
}