1
1
Fork 0

The performance settings and other systems settings (lock file path, temp path) can now be set via the front end.

This commit is contained in:
Michael Vogel 2012-12-21 18:23:55 +01:00
commit 99ca867869
3 changed files with 42 additions and 9 deletions

View file

@ -823,6 +823,8 @@ function get_atom_elements($feed,$item) {
$res["author-name"] = $name;
$res["author-link"] = $uri;
$res["author-avatar"] = $avatar;
$res["body"] = html2bbcode($message);
}
}
}