<?php

require_once(dirname(__FILE__). '/protected/config/main.php');
Yii::createApplication('StmWebApplication', $config)->run();


