Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
郝肖肖
2017-02-23 18:42:14 +0800
Commit
b2623bfc79e0375b905b9056bdcceaaf8192b0a1
1 parent
0e602e56
302 新版支付开关
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
b2623bf
...
...
@@ -981,7 +981,7 @@ class HomeController extends AbstractAction
array(
'order_code' => $orderCode,
'refer' => $this->server('HTTP_REFERER', SITE_MAIN)
))
))
, true, 302
);
exit();
}*/
...
...
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
b2623bf
...
...
@@ -54,7 +54,7 @@ class IndexController extends AbstractAction
header
(
'Location: '
.
Helpers
::
url
(
'/cart/index/new'
,
array
(
'refer'
=>
$this
->
server
(
'HTTP_REFERER'
,
SITE_MAIN
)
))
))
,
true
,
302
);
exit
();
}
...
...
Please
register
or
login
to post a comment