<?php

class InvhwController extends Controller
{
	public function actionIndex()
	{
		$this->render('index');
	}

}
