Commit 1ddea393ea340c4393634f4b1e9985d3931e1bb7
1 parent
cc9683db
123
Showing
1 changed file
with
0 additions
and
18 deletions
Show diff stats
www/index.php
... | ... | @@ -1746,24 +1746,6 @@ try |
1746 | 1746 | ->setName( 'faq' ); |
1747 | 1747 | |
1748 | 1748 | |
1749 | - $router->add | |
1750 | - ('/pro_companiu-1{language:([/][a-z]{2})?}', | |
1751 | - ['controller' => 'page', | |
1752 | - 'action' => 'aboutua',] | |
1753 | - ) | |
1754 | - ->setName( 'aboutua' ); | |
1755 | - $router->add | |
1756 | - ('/o-kompanii-1{language:([/][a-z]{2})?}', | |
1757 | - ['controller' => 'page', | |
1758 | - 'action' => 'aboutua',] | |
1759 | - ) | |
1760 | - ->setName( 'aboutua' ); | |
1761 | - $router->add | |
1762 | - ('/about-company-1{language:([/][a-z]{2})?}', | |
1763 | - ['controller' => 'page', | |
1764 | - 'action' => 'abouteng',] | |
1765 | - ) | |
1766 | - ->setName( 'aboutua' ); | |
1767 | 1749 | |
1768 | 1750 | |
1769 | 1751 | ... | ... |