Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/controller/sub.go')
-rw-r--r--web/controller/sub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/controller/sub.go b/web/controller/sub.go
index 9a8dfc19..5ab1fe46 100644
--- a/web/controller/sub.go
+++ b/web/controller/sub.go
@@ -39,7 +39,7 @@ func (a *SUBController) subs(c *gin.Context) {
}
// Add subscription-userinfo
- c.Writer.Header().Set("subscription-userinfo", header)
+ c.Writer.Header().Set("Subscription-Userinfo", header)
c.String(200, base64.StdEncoding.EncodeToString([]byte(result)))
}