diff options
Diffstat (limited to 'web/controller')
| -rw-r--r-- | web/controller/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
