block connection/friend request spam
This commit is contained in:
parent
2632c23130
commit
878067101f
7 changed files with 53 additions and 9 deletions
|
@ -247,3 +247,7 @@ function update_1024() {
|
|||
q("ALTER TABLE `profile` ADD `keywords` TEXT NOT NULL AFTER `religion` ");
|
||||
}
|
||||
|
||||
function update_1025() {
|
||||
q("ALTER TABLE `user` ADD `maxreq` int(11) NOT NULL DEFAULT '10' AFTER `pwdreset` ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue