This commit is contained in:
Lain Iwakura 2025-07-12 19:04:43 +03:00
parent 9e234e9178
commit 71735c02aa
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -217,8 +217,8 @@ func main() {
server := &http.Server{
Addr: ":" + p,
Handler: http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Server", "0BSD_FOR_EVERYONE")
w.Header().Set("X-Powered-By", "0BSD_FOR_EVERYONE")
w.Header().Set("Server", "Apache/2.4.41 (Ubuntu)")
w.Header().Set("X-Powered-By", "PHP/7.4.3")
defer func() {
if r := recover(); r != nil {