Intial revision.

This commit is contained in:
root 2010-03-21 14:50:44 -04:00
commit f87492d73e
19 changed files with 607 additions and 0 deletions

11
modules/post.php Normal file
View file

@ -0,0 +1,11 @@
<?php
class post extends message
{
public function __default()
{
parent::__default();
}
}
?>