Your IP : 216.73.216.79


Current Path : /var/www/html/jppmportal/frontend/controllers/
Upload File :
Current File : /var/www/html/jppmportal/frontend/controllers/UpTestController.php

<?php

namespace frontend\controllers;

class UpTestController extends \yii\web\Controller
{
    public function actionIndex()
    {
        return $this->render('index');
    }

}