Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
7450fc10
Commit
7450fc10
authored
Nov 20, 2013
by
kumorig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small edit for consistency with frontend config.
Small edit for consistency with /apps/advanced/backend/config/main.php. Sorry, my OCD kicked in.
parent
9ef3560f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main.php
apps/advanced/frontend/config/main.php
+2
-2
No files found.
apps/advanced/frontend/config/main.php
View file @
7450fc10
...
...
@@ -11,12 +11,12 @@ $params = array_merge(
return
[
'id'
=>
'app-frontend'
,
'basePath'
=>
dirname
(
__DIR__
),
'vendorPath'
=>
dirname
(
dirname
(
__DIR__
))
.
'/vendor'
,
'vendorPath'
=>
$rootDir
.
'/vendor'
,
'controllerNamespace'
=>
'frontend\controllers'
,
'modules'
=>
[
'gii'
=>
'yii\gii\Module'
],
'extensions'
=>
require
(
__DIR__
.
'/../..
/vendor/yiisoft/extensions.php'
),
'extensions'
=>
require
(
$rootDir
.
'
/vendor/yiisoft/extensions.php'
),
'components'
=>
[
'request'
=>
[
'enableCsrfValidation'
=>
true
,
...
...
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