Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
2016-01-11 16:29:37 +0800
Commit
896c3d86b9233dd39ed14b840c351e171a18370b
1 parent
93b37134
useSession= false
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Action/AbstractAction.php
library/Action/AbstractAction.php
View file @
896c3d8
...
...
@@ -68,7 +68,7 @@ class AbstractAction extends Controller_Abstract
case
'develop'
:
// 开发
default
:
$this
->
_view
->
assign
(
'devEnv'
,
true
);
$this
->
_useSession
=
tru
e
;
$this
->
_useSession
=
fals
e
;
break
;
}
}
...
...
Please
register
or
login
to post a comment