http and common
This commit is contained in:
@@ -36,14 +36,6 @@ func getScheme(r *http.Request) string {
|
||||
return "https"
|
||||
}
|
||||
|
||||
func getClientIp(r *http.Request) string {
|
||||
ip := r.Header.Get("X-Forwarded-For")
|
||||
if ip == "" {
|
||||
ip = r.RemoteAddr
|
||||
}
|
||||
return ip
|
||||
}
|
||||
|
||||
func getCurrency(country string) string {
|
||||
if country == "no" {
|
||||
return "NOK"
|
||||
|
||||
Reference in New Issue
Block a user