Please enable JavaScript in your browser!
Начало
Каталог
Помощ
Вход
RMichael
/
gnu-social
разклонено от
diogo/gnu-social
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Клон:
XMPPHP
Клонове
Маркери
1.1.x
1.2.x
GS-Oembed-plugin
Nodeinfo
XMPPHP
activitypub
experimental
issue-305
issue-323
issue-326
issue-337
issue-338
master
nightly
gnu-social
/
plugins
/
UserLimit
Chimo
a614205663
Add plugin READMEs
преди 8 години
..
locale
d7fd6bac72
Snapshot of the Transifex translation project - October 2015
преди 9 години
README
a614205663
Add plugin READMEs
преди 8 години
UserLimitPlugin.php
2c5cba28b6
Change status.net/wiki URLs to git.gnu.io
преди 8 години
README
The UserLimit plugin limits the number of users who can register.
Installation
============
add "addPlugin('UserLimit');"
to the bottom of your config.php
Settings
========
maxUsers: The number of maximum users allowed.
Example
=======
addPlugin('UserLimit', array(
'maxUsers' => 42
));