|
@@ -77,7 +77,7 @@ func (this *pcFilter) Do() bool {
|
|
|
} else {
|
|
|
return true
|
|
|
}
|
|
|
- log.Println(this.R.RequestURI, "==========cccccccccccccc", this.R.UserAgent())
|
|
|
+ log.Println(this.R.RequestURI, "---", sessid, "==========cccccccccccccc", this.R.UserAgent())
|
|
|
http.Redirect(this.W, this.R, href, 302)
|
|
|
return false
|
|
|
}
|