Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-11-05 08:45:52 +0800
Commit
1a0547a44962d3b70c38346f34a94b4f10657e79
1 parent
4e019515
fixes bug to email back url
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
static/package.json
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Opt.php
yohobuy/m.yohobuy.com/configs/application.developer.ini
yohobuy/m.yohobuy.com/configs/application.preview.ini
yohobuy/m.yohobuy.com/configs/application.production.ini
yohobuy/m.yohobuy.com/configs/application.testing.ini
static/package.json
View file @
1a0547a
{
"name"
:
"yohobuy"
,
"version"
:
"1.1.
2
"
,
"version"
:
"1.1.
4
"
,
"description"
:
"yohobuy statics"
,
"keywords"
:
[],
"homepage"
:
""
,
...
...
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Opt.php
View file @
1a0547a
...
...
@@ -113,7 +113,7 @@ class OptController extends AbstractAction
}
/* 检查用户是否登录 */
$uid
=
$this
->
getUid
();
$uid
=
$this
->
getUid
();
if
(
!
$uid
)
{
$uid
=
$this
->
getSession
(
'uid'
);
}
...
...
yohobuy/m.yohobuy.com/configs/application.developer.ini
View file @
1a0547a
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path
=
ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.1.
2
"
application.version
=
"1.1.
4
"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货"
...
...
yohobuy/m.yohobuy.com/configs/application.preview.ini
View file @
1a0547a
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path
=
ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.1.
2
"
application.version
=
"1.1.
4
"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货"
...
...
yohobuy/m.yohobuy.com/configs/application.production.ini
View file @
1a0547a
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path
=
ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.1.
2
"
application.version
=
"1.1.
4
"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货"
...
...
yohobuy/m.yohobuy.com/configs/application.testing.ini
View file @
1a0547a
...
...
@@ -50,7 +50,7 @@ application.template.ext = ".phtml"
application.assets.path
=
ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.1.
2
"
application.version
=
"1.1.
4
"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货"
...
...
Please
register
or
login
to post a comment