2011-04-09 17:41:24 +04:00

11 lines
105 B
PHP

<?php
class IndexController extends Controller {
public function _index() {
return true;
}
}
?>