* fix the bug #93.

This commit is contained in:
wangchunsheng
2010-05-18 06:48:29 +00:00
parent f32f68f2e9
commit 6b03e5acbb
+1
View File
@@ -183,6 +183,7 @@ class user extends control
{
$this->referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '';
}
$this->referer = htmlspecialchars($this->referer);
}
/* 创建一个用户。*/