erkexzcx / stalkerhek

Stalker portal proxy server that allows sharing account on multiple STB boxes and play on VLC.
GNU General Public License v3.0
82 stars 52 forks source link

regexTimeZone should include "_" so that Los_Angeles can be set #26

Open mwahal opened 3 years ago

mwahal commented 3 years ago

var regexTimezone = regexp.MustCompile(^[a-zA-Z]+/[a-zA-Z_]+$)

Thanks Mudit