<?php

class IndexController extends Controller {

	public function _index() {
		
		return true;
	}
}

?>