forked from leftypol/leftypol
Show full filename on mouseover.
This commit is contained in:
parent
d62f0ee046
commit
339853e5de
6 changed files with 32 additions and 9 deletions
|
@ -16,7 +16,7 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
|
|||
`filewidth` int(11) DEFAULT NULL,
|
||||
`fileheight` int(11) DEFAULT NULL,
|
||||
`filesize` int(11) DEFAULT NULL,
|
||||
`filename` varchar(30) DEFAULT NULL,
|
||||
`filename` text DEFAULT NULL,
|
||||
`filehash` text DEFAULT NULL,
|
||||
`password` varchar(20) DEFAULT NULL,
|
||||
`ip` varchar(45) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue