11 lines
167 B
PHP
11 lines
167 B
PHP
|
|
<?php
|
||
|
|
$this->title = 'My Task';
|
||
|
|
|
||
|
|
?>
|
||
|
|
<h1>task/index</h1>
|
||
|
|
|
||
|
|
<p>
|
||
|
|
You may change the content of this page by modifying
|
||
|
|
the file <code><?= __FILE__; ?></code>.
|
||
|
|
</p>
|