1
0
Fork 0

more poll stuff ahead of item revamp

This commit is contained in:
Mike Macgirvin 2010-07-18 20:49:10 -07:00
commit 21f0cd206d
8 changed files with 213 additions and 172 deletions

View file

@ -22,3 +22,8 @@ $a->config['sitename'] = "DFRN developer";
// first before you close it.
$a->config['register_policy'] = REGISTER_OPEN;
// Maximum size of an imported message, 0 is unlimited.
$a->config['max_import_size'] = 10000;