From ead3397619429ee510ae9e1134c22c0f04ca6d03 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 7 Nov 2016 14:55:32 +0200 Subject: [PATCH] 123 --- www/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/index.php b/www/index.php index e60c072..74cf8b9 100644 --- a/www/index.php +++ b/www/index.php @@ -1747,13 +1747,13 @@ try $router->add - ('/pro_companiu-1', + ('/pro_companiu-1{language:([/][a-z]{2})?}', ['controller' => 'page', 'action' => 'aboutua',] ) ->setName( 'aboutua' ); $router->add - ('/o-kompanii-1', + ('/o-kompanii-1{language:([/][a-z]{2})?}', ['controller' => 'page', 'action' => 'aboutua',] ) -- libgit2 0.21.4