fix /b/ug
This commit is contained in:
parent
9230349b30
commit
a7718e9a0a
@ -99,6 +99,9 @@ func (self *nullHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||||||
goto notfound
|
goto notfound
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if group == "" {
|
||||||
|
goto notfound
|
||||||
|
}
|
||||||
hasgroup := self.database.HasNewsgroup(group)
|
hasgroup := self.database.HasNewsgroup(group)
|
||||||
if !hasgroup {
|
if !hasgroup {
|
||||||
goto notfound
|
goto notfound
|
||||||
|
Reference in New Issue
Block a user