mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 13:42:05 +02:00
In oneStreamPerDomain mode, allocate the /about to display informations about Ghostream
This commit is contained in:
@ -82,7 +82,11 @@ func viewerGetHandler(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
host = realHost
|
||||
}
|
||||
path = host
|
||||
if path == "about" {
|
||||
path = ""
|
||||
} else {
|
||||
path = host
|
||||
}
|
||||
}
|
||||
|
||||
// Render template
|
||||
|
Reference in New Issue
Block a user