Incam_IntranetNueva/www/protected/modules/auditTrail/controllers/DefaultController.php

9 lines
116 B
PHP

<?php
class DefaultController extends Controller
{
public function actionIndex()
{
$this->render('index');
}
}