forked from leftypol/leftypol
a bunch of things
This commit is contained in:
parent
62bd2ee348
commit
c59f36f400
7 changed files with 97 additions and 13 deletions
|
@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
|
|||
`subject` varchar(40) NOT NULL,
|
||||
`email` varchar(30) NOT NULL,
|
||||
`name` varchar(25) NOT NULL,
|
||||
`trip` varchar(15) DEFAULT NULL,
|
||||
`trip` varchar(45) DEFAULT NULL,
|
||||
`body` text NOT NULL,
|
||||
`time` int(11) NOT NULL,
|
||||
`bump` int(11) DEFAULT NULL,
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
</form>
|
||||
<hr/>
|
||||
{body}
|
||||
<a href="{return}">[Return.]</a>
|
||||
<p class="unimportant" style="text-align:center;">Copyright © 2010 <a href="http://omegadev.org/">OmegaSDG</a></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue