diff --git a/web/controller/server.go b/web/controller/server.go index c5a3965b..24c3d623 100644 --- a/web/controller/server.go +++ b/web/controller/server.go @@ -137,7 +137,7 @@ func (a *ServerController) getDb(c *gin.Context) { } // Set the headers for the response c.Header("Content-Type", "application/octet-stream") - c.Header("Content-Disposition", "attachment; filename=xui.db") + c.Header("Content-Disposition", "attachment; filename=x-ui.db") // Write the file contents to the response c.Writer.Write(db)