Commit 7a686bc33194c92db58b54635e6b244362e06dde

Authored by Administrator
1 parent 9ffea880

big commti

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
console/controllers/SiteMapController.php
@@ -24,7 +24,7 @@ use developeruz\db_rbac\behaviors\AccessBehavior; @@ -24,7 +24,7 @@ use developeruz\db_rbac\behaviors\AccessBehavior;
24 class SiteMapController extends Controller 24 class SiteMapController extends Controller
25 { 25 {
26 26
27 - private $urlList = ['http://www.rukzachok.com.ua/']; 27 + private $urlList = ['http://www.linija-svitla.ua/'];
28 private $count = 1; 28 private $count = 1;
29 29
30 30
@@ -43,8 +43,8 @@ class SiteMapController extends Controller @@ -43,8 +43,8 @@ class SiteMapController extends Controller
43 43
44 public function getAddStatic(){ 44 public function getAddStatic(){
45 return [ 45 return [
46 - 'http://www.rukzachok.com.ua',  
47 - 'http://www.rukzachok.com.ua/catalog' 46 + 'http://www.linija-svitla.ua',
  47 + 'http://www.linija-svitla.ua/catalog'
48 ]; 48 ];
49 } 49 }
50 50