Your IP : 216.73.216.79


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

<?php

namespace app\controllers;

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

}