mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Issue 2134 Set theme files sending Login information as SSL (optional). And fix referer_url as htmlspecialchars value.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10880 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b2f4174804
commit
db413a266d
6 changed files with 6 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ class memberMobile extends member
|
|||
Context::set('identifier', $config->identifier);
|
||||
|
||||
// Set a template file
|
||||
Context::set('referer_url', $_SERVER['HTTP_REFERER']);
|
||||
Context::set('referer_url', htmlspecialchars($_SERVER['HTTP_REFERER']));
|
||||
$this->setTemplateFile('login_form');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue