* fix the login error.

+ add favicon.ico.
This commit is contained in:
wangchunsheng
2010-04-17 02:50:45 +00:00
parent 135d396ed8
commit babae82720
3 changed files with 10 additions and 8 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ EOT;
}
else
{
$this->locate($this->createLink('user', 'login'));
$referer = helper::safe64Encode($this->app->getURI(true));
$this->locate($this->createLink('user', 'login', "referer=$referer&from=zentao"));
}
}