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
9eb9e4e8
Commit
9eb9e4e8
authored
Feb 04, 2016
by
Виталий Мурашко
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add frontUrl option
parent
21a0719f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
backend/config/params.php
backend/config/params.php
+0
-1
common/config/params.php
common/config/params.php
+1
-0
common/modules/school/controllers/CourseController.php
common/modules/school/controllers/CourseController.php
+0
-1
No files found.
backend/config/params.php
View file @
9eb9e4e8
...
@@ -2,5 +2,4 @@
...
@@ -2,5 +2,4 @@
return
[
return
[
'adminEmail'
=>
'admin@example.com'
,
'adminEmail'
=>
'admin@example.com'
,
'name'
=>
'Арт Проект'
,
'name'
=>
'Арт Проект'
,
'frontUrl'
=>
'http://task-on.com'
];
];
common/config/params.php
View file @
9eb9e4e8
...
@@ -3,4 +3,5 @@ return [
...
@@ -3,4 +3,5 @@ return [
'adminEmail'
=>
'admin@example.com'
,
'adminEmail'
=>
'admin@example.com'
,
'supportEmail'
=>
'support@example.com'
,
'supportEmail'
=>
'support@example.com'
,
'user.passwordResetTokenExpire'
=>
3600
,
'user.passwordResetTokenExpire'
=>
3600
,
'frontUrl'
=>
'http://task-on.com'
];
];
common/modules/school/controllers/CourseController.php
View file @
9eb9e4e8
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
namespace
common\modules\school\controllers
;
namespace
common\modules\school\controllers
;
use
common\components\BaseController
;
use
common\components\BaseController
;
use
common\modules\school\models\Courses
;
use
common\modules\school\models\Courses
;
use
common\modules\school\models\SearchCourses
;
use
common\modules\school\models\SearchCourses
;
use
common\modules\school\models\SearchLessons
;
use
common\modules\school\models\SearchLessons
;
...
...
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