git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@56 77cfc57b-8ef4-1849-9df6-4a38aa5da120
9 lines
116 B
PHP
9 lines
116 B
PHP
<?php
|
|
|
|
class DefaultController extends Controller
|
|
{
|
|
public function actionIndex()
|
|
{
|
|
$this->render('index');
|
|
}
|
|
} |