| @@ 65-71 (lines=7) @@ | ||
| 62 | return $this->render('index'); |
|
| 63 | } |
|
| 64 | ||
| 65 | public function actionXenSsd() |
|
| 66 | { |
|
| 67 | return $this->render('xen_ssd', [ |
|
| 68 | 'packages' => ServerHelper::getAvailablePackages(Tariff::TYPE_XEN), |
|
| 69 | 'tariffTypes' => Yii::$app->params['vdsproduct'], |
|
| 70 | ]); |
|
| 71 | } |
|
| 72 | ||
| 73 | public function actionOpenVz() |
|
| 74 | { |
|
| @@ 73-79 (lines=7) @@ | ||
| 70 | ]); |
|
| 71 | } |
|
| 72 | ||
| 73 | public function actionOpenVz() |
|
| 74 | { |
|
| 75 | return $this->render('open_vz', [ |
|
| 76 | 'packages' => ServerHelper::getAvailablePackages(Tariff::TYPE_OPENVZ), |
|
| 77 | 'tariffTypes' => Yii::$app->params['vdsproduct'], |
|
| 78 | ]); |
|
| 79 | } |
|
| 80 | ||
| 81 | public function actionTariffsDetails() |
|
| 82 | { |
|