Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
1da2044e
Commit
1da2044e
authored
Jun 15, 2016
by
andre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
иправления для справки в правилах маршрутизации frontend/config/main.php
parent
44f6c310
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
frontend/config/main.php
frontend/config/main.php
+4
-2
No files found.
frontend/config/main.php
View file @
1da2044e
...
...
@@ -6,7 +6,7 @@ $params = array_merge(
require
(
__DIR__
.
'/params-local.php'
)
);
return
[
return
[
'id'
=>
'app-frontend'
,
'basePath'
=>
dirname
(
__DIR__
),
'bootstrap'
=>
[
'log'
],
...
...
@@ -171,6 +171,8 @@ return [
''
=>
'content/page/view'
,
'reviews'
=>
'reviews/review/index'
,
'faq/view/all'
=>
'faq/faq/all'
,
'faq/video/<url>'
=>
'faq/faq/view-video'
,
'faq/video'
=>
'faq/faq/video'
,
'faq/<url>'
=>
'faq/faq/view'
,
'faq'
=>
'faq/faq/index'
,
'blog'
=>
'blog/post/index'
,
...
...
@@ -194,7 +196,7 @@ return [
'logout'
=>
'site/logout'
,
'activate/<code>'
=>
'users/user/activate'
,
'<page:(/)>'
=>
'content/page/view'
,
'<_m>/<_c>/<_a>/<id:\d+>'
=>
'<_m>/<_c>/<_a>'
,
'<_m>/<_c>/<_a>/<page>'
=>
'<_m>/<_c>/<_a>'
,
'<_m>/<_c>/<_a>'
=>
'<_m>/<_c>/<_a>'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment