for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created for IG Monitoring.
* User: jakim <[email protected]>
* Date: 07.04.2018
*/
namespace app\modules\admin\controllers;
use yii\web\Controller;
class ResourceController extends Controller
{
public function actionProxy()
return $this->redirect('https://billing.blazingseollc.com/hosting/aff.php?aff=303');
}