Intial revision.
This commit is contained in:
commit
f87492d73e
19 changed files with 607 additions and 0 deletions
12
modules/admin.php
Normal file
12
modules/admin.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
class admin extends Module
|
||||
{
|
||||
protected $authentication = true;
|
||||
|
||||
public function __default() {
|
||||
$this->setPublic('messages', $this->db->getArray('SELECT * FROM incoming ORDER BY received_at'));
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue