Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
hood
·
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
王高尚(GasonWong)
2015-10-08 16:43:11 +0800
Commit
88d3e5ff75dafc37e5f9b0f8e9911bb5be70d1fd
1 parent
85d439e9
修复refresh跳转未退出导致报找不到模板错误
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Hood/Action.php
Hood/Action.php
View file @
88d3e5f
...
...
@@ -119,6 +119,7 @@ class Action extends Controller_Abstract
$html
.=
"window.location.href='
{
$url
}
';"
;
$html
.=
"</script>"
;
echo
$html
;
exit
();
}
/**
...
...
Please
register
or
login
to post a comment