<?php

class main extends \system\engine\HF_Controller
{
    public function index()
    {
        if ($this->user) {
	        
        }
    }
}