forked from leftypol/leftypol
Increased filehash
length and made the reject-post-if-image-already-exists-in-active-content thing
This commit is contained in:
parent
13ef38d7b7
commit
efa06c270e
4 changed files with 32 additions and 4 deletions
|
@ -135,7 +135,7 @@ CREATE TABLE IF NOT EXISTS `posts_b` (
|
|||
`fileheight` int(11) DEFAULT NULL,
|
||||
`filesize` int(11) DEFAULT NULL,
|
||||
`filename` varchar(30) DEFAULT NULL,
|
||||
`filehash` varchar(32) DEFAULT NULL,
|
||||
`filehash` varchar(40) DEFAULT NULL,
|
||||
`password` varchar(20) DEFAULT NULL,
|
||||
`ip` varchar(45) NOT NULL,
|
||||
`sticky` int(1) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue