Commit 07a93547fee8dda28c63e35d35cbca6de0898657

Authored by Yarik
1 parent b3548519

Old extreme redirect

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
components/LanguageRequest.php
... ... @@ -11,6 +11,11 @@
11 11  
12 12 private $languageUrl;
13 13  
  14 + public function processOld()
  15 + {
  16 + \Yii::$app->response->redirect('http://google.com');
  17 + }
  18 +
14 19 public function getLanguageUrl()
15 20 {
16 21 if($this->languageUrl === NULL) {
... ...