8 lines
151 B
PHP
8 lines
151 B
PHP
<?php
|
|
|
|
class Controller_home extends Crunchbutton_Controller_Account {
|
|
public function init() {
|
|
die('asd');
|
|
c::view()->display('home/index');
|
|
}
|
|
} |