mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
referer모듈의 XSS 악용 여지가 있는 코드 수정. (최영대님 제보)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5018 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4408368cd8
commit
3cb0a953b7
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
$oDB = &DB::getInstance();
|
||||
$oDB -> begin();
|
||||
$this->insertRefererLog($referer['host'], $_SERVER["HTTP_REFERER"]);
|
||||
$this->insertRefererLog($referer['host'], removeHackTag($_SERVER["HTTP_REFERER"]));
|
||||
$this->deleteOlddatedRefererLogs();
|
||||
$this->updateRefererStatistics($referer['host']);
|
||||
$oDB -> commit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue