mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
fix /b/ug
This commit is contained in:
@@ -99,6 +99,9 @@ func (self *nullHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
goto notfound
|
||||
}
|
||||
}
|
||||
if group == "" {
|
||||
goto notfound
|
||||
}
|
||||
hasgroup := self.database.HasNewsgroup(group)
|
||||
if !hasgroup {
|
||||
goto notfound
|
||||
|
||||
Reference in New Issue
Block a user