mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-16 10:44:55 +02:00
First public release of MyAAC
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class Dwoowelcome extends Controller {
|
||||
|
||||
function __construct()
|
||||
{
|
||||
parent::Controller();
|
||||
}
|
||||
|
||||
function index()
|
||||
{
|
||||
$this->load->library('Dwootemplate');
|
||||
$this->dwootemplate->assign('itshowlate', date('H:i:s'));
|
||||
$this->dwootemplate->display('dwoowelcome.tpl');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user