From ec92565f234deb75ea8df0c30a8772c4cd72bc2d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 7 Aug 2016 10:13:05 -0700 Subject: [PATCH] #3393 fix missing sub-url prefix in relative avatar link --- README.md | 2 +- gogs.go | 2 +- models/pull.go | 2 +- models/user.go | 9 ++++++--- modules/bindata/bindata.go | 40 +++++++++++++++++++------------------- modules/setting/setting.go | 1 + scripts/README | 1 + templates/.VERSION | 2 +- 8 files changed, 32 insertions(+), 27 deletions(-) create mode 100644 scripts/README diff --git a/README.md b/README.md index 96754cd22f..ca1ef6ca32 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true) -##### Current tip version: 0.9.64 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions) +##### Current tip version: 0.9.65 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions) | Web | UI | Preview | |:-------------:|:-------:|:-------:| diff --git a/gogs.go b/gogs.go index 9e597810da..a40185a6e0 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.64.0805" +const APP_VER = "0.9.65.0806" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/models/pull.go b/models/pull.go index 78c8d15644..f5198d8712 100644 --- a/models/pull.go +++ b/models/pull.go @@ -246,7 +246,7 @@ func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository) (err error Sender: &api.PayloadUser{ UserName: doer.Name, ID: doer.ID, - AvatarUrl: setting.AppUrl + doer.RelAvatarLink(), + AvatarUrl: doer.AvatarLink(), }, } if err = PrepareWebhooks(pr.BaseRepo, HOOK_EVENT_PUSH, p); err != nil { diff --git a/models/user.go b/models/user.go index ac3d2e819b..941dc054aa 100644 --- a/models/user.go +++ b/models/user.go @@ -230,8 +230,11 @@ func (u *User) GenerateRandomAvatar() error { return nil } +// RelAvatarLink returns relative avatar link to the site domain, +// which includes app sub-url as prefix. However, it is possible +// to return full URL if user enables Gravatar-like service. func (u *User) RelAvatarLink() string { - defaultImgUrl := "/img/avatar_default.png" + defaultImgUrl := setting.AppSubUrl + "/img/avatar_default.png" if u.ID == -1 { return defaultImgUrl } @@ -241,7 +244,7 @@ func (u *User) RelAvatarLink() string { if !com.IsExist(u.CustomAvatarPath()) { return defaultImgUrl } - return "/avatars/" + com.ToStr(u.ID) + return setting.AppSubUrl + "/avatars/" + com.ToStr(u.ID) case setting.DisableGravatar, setting.OfflineMode: if !com.IsExist(u.CustomAvatarPath()) { if err := u.GenerateRandomAvatar(); err != nil { @@ -249,7 +252,7 @@ func (u *User) RelAvatarLink() string { } } - return "/avatars/" + com.ToStr(u.ID) + return setting.AppSubUrl + "/avatars/" + com.ToStr(u.ID) } return setting.GravatarSource + u.Avatar } diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 9c722d07ad..f37435dd3b 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -286,7 +286,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x5a\x5b\x6f\x23\x47\x76\x7e\xef\x5f\x51\x96\xe3\x8c\x26\x68\x92\xba\x8c\x34\xb2\xbc\xda\x98\x22\x9b\x12\x77\x78\xdb\x6e\x6a\xc6\xe3\x81\xd0\x6a\xb1\x8b\x64\x5b\xcd\x6e\xba\xab\x29\x8d\x8c\x20\xd8\x45\x1e\x72\x01\x82\x3c\x24\x48\x10\x20\x08\x92\x87\x64\x81\xcd\x6d\x17\x79\xd9\x4d\x9c\xbc\x38\x79\x1f\xff\x87\x8d\x37\xfb\xb4\x7f\x21\xdf\x39\x55\x4d\x36\x35\xb2\x36\x06\x12\x5f\xc4\xbe\x54\x9d\x3a\x75\xae\xdf\x39\xd5\xef\x8a\x9e\xf3\xdc\x71\x05\xff\xe9\xf6\x9b\xed\xd6\x4b\x31\x3c\x6d\x7b\xa2\xd5\xee\x38\xd6\xbb\x62\xd0\x71\xea\x9e\x23\xba\xf5\x67\x8e\x68\x9c\xd6\x7b\x27\x8e\x27\xfa\x3d\xd1\xe8\xbb\xae\xe3\x0d\xfa\xbd\x66\xbb\x77\x22\x1a\x67\xde\xb0\xdf\xc5\xc3\x5e\xab\x7d\xa2\x67\x5a\x1f\x88\xfa\x7c\x2e\x92\x60\x26\x45\x3e\x0d\x72\xa1\xa6\xe9\x8d\x12\x69\x22\xe4\xb5\xcc\x6e\xc5\x3c\x98\xe0\x45\x94\xc7\xd2\xaa\x0f\x06\x7e\xaf\xde\x75\xc4\x91\x38\x49\x27\xea\x10\x7f\xc5\x49\x94\x0b\x4f\x66\xd7\xd1\x48\x82\x52\x63\x1a\x24\x18\x8e\x67\xd1\x58\xdc\xa6\x0b\x91\x2d\x12\x11\xa7\xa3\x20\x8e\x6f\x2d\xf7\xac\xe7\x9f\x79\xe0\xfe\x48\x4c\xa2\x1c\xa3\x9d\x28\x9f\xca\x4c\x6c\x84\xf2\x7a\xc3\x16\x1b\xf3\x2c\x0d\x37\x44\x8a\x07\xb9\x54\x39\x9e\x84\x72\x1c\x2c\x62\xd0\x52\x7a\x0c\x53\xc0\xd6\x89\x01\xdc\x5b\xd6\xab\x4c\xce\x53\x15\xe5\x69\x76\x7b\x6e\xb9\xfd\xfe\x50\x1c\x59\x5e\xc3\x6d\x0f\x86\xfe\xf0\xe5\x80\x86\x5d\x06\x6a\x8a\x95\x9a\x86\x52\xbd\xe7\xb5\xc5\x68\x1a\x64\x4a\xe6\x16\xdd\xf8\x10\x95\xeb\x39\x34\xf1\x03\xd1\x4a\xb3\x91\x34\xdb\x4e\xe4\x8d\x58\x51\x17\x79\x2a\x2e\xa5\x98\x67\xd1\x75\x90\x4b\xab\xd5\x77\x1b\x8e\x3f\x70\xdb\xcf\xeb\x43\x5a\x65\x1c\xc4\x8a\xb6\x7f\x12\xa7\x97\x41\x2c\x66\xc1\xeb\x68\xb6\x98\x89\x51\x26\x83\x3c\x82\x24\xe3\x68\x06\x91\xa4\xe3\x32\xc5\x39\x76\xbe\x50\x32\xb3\x45\x65\x5b\xcc\x64\x90\x28\x91\xa4\x7a\xa4\xd5\xad\x7f\xe4\x37\x5c\xa7\x3e\x6c\xf7\x7b\x7e\xa7\xdd\x6d\x83\x3f\x0c\xc3\x0a\x83\x20\x1f\x4d\x05\xc9\x47\x7c\xba\x90\x0b\x29\x62\x99\x4c\xf2\xa9\x8d\x35\xaf\x58\xee\x81\x12\x71\x90\x41\x07\xb8\xc0\x5a\x2a\xba\x84\xe2\x06\x67\x9d\x8e\xef\x3a\xdf\x3d\x73\xbc\xa1\x8f\xbf\x67\x8e\xdf\x71\x7a\x27\xc3\x53\x90\xdd\xde\xc2\x3f\x10\xe5\x22\x3a\x07\xfd\xde\x62\x76\x09\xc6\xca\xac\x46\x52\x69\xc3\x08\x32\xc9\xc6\x21\x43\x11\x25\x30\x10\x88\xea\xf5\x3c\x4e\xf1\x94\x6c\xc4\x72\x3e\x1a\x74\xfa\x2e\xc4\x52\x3f\x81\xa9\xf9\xbd\xb3\x2e\xa8\xef\x6c\xad\x11\x8d\x94\x5a\x7c\x3d\x39\x26\xd3\xf6\xbc\xb3\x3b\x44\xb6\xd7\x89\x2c\xc5\x9b\xce\x20\x2c\x75\x87\x48\x30\xca\xa3\xeb\x28\xbf\x15\x63\x29\x43\xab\xe5\x38\x4d\x9f\xc5\xd9\xef\x42\x8c\x86\xe0\x1e\xe8\x3d\x0f\x62\x88\x0f\xe4\x2e\x60\x84\x33\x59\x19\xa5\xd8\xca\x05\x34\x91\x07\x22\x0f\x26\x36\x29\x27\x14\x97\xb7\xa2\x9e\x84\x59\x1a\x85\xe2\xdb\x98\x57\x25\x4e\xea\x09\xd6\xba\x0e\x62\x3c\xe3\x49\x50\x1a\x64\xbf\x91\x60\x75\x6d\xbe\x61\xa4\x02\x88\x7d\x43\xdc\x44\x71\x2c\xa6\xc1\x35\x79\x96\x5c\x9a\xb3\xca\x6f\x63\xb2\x96\x2e\x89\x2e\x4a\xc6\xe9\xa1\x98\xe6\xf9\x5c\x1d\xd6\x6a\xb0\x6a\x19\xa7\x30\x0d\x55\x9d\xa4\xe9\x24\x96\x55\x6c\xb2\x76\x23\x2f\x6b\x8b\x79\x08\xcb\x53\xb5\x9d\xad\xed\x27\xb5\xed\xed\x9a\xb7\x98\xcf\xd3\x2c\xaf\x8c\xd3\xac\x52\xda\x40\x25\x4a\x2a\x8d\x69\x96\xe2\x7e\xf7\x7d\x7e\x69\xd8\xb7\x86\xa7\x4e\xd7\x81\x18\xa0\x23\xbf\xeb\x0c\xeb\xfe\xb0\x7e\x02\x51\x5c\xbc\x3b\x1e\xef\xed\x3e\xd9\xbd\x20\x86\x82\xd7\x42\x45\x9f\xb1\x54\xc6\x51\x4c\x8a\x62\xb3\xc7\x7e\xe6\x71\x70\x0b\x71\x6c\x9a\x3d\x28\xf2\xc9\x83\x6e\x74\xfc\x98\x6d\xb5\xd9\xf6\x06\x9d\xfa\x4b\x9f\x02\x8a\xef\xb5\x3f\x26\x9f\x38\xd8\x3d\x38\xd8\xdf\x3a\x60\xcb\xaa\x06\xe1\x2c\x4a\xd6\xed\x8b\x6c\xff\x61\x4b\xa0\x58\xb1\x6e\x08\x7b\x5b\x6f\x9b\xe8\x83\x24\x5c\x67\xd0\x7f\x90\x44\x92\xe6\x88\x5c\x0f\x13\xe9\xf5\x87\xed\xc6\x5d\xbb\xde\x5b\x23\x93\x66\x93\x20\x89\x3e\xd3\xde\xfe\x10\xad\xbe\x7b\xf2\x16\x3f\x2c\x21\x12\xc7\x3d\x0e\xf8\x0d\x77\xb7\xbd\x07\x6a\xb3\x20\xbb\x0a\xd3\x1b\x96\xb7\x93\x90\x25\xc2\x06\xb3\x10\x66\x8a\x89\x97\x88\x49\x57\x70\xdc\x5c\x26\x0a\xcc\x5a\x4e\xaf\x7e\x0c\xa5\x21\x0a\x36\x11\x69\x7a\x8e\x7f\x8c\xb8\xf3\xac\x14\xd3\x3a\x91\xe2\xd0\x35\x5a\xa8\x3c\x9d\x89\x33\xb7\x53\xf1\x46\x64\x70\x25\xde\x10\xde\x99\x39\x0a\x3e\x51\x72\xa5\xc4\xcd\x54\x26\xd8\x40\x12\xca\x2c\x4a\x26\x30\x2c\xcd\x11\xc8\xc1\x24\xb1\x7a\x30\x9b\x83\x2b\x64\x01\x7b\x16\x4c\x12\xc4\x62\x9d\x98\x7c\x50\xf7\xbd\x06\x59\xaa\x87\x88\x6c\xbd\x82\x50\xae\x49\x2e\x03\xb7\x3f\xec\xc3\x76\xc1\x17\xb9\x8a\xd5\xec\x77\xeb\xed\x1e\xee\x38\xb7\x4c\x53\x95\x73\xf8\xa7\xf9\x78\xf8\xde\x66\x31\xfe\x31\x39\xd5\x7b\x9b\x7a\x38\x6e\xde\xdb\x3c\x1d\x0e\x07\xfe\xa0\xef\x0e\x1f\xab\x9a\xc5\x37\xf5\x66\x93\x52\xd2\x56\x95\xff\xb5\x96\x03\xf0\x6c\x97\x42\x23\x44\x40\x8b\x88\xcd\x66\xf7\xe3\xc7\xb4\x7f\xde\x03\x25\x40\x71\x93\x66\x57\x64\xc5\x9b\x6a\x81\xa8\x8c\xdd\x7b\xde\xa9\xd0\x9e\xfa\x18\x81\x08\x86\xa5\x68\xfb\xf0\x5f\xa1\x74\x8e\xac\x82\x5c\x3b\x11\x33\x70\x2c\x46\x81\x82\x10\x29\x4b\x86\x29\x19\x22\x72\x0e\x64\x08\x97\x1b\xe9\x2c\x5a\x8e\x19\xd7\x14\xad\x68\x72\x3d\xce\x61\x1e\x94\x4d\x92\xf8\xd6\x64\xd9\x8c\xd7\xd5\xb2\x02\xa1\x50\x92\x77\x12\x41\xa2\xa0\x28\xb1\x83\x35\xda\x17\xbf\xac\x5a\x9d\x7e\xa3\x8e\x7c\xf0\x80\xc0\x96\x82\x79\x5b\x66\x48\xa6\x3a\xbc\xf1\xa2\x63\x64\xb8\x05\x2c\x80\x15\x4e\x4b\x06\xd7\x41\x14\xd3\x6b\x0b\x41\x81\x4d\x8b\x86\xad\xcc\xe9\xc5\x54\x72\xd2\x87\xbd\x8b\xcb\x45\x14\xe7\x30\xe8\x12\xf7\x29\x6d\x20\xaf\x5a\xde\xb0\xee\x0e\x69\xaa\x8f\x20\xf0\x9c\x31\x43\x41\xa1\x99\xce\x02\x4c\xd2\x80\x85\xe3\x13\xd2\x50\xaa\xb4\x6f\x8c\x62\xf2\x0e\xec\xca\xa2\xb9\x4b\x33\x59\x99\x00\xe5\x50\xc4\x4d\x91\x68\x3f\xfb\x15\x04\x8c\x1d\xec\xec\xdc\x99\x76\x0f\xe7\x31\xfc\x04\x3e\x05\xbd\xf0\xcc\x4e\xdb\x1b\x3a\xbd\x82\xc0\x7b\x9b\x05\x35\xe6\xc0\x4d\x21\xa9\x79\x90\x4f\xc9\xb1\x88\x46\x18\x65\x72\x44\xb0\x60\x0d\xf4\x3c\xfa\xed\x5a\x55\xa9\xe9\x23\x1b\xeb\xe5\x6c\x28\x3a\x97\xa4\x2c\xbd\x47\xb5\x29\xc2\x7c\x0d\x4e\xa4\x47\x55\x79\x5d\xd6\xea\xa0\x4e\xa9\x9d\x55\x65\xe8\xb2\x59\x11\x1c\xc1\x74\x39\x43\xe6\x08\xf0\x4c\xc7\x78\x56\x1d\x23\x8a\xf9\xe2\x32\x8e\x46\x57\xe2\x4a\xde\x62\x05\xb2\x5c\xd0\xad\xe0\x6e\x22\x13\x1b\xd4\x4a\xac\xa9\x5b\xec\x76\x56\xa2\xb5\xdc\x81\x66\xe3\x99\xf3\xd2\x1f\x12\xda\x58\xb2\x32\xa0\xed\x82\x8b\x12\xc9\xb5\xbd\xae\x9e\x3f\x12\x41\x82\x68\x25\x09\x8a\x4a\x24\xd0\x71\x84\xdb\x14\x12\xb8\x99\x46\x70\x33\xd2\x0f\xed\x06\x41\x67\xb9\xd6\x09\x89\x9a\x57\x2a\xd1\x67\x57\x0b\xa3\x11\x6d\xfa\xc6\x98\x1d\x7b\x97\xc4\x1e\x91\x8f\x18\x44\xd0\x5e\x39\xe7\xdd\x00\x8c\x22\x9f\x67\x99\x54\xf3\x14\xd3\xb0\xfb\xfc\x76\x2e\xad\x6e\xbb\xd7\xee\x9e\x75\x79\x47\x94\xda\x80\x18\x9d\x46\x39\x40\x16\xee\xd0\x68\xf6\x08\x3b\x12\x38\x28\xb0\xec\x0c\xee\x66\xf5\x5b\x2d\x0e\xac\x06\xb8\xea\x69\x85\x73\xb8\xfd\xb3\x21\xb2\x5c\xa7\x7f\x52\x86\x91\x32\x91\x19\x71\x0d\x19\x03\x16\xe0\xc9\xaf\x89\x6a\x6d\x42\x11\x67\x24\x61\x84\x95\x51\x70\x94\x67\x40\x2f\x95\x70\x91\x71\xce\x39\x3a\x78\xba\xbf\x35\xdd\x9a\x6d\x29\x51\xa1\x68\x78\x34\xbb\xa5\x9f\xaa\x89\xb4\x84\x22\xac\x0f\x40\xa7\x9f\x89\x31\xc0\x81\x08\x44\x75\x3e\x7e\xcd\x06\xc0\xc6\x9f\xe5\xb0\x7e\x7e\x43\x21\xe3\x05\x04\x4e\x35\x00\x2d\x16\x8d\xb5\x00\x11\xfc\xe1\xe6\x9b\x61\x0a\x2a\xe4\xe7\x88\x81\x13\x68\x08\xf2\xd4\xf3\x79\xa2\xc1\xc7\x24\xd4\xc7\x9a\x6d\x60\x99\x44\xa9\x58\xcc\xaf\x46\x6a\x7b\x47\x54\xc8\xc3\x40\x95\x57\xaf\x90\x4e\xf5\x1d\x4c\xa9\x92\xa4\x98\xa6\xfe\x77\xb3\x30\xb2\x98\x44\x2f\x14\x5d\x84\x52\x59\x0d\x07\x51\x83\x50\x08\xa4\xa9\x13\x56\x8d\xa1\x55\xad\x58\xc6\x22\x35\xde\x37\xc0\x50\xc4\xf2\x67\x73\x82\xe6\x31\x21\x31\x72\x4f\x32\xf1\x98\x36\x45\x46\xa9\x72\x88\x7b\xa4\xe5\x46\xfe\xbb\xee\x14\x2c\x02\x32\x73\x58\x1b\x84\xc5\x29\x02\x8f\xe5\x6b\x39\x5a\x40\xc0\x14\xd4\x80\x24\xee\xba\xa8\x99\xcf\x13\x29\xb3\x50\x35\x86\x0c\x12\x70\xb9\xd5\xac\x03\xa9\x19\xcb\xe6\x87\x5c\xad\xc5\xa4\x13\x2e\x2c\x98\xcb\x93\x8f\xdb\x03\xa1\x34\x20\x2c\x12\x3a\x3f\x2b\x65\xf1\x40\x9b\x34\x57\x73\x63\x8e\xb2\x49\x25\x4e\x27\x13\xe8\x9d\x91\x98\x0d\x87\x4a\x28\x16\x6e\x50\x54\xd1\x38\xd6\xc0\xfb\x0d\xab\x53\xe7\xf2\x91\xb0\x06\x09\x8e\x46\x58\x9a\x75\x82\x14\xcb\xec\x1f\x4f\x50\x2d\xe4\xd3\x99\x62\x59\x41\x1a\x51\xb6\xe6\x67\xba\x56\x11\x9b\x14\xbd\x50\xf4\xc0\x76\x0c\x52\x86\x3d\x92\xaf\x3d\x46\xc2\x57\xd3\xaa\x99\xe2\x63\x8a\x4f\xae\xa9\xce\x2d\xa7\xb9\xb3\xb7\xb7\xfd\x3e\x03\xaf\x7d\xcb\x69\x34\xbd\xba\x10\xe6\xce\xe5\x6b\xbe\xdb\x7a\x72\x60\x35\x97\xb7\xdb\x5b\x3b\x4f\x80\x21\x48\x6c\x28\x03\xe5\x79\xa9\xe2\x9c\xdd\xaa\x4f\x63\xae\x39\xe1\x25\x13\xb8\xbc\xde\x30\x1e\x46\xb9\xdc\xc5\x8b\x28\x7f\xa4\x74\x6a\x1d\x4d\x53\xaa\x6d\x9b\xc7\x45\x49\xc9\x73\xad\xd3\xbe\x47\x81\x7d\x7b\xe7\x29\xe3\x86\xed\xc3\xdd\xdd\xad\x7d\xcb\x54\xc7\xe4\xaa\x96\x29\x75\x33\xc4\x7a\x6b\x50\xf7\xbc\x17\xcd\xa2\xc8\x5c\x5b\x16\x69\xdc\x16\xb2\xa8\x84\x4d\xe5\x00\xce\x32\xf9\xe9\x02\x31\x55\x33\x86\x04\x13\x8d\x6f\x2b\xe3\x45\x1c\x6f\x20\xe6\x75\x96\x55\xb0\x1e\x5f\x90\x2d\xf8\x67\xf9\x6f\xe4\x51\x78\xb9\xc1\x75\x8c\x08\x2e\x55\x1a\xc3\x06\x97\xe6\x99\x70\x3a\x81\x39\x67\x5c\x32\x1a\x74\x62\x95\x2c\x8d\xe3\x4d\x35\xbc\x84\x04\x0d\x7a\x27\x38\x36\x5a\x40\xc3\x28\xb6\xdb\x3d\x18\x33\x8a\x4a\x40\x89\x72\x2c\x7c\xe7\x1d\xdd\x7a\xd0\x9d\x89\x61\x5f\x3c\x73\x9c\x81\x78\xd9\x3f\x73\x05\x8b\x83\xcc\x59\x78\xf5\x96\xf3\xce\x3b\x96\xe7\xa0\xc4\x1d\x52\x5c\x05\x81\x77\xde\xfd\xb0\xd5\x74\x5e\xb8\xf8\xef\xd7\x7f\x63\x93\xac\x7c\x91\xa7\x64\xa0\x11\xe1\xc8\x99\xe4\xac\x1b\x06\x88\x0f\x08\x95\xed\x1e\x8a\xd9\xae\xd3\x3d\x46\xe4\x6c\xd6\x5f\x02\x2a\x8a\xa7\x56\xa3\xdf\x7f\xd6\x76\xb8\xc1\x50\xd2\x82\x1f\xdc\x48\x45\xe6\x6a\x5e\x2f\xe7\x95\xc7\x44\x09\x52\x63\x18\x69\x41\xba\x54\xff\x2b\x8a\x65\xe9\xeb\x5b\x11\x2c\xa0\x98\x24\x2f\xfc\x6d\x2a\x83\x90\x30\x16\x61\x0f\x53\xc3\xf0\x0d\xa0\x38\x40\x8a\x47\x3d\x81\xfe\x47\x2f\xfd\xfa\x19\xaa\xad\x1e\x7c\x5d\x57\xf0\xc6\x12\x3e\xaa\xbc\x70\x8e\xe9\x55\x85\x1e\x18\x74\x0b\xa9\x9f\x5b\xf5\xc6\xb0\xfd\x9c\x8a\xb3\x26\x0a\x73\xba\x42\xd2\x41\x5e\xa0\x8d\x6d\x1f\x6c\x81\xb8\xe7\x50\xc4\x20\x1b\xfa\xda\x41\x08\x5c\xcc\x4d\x81\x21\xd3\x64\x1c\x65\x33\x21\x2b\x40\x4b\x31\xbb\x7c\x26\x27\xc0\x28\x3a\x61\x80\xe6\x09\x21\x14\xd7\x77\x80\x8b\x3a\x3e\x77\x84\xdc\xee\x1a\xcc\x92\x1a\x44\xb2\x7b\x9b\xc9\x58\x80\x4c\x8b\x0d\xa2\xc0\x13\xc0\xb9\xe9\x22\xd1\x80\x74\x95\xd7\x98\xbc\xcb\xfb\x2f\x11\x65\x16\x67\x88\xbb\xc8\xb9\x13\xce\x94\x60\xf5\x3a\x92\x37\x20\x7b\x9b\x4f\x11\xa1\xaa\x16\xf5\x29\xda\x2e\xd5\x91\x27\x3d\x68\xfa\x79\xdb\x79\x51\xa2\xd0\xa5\xdd\x50\xd5\x36\x36\x3a\x29\x02\x1e\x55\x69\xad\x97\x3e\xed\xa6\x3c\x9c\xb2\x56\x88\x9a\x3e\x8a\x57\x55\x36\x20\xd3\x74\x71\xc9\xa5\x35\xf4\x1f\xe5\x8a\x6d\xbd\xa6\x9b\x13\xb5\xed\xfd\xbd\x82\xe6\x43\x5a\x5d\x2e\xf2\x75\x63\xfb\x5f\x27\x04\x53\x93\x8d\x82\x79\x0e\xa4\x2f\xb8\x93\xa0\xcd\xeb\x2d\x2d\x19\xda\x8d\xfa\x60\x08\xc7\x02\x0d\x4a\xfb\xb0\x1c\x54\x14\xd3\x34\xbd\xa2\x90\x76\x8a\x5f\x91\x07\xea\x6a\xad\x21\x64\xdd\xd3\xe5\xe1\x88\x1d\x47\x04\x56\xf3\x68\x26\x29\x8f\x42\x01\xf0\x69\xc0\x1d\x65\x35\x1d\x32\x2a\xd7\x1f\xb6\xbb\x0e\x40\x89\xe9\x92\xd4\x59\xf9\x51\xc2\x9e\x2f\x4b\x88\x80\xb8\xf3\x9e\xb5\x07\xfe\xb0\xe3\xf9\x98\x47\xed\xc8\xd5\x16\x57\x55\xec\x34\x52\x8c\x3f\xa9\xcf\x91\xcd\xf4\x36\xb1\xaa\x0c\x80\xe4\xb8\x88\xbd\xdb\xe9\xa1\xfa\x15\xe9\x15\x45\x9f\xde\x7c\xb3\x44\xf6\x78\x31\x1e\x73\x6e\xe6\x3c\x42\x45\x29\x2a\xa5\x44\xc6\x36\xd2\x8b\x9c\x9b\xf6\x57\xc4\xb9\xd8\xf4\x1f\xc3\x34\x79\x04\xb8\x90\x60\x13\x37\x54\xad\xf2\x4b\xc0\x46\xa7\xd7\xf4\x8f\xcf\x5a\x2d\xc2\x5e\x4e\x4f\x0b\x88\xf8\x26\xc7\x5e\xb5\x3b\xc0\x28\x7b\x8f\x6e\x7f\x7a\x67\xc7\xdf\x71\x1a\x1a\xce\x17\xad\x50\x86\xf3\x6c\x93\xba\x0c\x20\xf4\x36\x63\x63\x53\xb3\x7c\x5e\x9d\xd0\x35\x19\xda\xe1\xde\xc1\x53\xbc\xfb\xee\x77\xcd\x8b\x4f\x3f\xe5\xa7\x4f\xf6\xb9\x8f\x90\xe6\xd2\x26\x8e\x19\x40\x10\x98\x42\xe5\xac\x34\x22\xdd\xc0\x10\x04\x71\xaf\x3b\x1c\x78\xba\x9f\x84\x1c\x4d\xad\xa9\x2a\x9c\x89\x32\x3a\x57\x4a\x50\x02\x75\x6c\x79\x2e\x56\x22\x01\x00\x8e\xa7\xb3\x19\x95\xe0\x21\xf7\x1a\xdd\x56\x43\xec\x3f\xd9\x7a\xbf\x2a\xda\x7a\x21\x53\xb7\x18\xdc\xa0\x56\x84\x20\x23\x5e\x28\x88\x6f\x10\x70\x97\xeb\x99\x94\x57\x42\xbc\xa7\x4e\xa7\x4f\x58\x4d\x1b\xab\x4e\x2b\x04\x3b\x39\x3c\x52\x5f\x20\x8c\x48\x5f\x88\x9f\xd5\x65\x60\xe0\x39\x44\xa4\xa1\xfb\x09\xcb\xf1\x64\xfb\xeb\x04\xd7\xea\x03\x06\xa7\xba\xea\x00\x27\x18\xe7\x13\x3b\x3a\x8a\x73\xb4\xe2\x58\xa5\xf3\x24\x6f\xaf\x0c\x5e\xd3\xf2\x8e\xab\xa2\x4f\xa5\x33\xa5\x45\x44\x1c\xc5\x0b\x2b\x19\x8f\x2b\x14\x92\x20\xac\xd2\x44\xa5\x4d\xbc\x30\x6f\x1d\xc0\x50\x22\x46\xd8\x52\x79\x1c\xe5\x7a\x9f\xb0\x67\xbb\x45\xd1\x61\x05\xf3\xef\xc1\xa3\xda\xba\x1f\x02\xa4\x66\xc4\x0a\x91\xb2\x7d\x69\xdc\x1e\x86\x40\x0d\x00\x6b\xa4\xcd\xbd\xdd\x9d\x9d\xaa\x18\xd2\x1e\x0c\x76\xfb\x84\x22\x2b\x2e\x25\x5b\xed\x72\x30\x36\x48\xdb\xbf\xd8\x20\xf3\xde\x10\xdf\xe2\xd7\x1f\x96\x6a\x83\x6f\x5f\x08\xed\x9d\x56\xcb\xed\x77\x79\xa3\x5d\x66\x62\x95\xe1\x38\xee\xcf\x03\xa5\x6e\xd2\x2c\x34\xd8\xa6\x0c\x6b\x48\x30\xb9\x7c\x9d\x03\x4e\xcf\x62\x72\xc3\x80\x1a\x15\x09\x14\x79\x2d\x0d\x71\x76\xd8\x34\x41\x95\xbc\x44\xa9\xa7\xc3\x6e\xc7\xaf\x77\x86\x94\xb3\x29\x05\x2e\x05\x67\xbd\x1a\x21\x42\xac\x63\x36\x39\x43\x20\xd1\xd0\x08\x2e\xba\xc1\xfb\xa2\xa7\x3c\xf2\xce\x71\x81\x19\x6c\xd5\x9b\x08\x9d\x9c\x7d\xf5\x93\x02\x29\x99\xf7\x06\x7e\x9d\x34\xe0\xea\x60\x17\xa1\xb8\x14\x12\xd7\x28\xee\x6f\x01\xf3\x80\xd2\xf3\x3a\xa5\x97\xfd\xad\x82\x90\xe6\x45\x03\xae\x12\x2f\x20\x90\xa0\x1e\x66\xcc\x40\xbd\x1e\xa3\x0b\xcc\xe2\x09\x87\xc8\xd3\x39\x75\x8f\x8e\xf2\xd1\xdc\xa6\x97\x47\x87\xfb\xbb\x4f\xdf\xb7\x0b\x09\x1f\xcd\x82\x51\x90\xc1\x07\xc2\xcb\xa3\x2d\x7b\x9e\xa6\x31\x43\xe1\x23\x84\x29\x3b\x0a\x63\xe9\x9b\x08\x7e\xa4\x53\x7f\xb1\xf2\xa1\xb8\x58\x21\xd2\xed\xed\x9d\xed\xed\x8b\xc2\x6d\x09\x6e\x28\x6a\xf9\xdd\x2f\x53\x2a\x69\x8c\x48\x0b\xf1\xde\x27\x4f\x64\xb7\xe7\xed\xe6\xba\x40\x07\x59\x7a\x1d\x11\x2c\x62\xcc\x31\x81\x03\xd3\xbe\x95\x66\x0b\x43\x0e\xd9\x35\xb9\x75\x81\x2c\x5f\x8c\xba\x95\x74\x04\x44\xcb\x22\x24\x6a\xce\x56\x75\x15\x10\x71\x75\x52\x15\x17\x0c\x44\xcd\x5b\x75\xf1\xff\x26\x3d\x42\xf4\x87\xc0\x82\x15\xfc\x56\xc2\x8c\x52\x64\x8d\x1f\x8a\x50\x25\x05\xc3\x48\xca\x88\xb7\x05\x67\x04\xeb\x0f\x8b\xf5\x3e\x2c\x78\xf4\x73\x0a\x8c\x17\x4b\x31\xf9\xe6\xa4\xcd\x40\xea\x62\x27\x58\xd3\x33\x5b\x1e\x21\x7d\x47\x52\x83\x48\x83\x51\x0d\x34\x8d\x7c\x3a\x57\xf0\x35\x42\xa1\x5e\x86\xce\x68\x14\xb7\x0a\x79\xc1\x56\x19\xd3\x18\x33\x2e\x87\x4b\x1d\x7e\x34\x41\x20\xed\x33\xd7\x79\x1b\x81\x28\x14\xf0\x7a\xfd\xb5\xb9\x8c\x31\x8c\x83\x12\xf0\xd4\x54\x0a\xf0\xb1\x62\x1d\x5e\x43\x72\x5c\xba\xce\x1a\x91\x03\xe4\x9a\x2d\xeb\xa4\xe1\x17\x5e\xc3\xc0\x82\xce\x05\xf8\xc5\x8a\x4a\x1c\x8d\x25\xd3\xb9\x67\xba\xe7\x78\x9e\x3e\x02\x6b\x39\xeb\xf3\xad\x57\xf3\x68\x44\x9d\x47\x80\xe7\xe7\x28\x2a\x5c\xff\x6c\xd0\xe9\xd7\x9b\xe5\x5a\xb9\x16\x5c\xe3\x6f\xa6\xf8\x5c\x12\x85\xaa\x92\xe6\xd0\x81\xa2\x25\xca\xba\x14\x0f\x36\xc2\x45\xaa\xa6\x8b\x74\x03\x83\x60\xfb\x41\xd1\xe6\xd6\x53\x85\x42\x05\x38\x02\x67\xa4\x09\x8d\x1f\x01\x1f\x47\x49\x75\x92\xe9\x01\x8c\x21\xf5\x65\xcd\x3a\x71\x0d\x2b\x1e\xea\x9d\x06\x57\x17\x66\xd8\x32\xfb\x15\x43\x4a\x71\x2e\xc8\x73\x78\x2e\x12\x75\x7e\x5e\x6a\x8f\xae\x9e\x2a\xce\xa4\x92\x35\x86\xa4\xdf\x2c\x0e\x60\x00\x9c\x2f\x48\x21\x17\x46\x55\x2b\xfd\x0c\x8a\x4e\x42\x89\xc8\x9d\x89\x5a\x3c\xab\xd7\x17\x6b\x95\x5f\xe9\x05\xf5\x8c\x50\xe2\x83\xd8\x2c\x2d\x35\xfa\xa9\x5a\x57\xc6\x15\xa2\x19\x60\x5c\xed\x93\xb9\x9c\xfc\x96\xbe\x9c\x27\x13\x0b\xb5\x61\xff\x85\xd3\xe4\x9a\x99\x2a\x94\x7b\x07\xad\x9f\x38\x31\x24\xa4\x08\xb0\xce\xeb\xee\x4e\xf7\x98\x0f\x99\xcc\xb9\xd2\x13\x33\x2d\x59\x42\x4c\xdd\xc6\xe4\xf3\xd4\x79\x9c\x06\x77\x84\x04\x48\x49\xb3\x29\xc5\x7a\x0c\x6a\xad\x57\x64\x6d\x24\x6c\x6f\x2e\x47\xc8\xe0\x52\x77\x6e\x4c\x92\x22\xc1\x51\x9d\x7d\x4b\x2d\xc7\x39\xf5\x6d\x04\x9f\xbc\xad\x53\x45\xfe\x45\x78\xdd\x2d\x88\x20\x6f\x18\x1c\x85\xe1\xdc\xab\xd7\x6a\xa3\x23\xe6\x86\x2d\xce\x92\xe8\x75\x33\x20\x90\xe7\x2e\x2e\x6f\xcd\x55\xab\x71\xb0\xb3\x53\xfc\x7e\xac\x2f\xf6\xb6\xec\x82\xf4\xf2\x42\xbf\xda\xdd\xdd\x7d\x7f\x79\xd1\x0b\x92\xd4\x16\xcf\x22\xd4\x0f\xd4\x46\xf5\x72\x64\x72\xf3\xd3\x05\x72\x8b\x96\xd7\xa3\x2c\xe5\xd4\xc4\xb7\x34\xcb\xa4\xad\x59\x71\xf4\x58\x40\xf2\xe0\x92\xca\x81\x92\x18\x94\x94\x85\xbd\x4f\xd2\x38\x40\x61\x96\x66\x93\xda\xfc\x6a\x52\x23\xe9\xd5\xde\xc5\x55\x05\x81\x51\xe5\x01\x59\x49\xab\xef\x76\xeb\x3a\xcb\xa0\x66\xd7\x67\xf1\xab\x16\x57\x91\x6d\x68\x7c\xaa\xbb\x1b\x26\xdd\xd0\xa3\x84\x7e\x09\x14\x9b\xc3\x53\xd3\xae\xb9\x93\x80\x8a\xb9\x05\x06\x03\xb6\x0d\xb8\x9d\x2c\xe7\x01\xf7\x4a\x67\x18\x19\xd1\xa9\x12\x35\x5d\x0b\xdb\x2c\xa6\xd9\x6c\x24\x1b\x96\x69\x9b\x98\xa7\xff\x97\x15\xc5\xdd\x62\x82\x63\x5c\xb1\xf1\x61\x16\x8c\x78\xbb\x4d\x79\xb9\x98\xd0\x45\x1b\xb2\xa7\xdf\x17\x41\xc6\xfb\x77\xb2\x2c\xcd\xe8\xa2\x91\x45\xd4\x6d\x88\xef\x6c\x5f\x53\xb0\x3a\x28\x32\x09\x7f\xf0\xad\x55\x60\x90\x42\x36\xbc\x75\x5d\x87\x93\x1a\xaa\xe6\xf9\x79\x31\x6d\x39\x81\x85\x71\x77\x34\x3d\x5c\x0d\xfd\x40\x03\x4b\x1d\x77\x14\xf5\x41\x52\x98\x05\xac\x1b\x43\x45\x96\xe6\xb8\xde\x54\x37\x64\x81\xec\x82\x29\x05\x06\x2a\x47\x4c\xf2\x7f\xfc\x76\x46\xe9\xf4\x4f\x7c\xb7\x3f\xd4\xf0\xd8\x84\x2a\x72\x64\x3e\x96\x5c\x79\x33\x15\x35\xd0\x22\x71\xb3\x46\x83\x65\xba\xa5\x9d\x99\xfa\xe9\x5e\x21\x67\x96\xf4\x32\x90\xa8\x69\x34\xce\x1f\xa2\xb3\x73\x60\xbe\xb6\xd8\x16\xdf\xfa\x16\xee\x6c\x6a\x22\x96\x42\x8c\xef\x9d\xb6\x5b\x7c\xe8\x73\xc0\x59\x6a\x42\x71\x90\x77\x1d\x02\x12\xdf\xbe\xbd\xaf\x66\xbd\xdd\x79\xf9\xd6\xce\x9c\xd7\xf3\x28\xe3\xd8\x81\x12\x0a\xec\x10\x01\xe2\x65\x33\x94\xb1\xa4\xae\xc9\x98\x9a\x29\x33\xb0\x4d\x23\xd6\xc5\xf5\x54\x1f\xaa\x17\x9d\xad\x92\x9a\x93\xfb\x74\x9c\x94\xb5\xe6\x4a\x03\x3d\x35\xee\xe4\xe3\x56\xfe\xa0\xc5\xc8\x63\x86\xb4\x8b\xf8\x7b\x0f\x58\x70\x1d\x80\x95\x1e\x0a\x5c\x1f\x19\xb7\xeb\x95\x0f\x24\x86\xfa\x00\x29\x5b\xd2\xe6\x52\xaf\x84\x71\x41\x24\xc6\x72\x0f\x51\x2d\xc3\x0f\xe3\x16\x40\x6f\x64\xf2\x0b\x44\x47\xed\xfb\x8b\x70\x7e\xc7\xee\x69\x48\xf9\xf4\x17\xf7\xdc\xf3\x28\x41\x6a\x7d\x7e\xbb\x94\x92\x8e\x24\x77\xa4\x44\x0f\xcb\x52\x7a\xa8\xce\x5f\x67\xa0\x19\x05\x93\x04\xcb\x45\xa3\x42\x74\xa6\x14\xe5\x5a\x72\xa3\xd4\x14\x78\x78\xe4\x9d\x36\xc1\xb2\x96\xfe\xa6\x75\x16\xf4\x2b\x09\x9f\xae\x1a\xf6\xe9\x2a\x3f\x9b\xa8\xf7\x6a\x63\xbb\x5c\xdd\x6d\xd8\x1b\x3b\x6b\xf7\xe7\xa4\x15\x87\xba\x3d\x5e\x49\x70\xcb\xc0\x7b\x57\x78\xab\x06\xfa\x4a\x80\xeb\x8d\x74\xb1\xd6\xd3\xb6\x9a\x6e\x9b\x8f\x6c\x29\xbe\x06\x74\xae\x0a\x0b\x79\x8d\xb4\xa2\xd9\x3b\xe4\x96\xf8\x21\xfd\xf9\x70\x79\x7c\xcf\x1d\xb8\xdf\x34\x5f\x66\x1d\x2d\xf2\xf1\x81\x45\x76\xc3\x19\x05\x49\xac\xfc\x2d\x43\xb6\x48\x12\x8a\x34\xf4\x98\x1b\x5f\x9c\xfb\xa3\x94\x4e\xfa\x90\xb6\xab\xa5\xbe\x91\xf1\x45\x77\x91\x94\x47\xb3\xf1\xf2\xe1\x0c\xf7\xbf\x11\xbc\xe9\xbb\xb2\xfa\xd0\xe7\x0e\xc8\x0a\x9a\xd1\x51\x50\xc8\xa9\x25\xa2\xe8\xac\x34\x27\x55\x7d\xbe\xef\x9b\x87\xe7\x16\x7d\xaf\xd0\x3c\x63\x00\xf6\xa1\x76\xb5\xed\xad\x99\xc5\xaa\x5a\x7e\xec\x35\x95\x28\x87\xa7\xfa\xe8\xd1\x90\xa1\xcf\x3b\x7c\xfd\xdc\xe7\xe7\xf7\x51\xda\x79\x32\xb5\x56\x0d\xb9\xfd\x2d\xc2\x63\xf5\x6c\xb2\xd0\xc0\x90\x9c\x9b\x13\x21\x4c\xe6\x11\xaa\x04\x31\x56\xa3\xab\x47\x45\xea\xab\x54\x16\x49\x46\xa0\x8a\xa5\x56\xa9\xe4\xc1\x44\x51\xfa\xa4\xcc\xce\xf9\x3f\x4d\x96\x19\x3e\xca\x2b\x6a\x34\x63\x34\x1b\xa6\x23\xc5\x0f\x88\x58\x6d\xbb\xfa\xb4\xba\x67\xd5\xdd\x13\x63\x29\x0d\x3e\x3c\x2d\x7d\xc6\xc6\x27\x62\x64\xf4\x85\x78\x78\x2f\x3e\xef\x8e\xde\x41\x40\x77\xa4\xcb\x4a\xb9\x7f\xab\xd6\x2b\x2c\x7c\xfe\x16\xc0\xa3\x0c\xa1\x96\xd8\x13\x0f\x82\x72\x74\x27\xef\xa5\x46\x13\xf7\x91\xab\x1c\x3a\x4f\xda\x43\xbf\xd9\x6e\xb5\xd6\x12\xc5\x5b\x64\xc9\xda\x82\x51\x4e\x15\x01\xd3\x8c\xcb\x87\x59\xbf\x82\x28\x7f\x37\x58\x6f\x0c\xd9\x85\xc4\xde\x3d\xd4\x35\x2a\xa5\xaf\x76\x92\x87\x88\x15\xb8\x54\xf7\x1f\x1f\xd0\xed\x64\x54\xd2\x6c\x30\x21\x4f\x53\xd4\x5b\xc1\x0d\x72\xf3\x37\x51\xec\x64\x64\xd4\x8a\xea\x6c\xa5\xd9\xfe\xb2\x8f\x77\x4f\x73\x98\xf4\x52\x35\xcf\xcf\xad\x6e\x1b\x75\x0c\x27\xbb\x7d\x4a\xc8\x6d\xd7\xed\xbb\xfa\x6b\x19\xab\xd1\xe9\xf7\x1c\x73\x4d\x5f\x1d\x9a\x4b\x94\x39\xf3\xe8\x6d\xc5\x46\xb9\x9c\x29\xdd\x6c\xd4\xc7\xee\x8a\xb5\x19\xe8\xce\x30\xc9\x49\x7f\xbb\xea\x39\x7e\x7b\xe8\x74\xbd\xe2\x7b\xa9\x68\xfb\x80\x92\x5e\xbd\x47\xcc\x03\xa3\x54\xce\x3c\xfb\xb3\x69\xa5\xd1\xa3\xbf\xa7\xcf\xe8\xef\xf0\x85\x1d\xca\x4a\xd3\xb1\xc7\x59\xa5\xe5\xda\x49\x5c\xe9\x75\xec\xf8\xba\xd2\x79\x6e\x67\x8b\x8a\x7b\x66\x7f\x12\x54\xbe\x33\xb0\xa5\xaa\x38\x9e\x3d\xcf\x2b\xc7\xae\x3d\x8f\x2b\x83\x8e\x7d\x39\xa9\x1c\x9f\xd8\x10\x53\x7b\x68\x8f\xa3\x4a\xab\x6d\xe7\x59\x65\xe8\xda\x23\x55\x69\x7c\xcc\x07\x7c\xb4\xa6\x03\xf3\x8b\xd4\xd4\xfe\xf9\x3f\x7e\xef\x67\xff\xf6\xc7\x3f\xfb\xc9\x3f\x7c\xf5\xa7\xbf\x6b\xff\xfc\xa7\xdf\xff\xc5\xdf\xfd\x89\xbe\xf9\xe5\xe7\xbf\xf7\x8b\xbf\xfd\xf3\xaf\x7e\xf2\x4f\xbf\xfc\xfc\xf7\xef\xbe\xf8\xaf\x3f\xfa\xd1\x57\x3f\xfd\x77\x7a\xd1\x94\x8b\x5c\x8d\xa6\x76\x2b\x0b\x92\x2f\x7e\x10\x44\xca\xee\xc9\x50\x66\xc0\xdb\xa1\xb2\x3b\x41\x0e\x83\xf9\xcf\xbf\x5e\xd8\x6f\xfe\xea\xcb\xdf\xf9\xf2\xfb\x5f\x7e\xff\xcd\xbf\xbc\xf9\xc9\x9b\x9f\xda\x5f\xfd\xd9\xdf\x7c\xf5\x17\x7f\xff\xdf\x3f\xfc\x4b\xdb\x51\xf3\xe0\x8b\x1f\xa7\xb1\x4d\x1f\xa7\x2c\x26\x8b\x2f\x7e\xa8\xe8\x63\xa2\xe3\x2c\x50\x11\x3d\x8c\xd5\x55\x64\xbf\xf9\xf1\x97\x7f\xf0\xe6\x5f\xdf\xfc\xf3\x9b\x1f\x7d\xf9\x3d\x4d\xc3\x6e\xe7\x41\x1c\x51\x11\xe1\x2d\x00\xeb\xe2\x00\x96\x9f\xd8\xc3\x2f\x3e\xcf\xae\xbe\xf8\x81\xb4\xff\xe3\x0f\xb1\x6a\x1e\x25\x81\xa5\xd1\x76\xc8\xd6\x48\x51\x8f\x4c\x00\x85\xf7\x15\x32\x18\x2b\x81\x72\x83\xa4\xea\xe0\xdc\x62\x2d\xb0\x36\x2c\x56\x05\x2e\x3f\x9b\x5a\xac\x0f\xbe\x84\x46\x2c\xfe\xbb\xbc\x63\xfd\xf0\xa7\xbc\x16\x2b\x89\x22\x6f\x66\xb1\xa6\x70\x99\xc4\x16\xab\x8b\x3e\xf2\xba\xb6\x58\x67\x74\x9a\xba\xb0\x58\x71\xb8\xfc\x24\xb0\x58\x7b\xb4\xa6\xb2\x58\x85\xb8\xe4\x5f\x8b\x55\x49\x77\xb1\xc5\xfa\xc4\xe5\xe5\xc4\x62\xa5\x52\x31\x9a\x5b\xac\x59\x5a\x30\xb2\x58\xbd\x1c\x97\x2c\xd6\x31\xd5\x07\xac\x6b\x46\x71\xe6\x3b\x39\xe0\x83\xf9\x9c\xbf\x09\x49\xc5\x34\x9a\x4c\x63\xfc\x9f\x8b\x51\x1c\x70\x4f\x8f\xdd\xb2\x0a\x84\x1c\x1f\x45\x49\x64\xbd\x5a\x8e\xa8\x9a\x69\x74\x78\x9a\x52\xc6\x44\x90\x3f\xed\xbf\xf0\x5b\xa8\x8f\x50\x2d\x1c\xbb\xfa\x60\xbd\x84\x8d\x3c\x04\x0c\x6a\x63\x9b\xfe\xce\xdd\x0a\x8d\x3f\x02\xa1\x98\x30\x49\xf9\xf4\x8c\x0b\xb6\x14\x31\x6c\x8d\x2e\x65\x76\x7d\xe6\xc4\xc1\xf6\x7f\x02\x00\x00\xff\xff\x94\x7c\x9c\x51\x3b\x2e\x00\x00") +var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7a\x5b\x6f\x23\x47\x76\xff\x7b\x7f\x8a\xb2\xfc\xf7\x7f\x34\x41\x93\xd4\x65\xa4\x91\xe5\xd5\xc6\x14\xd9\x94\xb8\xc3\xdb\x76\x53\x33\x1e\x0f\x84\x56\x8b\x5d\x24\xdb\x6a\x76\xd3\x5d\x4d\x69\x64\x04\xc1\x2e\xf2\x90\x0b\x10\xe4\x21\x41\x82\x00\x41\x90\x3c\x24\x0b\x6c\x6e\xbb\xc8\xcb\x3a\x71\xf2\xe2\xe4\x7d\xfc\x1d\x36\xde\xec\xd3\x7e\x85\xfc\xce\xa9\x6a\xb2\xa9\x91\x95\x18\x48\x76\x3d\x62\x5f\xaa\x4e\xd5\xb9\xff\xce\xa9\x7e\x57\xf4\x9c\xe7\x8e\x2b\xf8\x4f\xb7\xdf\x6c\xb7\x5e\x8a\xe1\x69\xdb\x13\xad\x76\xc7\xb1\xde\x15\x83\x8e\x53\xf7\x1c\xd1\xad\x3f\x73\x44\xe3\xb4\xde\x3b\x71\x3c\xd1\xef\x89\x46\xdf\x75\x1d\x6f\xd0\xef\x35\xdb\xbd\x13\xd1\x38\xf3\x86\xfd\x2e\x1e\xf6\x5a\xed\x13\x3d\xd3\xfa\x40\xd4\xe7\x73\x91\x04\x33\x29\xf2\x69\x90\x0b\x35\x4d\x6f\x94\x48\x13\x21\xaf\x65\x76\x2b\xe6\xc1\x04\x2f\xa2\x3c\x96\x56\x7d\x30\xf0\x7b\xf5\xae\x23\x8e\xc4\x49\x3a\x51\x87\xf8\x2b\x4e\xa2\x5c\x78\x32\xbb\x8e\x46\x12\x94\x1a\xd3\x20\xc1\x70\x3c\x8b\xc6\xe2\x36\x5d\x88\x6c\x91\x88\x38\x1d\x05\x71\x7c\x6b\xb9\x67\x3d\xff\xcc\xc3\xee\x8f\xc4\x24\xca\x31\xda\x89\xf2\xa9\xcc\xc4\x46\x28\xaf\x37\x6c\xb1\x31\xcf\xd2\x70\x43\xa4\x78\x90\x4b\x95\xe3\x49\x28\xc7\xc1\x22\x06\x2d\xa5\xc7\x30\x05\xb0\x4e\x1b\xc0\xbd\x65\xbd\xca\xe4\x3c\x55\x51\x9e\x66\xb7\xe7\x96\xdb\xef\x0f\xc5\x91\xe5\x35\xdc\xf6\x60\xe8\x0f\x5f\x0e\x68\xd8\x65\xa0\xa6\x58\xa9\x69\x28\xd5\x7b\x5e\x5b\x8c\xa6\x41\xa6\x64\x6e\xd1\x8d\x0f\x51\xb9\x9e\x43\x13\x3f\x10\xad\x34\x1b\x49\xc3\x76\x22\x6f\xc4\x8a\xba\xc8\x53\x71\x29\xc5\x3c\x8b\xae\x83\x5c\x5a\xad\xbe\xdb\x70\xfc\x81\xdb\x7e\x5e\x1f\xd2\x2a\xe3\x20\x56\xc4\xfe\x49\x9c\x5e\x06\xb1\x98\x05\xaf\xa3\xd9\x62\x26\x46\x99\x0c\xf2\x08\x92\x8c\xa3\x19\x44\x92\x8e\xcb\x14\xe7\xe0\x7c\xa1\x64\x66\x8b\xca\xb6\x98\xc9\x20\x51\x22\x49\xf5\x48\xab\x5b\xff\xc8\x6f\xb8\x4e\x7d\xd8\xee\xf7\xfc\x4e\xbb\xdb\xc6\xfe\x30\x0c\x2b\x0c\x82\x7c\x34\x15\x24\x1f\xf1\xe9\x42\x2e\xa4\x88\x65\x32\xc9\xa7\x36\xd6\xbc\x62\xb9\x07\x4a\xc4\x41\x06\x1d\xe0\x02\x6b\xa9\xe8\x12\x8a\x1b\x9c\x75\x3a\xbe\xeb\x7c\xff\xcc\xf1\x86\x3e\xfe\x9e\x39\x7e\xc7\xe9\x9d\x0c\x4f\x41\x76\x7b\x0b\xff\x83\x28\x17\xd1\x39\xe8\xf7\x16\xb3\x4b\x6c\xac\xbc\xd5\x48\x2a\x6d\x18\x41\x26\xd9\x38\x64\x28\xa2\x04\x06\x02\x51\xbd\x9e\xc7\x29\x9e\x92\x8d\x58\xce\x47\x83\x4e\xdf\x85\x58\xea\x27\x30\x35\xbf\x77\xd6\x05\xf5\x9d\xad\x35\xa2\x91\x52\x8b\x6f\x26\xc7\x64\xda\x9e\x77\x76\x87\xc8\xf6\x3a\x91\xa5\x78\xd3\x19\x84\xa5\xee\x10\x09\x46\x79\x74\x1d\xe5\xb7\x62\x2c\x65\x68\xb5\x1c\xa7\xe9\xb3\x38\xfb\x5d\x88\xd1\x10\xdc\x03\xbd\xe7\x41\x0c\xf1\x81\xdc\x05\x8c\x70\x26\x2b\xa3\x14\xac\x5c\x40\x13\x79\x20\xf2\x60\x62\x93\x72\x42\x71\x79\x2b\xea\x49\x98\xa5\x51\x28\xbe\x8b\x79\x55\xda\x49\x3d\xc1\x5a\xd7\x41\x8c\x67\x3c\x09\x4a\x83\xec\x37\x12\xac\xae\xcd\x37\x8c\x54\x00\xb1\x6f\x88\x9b\x28\x8e\xc5\x34\xb8\x26\xcf\x92\x4b\x73\x56\xf9\x6d\x4c\xd6\xd2\x25\xd1\x45\xc9\x38\x3d\x14\xd3\x3c\x9f\xab\xc3\x5a\x0d\x56\x2d\xe3\x14\xa6\xa1\xaa\x93\x34\x9d\xc4\xb2\x0a\x26\x6b\x37\xf2\xb2\xb6\x98\x87\xb0\x3c\x55\xdb\xd9\xda\x7e\x52\xdb\xde\xae\x79\x8b\xf9\x3c\xcd\xf2\xca\x38\xcd\x2a\x25\x06\x2a\x51\x52\x69\x4c\xb3\x14\xf7\xbb\xef\xf3\x4b\xb3\x7d\x6b\x78\xea\x74\x1d\x88\x01\x3a\xf2\xbb\xce\xb0\xee\x0f\xeb\x27\x10\xc5\xc5\xbb\xe3\xf1\xde\xee\x93\xdd\x0b\xda\x50\xf0\x5a\xa8\xe8\x33\x96\xca\x38\x8a\x49\x51\x6c\xf6\xe0\x67\x1e\x07\xb7\x10\xc7\xa6\xe1\x41\x91\x4f\x1e\x74\xa3\xe3\xc7\x6c\xab\xcd\xb6\x37\xe8\xd4\x5f\xfa\x14\x50\x7c\xaf\xfd\x31\xf9\xc4\xc1\xee\xc1\xc1\xfe\xd6\x01\x5b\x56\x35\x08\x67\x51\xb2\x6e\x5f\x64\xfb\x0f\x5b\x02\xc5\x8a\x75\x43\xd8\xdb\x7a\xdb\x44\x1f\x24\xe1\x3a\x83\xfe\x83\x24\x92\x34\x47\xe4\x7a\x98\x48\xaf\x3f\x6c\x37\xee\xda\xf5\xde\x1a\x99\x34\x9b\x04\x49\xf4\x99\xf6\xf6\x87\x68\xf5\xdd\x93\xb7\xf6\xc3\x12\x22\x71\xdc\xe3\x80\xdf\x92\xbb\xed\x3d\x50\x9b\x05\xd9\x55\x98\xde\xb0\xbc\x9d\x84\x2c\x11\x36\x98\x85\x30\x53\x4c\xbc\x44\x4c\xba\x82\xe3\xe6\x32\x51\xd8\xac\xe5\xf4\xea\xc7\x50\x1a\xa2\x60\x13\x91\xa6\xe7\xf8\xc7\x88\x3b\xcf\x4a\x31\xad\x13\x29\x0e\x5d\xa3\x85\xca\xd3\x99\x38\x73\x3b\x15\x6f\x44\x06\x57\xda\x1b\xc2\x3b\x6f\x8e\x82\x4f\x94\x5c\x29\x71\x33\x95\x09\x18\x48\x42\x99\x45\xc9\x04\x86\xa5\x77\x04\x72\x30\x49\xac\x1e\xcc\xe6\xd8\x15\xb2\x80\x3d\x0b\x26\x09\x62\xb1\x4e\x4c\x3e\xa8\xfb\x5e\x83\x2c\xd5\x43\x44\xb6\x5e\x41\x28\xd7\x24\x97\x81\xdb\x1f\xf6\x61\xbb\xd8\x17\xb9\x8a\xd5\xec\x77\xeb\xed\x1e\xee\x38\xb7\x4c\x53\x95\x73\xf8\xa7\xf9\x78\xf8\xde\x66\x31\xfe\x31\x39\xd5\x7b\x9b\x7a\x38\x6e\xde\xdb\x3c\x1d\x0e\x07\xfe\xa0\xef\x0e\x1f\xab\x9a\xc5\x37\xf5\x66\x93\x52\xd2\x56\x95\xff\x6f\x2d\x07\xe0\xd9\x2e\x85\x46\x88\x80\x16\x11\x9b\xcd\xee\xc7\x8f\x89\x7f\xe6\x81\x12\xa0\xb8\x49\xb3\x2b\xb2\xe2\x4d\xb5\x40\x54\x06\xf7\x9e\x77\x2a\xb4\xa7\x3e\x46\x20\x82\x61\x29\x62\x1f\xfe\x2b\x94\xce\x91\x55\x90\x6b\x27\x62\x86\x1d\x8b\x51\xa0\x20\x44\xca\x92\x61\x4a\x86\x88\x9c\x03\x19\xc2\xe5\x46\x3a\x8b\x96\x63\xc6\x35\x45\x2b\x9a\x5c\x8f\x73\x98\x07\x65\x93\x24\xbe\x35\x59\x36\xe3\x75\xb5\xac\x40\x28\x94\xe4\x9d\x44\x90\x28\x28\x4a\xec\xd8\x1a\xf1\xc5\x2f\xab\x56\xa7\xdf\xa8\x23\x1f\x3c\x20\xb0\xa5\x60\xde\x96\x19\x92\xa9\x0e\x6f\xbc\xe8\x18\x19\x6e\x01\x0b\x60\x85\xd3\x92\xc1\x75\x10\xc5\xf4\xda\x42\x50\x60\xd3\xa2\x61\x2b\x73\x7a\x31\x95\x9c\xf4\x61\xef\xe2\x72\x11\xc5\x39\x0c\xba\xb4\xfb\x94\x18\xc8\xab\x96\x37\xac\xbb\x43\x9a\xea\x23\x08\x3c\x67\xcc\x50\x50\x68\xa6\xb3\x00\x93\x34\x60\xe1\xf8\x84\x34\x94\x2a\xed\x1b\xa3\x98\xbc\x03\x5c\x59\x34\x77\x69\x26\x2b\x13\xa0\x1c\x8a\xb8\x29\x12\xed\x67\xff\x0d\x01\x63\x07\x3b\x3b\x77\xa6\xdd\xb3\xf3\x18\x7e\x02\x9f\x82\x5e\x78\x66\xa7\xed\x0d\x9d\x5e\x41\xe0\xbd\xcd\x82\x1a\xef\xc0\x4d\x21\xa9\x79\x90\x4f\xc9\xb1\x88\x46\x18\x65\x72\x44\xb0\x60\x0d\xf4\x3c\xfa\xcd\x5a\x55\xa9\xe9\x23\x1b\xeb\xe5\x6c\x28\x3a\x97\xa4\x2c\xbd\x47\xb5\x29\xc2\x7c\x0d\x4e\xa4\x47\x55\x79\x5d\xd6\xea\xa0\x4e\xa9\x9d\x55\x65\xe8\xb2\x59\x11\x1c\xc1\x74\x39\x43\xe6\x08\xf0\x4c\xc7\x78\x56\x1d\x23\x8a\xf9\xe2\x32\x8e\x46\x57\xe2\x4a\xde\x62\x05\xb2\x5c\xd0\xad\xe0\x6e\x22\x13\x1b\xd4\x4a\x5b\x53\xb7\xe0\x76\x56\xa2\xb5\xe4\x40\x6f\xe3\x99\xf3\xd2\x1f\x12\xda\x58\x6e\x65\x40\xec\x62\x17\x25\x92\x6b\xbc\xae\x9e\x3f\x12\x41\x82\x68\x25\x09\x8a\x4a\x24\xd0\x71\x84\xdb\x14\x12\xb8\x99\x46\x70\x33\xd2\x0f\x71\x83\xa0\xb3\x5c\xeb\x84\x44\xcd\x2b\x95\xe8\xb3\xab\x85\xd1\x88\x98\xbe\x31\x66\xc7\xde\x25\xc1\x23\xf2\x11\x83\x08\xe2\x95\x73\xde\x0d\xc0\x28\xf2\x79\x96\x49\x35\x4f\x31\x0d\xdc\xe7\xb7\x73\x69\x75\xdb\xbd\x76\xf7\xac\xcb\x1c\x51\x6a\x03\x62\x74\x1a\xe5\x00\x59\xb8\x43\xa3\xd9\x23\xec\x48\xe0\xa0\xc0\xb2\x33\xb8\x9b\xd5\x6f\xb5\x38\xb0\x1a\xe0\xaa\xa7\x15\xce\xe1\xf6\xcf\x86\xc8\x72\x9d\xfe\x49\x19\x46\xca\x44\x66\xb4\x6b\xc8\x18\xb0\x00\x4f\xfe\x9f\xa8\xd6\x26\x14\x71\x46\x12\x46\x58\x19\x05\x47\x79\x06\xf4\x52\x09\x17\x19\xe7\x9c\xa3\x83\xa7\xfb\x5b\xd3\xad\xd9\x96\x12\x15\x8a\x86\x47\xb3\x5b\xfa\xa9\x9a\x48\x4b\x28\xc2\xfa\x00\x74\xfa\x99\x18\x03\x1c\x88\x40\x54\xe7\xe3\xd7\x6c\x00\x6c\xfc\x59\x0e\xeb\xe7\x37\x14\x32\x5e\x40\xe0\x54\x03\xd0\x62\xd1\x58\x0b\x10\xc1\x1f\x6e\xbe\x19\xa6\xa0\x42\x7e\x8e\x18\x38\x81\x86\x20\x4f\x3d\x9f\x27\x1a\x7c\x4c\x42\x7d\xac\xb7\x0d\x2c\x93\x28\x15\x8b\xf9\xd5\x48\x6d\xef\x88\x0a\x79\x18\xa8\xf2\xea\x15\xd2\xa9\xbe\x83\x29\x55\x92\x14\xd3\xd4\xff\x6c\x16\x46\x16\x93\xe8\x85\xa2\x8b\x50\x2a\xab\xe1\x20\x6a\x10\x0a\x81\x34\x75\xc2\xaa\x31\xb4\xaa\x15\xcb\x58\xa4\xc6\xfb\x06\x18\x8a\x58\xfe\x6c\x4e\xd0\x3c\x26\x24\x46\xee\x49\x26\x1e\x13\x53\x64\x94\x2a\x87\xb8\x47\x5a\x6e\xe4\xbf\xeb\x4e\xc1\x22\x20\x33\x87\xb5\x41\x58\x9c\x22\xf0\x58\xbe\x96\xa3\x05\x04\x4c\x41\x0d\x48\xe2\xae\x8b\x9a\xf9\x3c\x91\x32\x0b\x55\x63\xc8\x20\x01\x97\x5b\xcd\x3a\x90\x9a\xb1\x6c\x7e\xc8\xd5\x5a\x4c\x3a\xe1\xc2\x82\x77\x79\xf2\x71\x7b\x20\x94\x06\x84\x45\x42\xe7\x67\xa5\x2c\x1e\x68\x93\xe6\x6a\x6e\xcc\x51\x36\xa9\xc4\xe9\x64\x02\xbd\x33\x12\xb3\xe1\x50\x09\xc5\xc2\x0d\x8a\x2a\x1a\xc7\x1a\x78\xbf\x61\x75\xea\x5c\x3e\x12\xd6\x20\xc1\xd1\x08\x4b\x6f\x9d\x20\xc5\x32\xfb\xc7\x13\x54\x0b\xf9\x74\xa6\x58\x56\x90\x46\x94\xad\xf9\x99\xae\x55\xc4\x26\x45\x2f\x14\x3d\xb0\x1d\x83\x94\x61\x8f\xe4\x6b\x8f\x91\xf0\xd5\xb4\x6a\xa6\xf8\x98\xe2\x93\x6b\xaa\x73\xcb\x69\xee\xec\xed\x6d\xbf\xcf\xc0\x6b\xdf\x72\x1a\x4d\xaf\x2e\x84\xb9\x73\xf9\x9a\xef\xb6\x9e\x1c\x58\xcd\xe5\xed\xf6\xd6\xce\x13\x60\x08\x12\x1b\xca\x40\x79\x5e\xaa\x38\x67\xb7\xea\xd3\x98\x6b\x4e\x78\xc9\x04\x2e\xaf\x19\xc6\xc3\x28\x97\xbb\x78\x11\xe5\x8f\x94\x4e\xad\xa3\x69\x4a\xb5\x6d\xf3\xb8\x28\x29\x79\xae\x75\xda\xf7\x28\xb0\x6f\xef\x3c\x65\xdc\xb0\x7d\xb8\xbb\xbb\xb5\x6f\x99\xea\x98\x5c\xd5\x32\xa5\x6e\x86\x58\x6f\x0d\xea\x9e\xf7\xa2\x59\x14\x99\x6b\xcb\x22\x8d\xdb\x42\x16\x95\xb0\xa9\x1c\xb0\xb3\x4c\x7e\xba\x40\x4c\xd5\x1b\x43\x82\x89\xc6\xb7\x95\xf1\x22\x8e\x37\x10\xf3\x3a\xcb\x2a\x58\x8f\x2f\xc8\x16\xfb\x67\xf9\x6f\xe4\x51\x78\xb9\xc1\x75\x8c\x08\x2e\x55\x1a\xc3\x06\x97\xe6\x99\x70\x3a\x81\x39\x67\x5c\x32\x1a\x74\x62\x95\x2c\x8d\xe3\x4d\x35\xbc\x84\x04\x0d\x7a\x27\x38\x36\x5a\x40\xc3\x28\xb6\xdb\x3d\x18\x33\x8a\x4a\x40\x89\x72\x2c\x7c\xe7\x1d\xdd\x7a\xd0\x9d\x89\x61\x5f\x3c\x73\x9c\x81\x78\xd9\x3f\x73\x05\x8b\x83\xcc\x59\x78\xf5\x96\xf3\xce\x3b\x96\xe7\xa0\xc4\x1d\x52\x5c\x05\x81\x77\xde\xfd\xb0\xd5\x74\x5e\xb8\xf8\xef\xff\xff\xda\x26\x59\xf9\x22\x4f\xc9\x40\x23\xc2\x91\x33\xc9\x59\x37\x0c\x10\x1f\x10\x2a\xdb\x3d\x14\xb3\x5d\xa7\x7b\x8c\xc8\xd9\xac\xbf\x04\x54\x14\x4f\xad\x46\xbf\xff\xac\xed\x70\x83\xa1\xa4\x05\x3f\xb8\x91\x8a\xcc\xd5\xbc\x5e\xce\x2b\x8f\x89\x12\xa4\xc6\x30\xd2\x82\x74\xa9\xfe\x57\x14\xcb\xd2\xd7\xb7\x22\x58\x40\x31\x49\x5e\xf8\xdb\x54\x06\x21\x61\x2c\xc2\x1e\xa6\x86\xe1\x1b\x40\x71\x80\x14\x8f\x7a\x02\xfd\x8f\x5e\xfa\xf5\x33\x54\x5b\x3d\xf8\xba\xae\xe0\x8d\x25\x7c\x54\x79\xe1\x1c\xd3\xab\x0a\x3d\x30\xe8\x16\x52\x3f\xb7\xea\x8d\x61\xfb\x39\x15\x67\x4d\x14\xe6\x74\x85\xa4\x83\xbc\x40\x8c\x6d\x1f\x6c\x81\xb8\xe7\x50\xc4\x20\x1b\xfa\xc6\x41\x08\x5c\xbc\x9b\x02\x43\xa6\xc9\x38\xca\x66\x42\x56\x80\x96\x62\x76\xf9\x4c\x4e\x80\x51\x74\xc2\x00\xcd\x13\x42\x28\xae\xef\x00\x17\x75\x7c\xee\x08\xb9\xdd\x35\x98\x25\x35\x88\x64\xf7\x36\x93\xb1\x00\x99\x16\x1b\x44\x81\x27\x80\x73\xd3\x45\xa2\x01\xe9\x2a\xaf\x31\x79\x97\xf9\x2f\x11\xe5\x2d\xce\x10\x77\x91\x73\x27\x9c\x29\xb1\xd5\xeb\x48\xde\x80\xec\x6d\x3e\x45\x84\xaa\x5a\xd4\xa7\x68\xbb\x54\x47\x9e\xf4\xa0\xe9\xe7\x6d\xe7\x45\x89\x42\x97\xb8\xa1\xaa\x6d\x6c\x74\x52\x04\x3c\xaa\xd2\x5a\x2f\x7d\xe2\xa6\x3c\x9c\xb2\x56\x88\x9a\x3e\x8a\x57\x55\x36\x20\xd3\x74\x71\xc9\xa5\x35\xf4\x1f\xe5\x8a\x6d\xbd\xa6\x9b\x13\xb5\xed\xfd\xbd\x82\xe6\x43\x5a\x5d\x2e\xf2\x4d\x63\xfb\xdf\x24\x04\x53\x93\x8d\x82\x79\x0e\xa4\x2f\xb8\x93\xa0\xcd\xeb\x2d\x2d\x19\xda\x8d\xfa\x60\x08\xc7\x02\x0d\x4a\xfb\xb0\x1c\x54\x14\xd3\x34\xbd\xa2\x90\x76\x8a\x5f\x91\x07\xea\x6a\xad\x21\x64\xdd\xd3\xe5\xe1\x88\x1d\x47\x04\x56\xf3\x68\x26\x29\x8f\x42\x01\xf0\x69\xc0\x1d\x65\x35\x1d\x32\x2a\xd7\x1f\xb6\xbb\x0e\x40\x89\xe9\x92\xd4\x59\xf9\x51\xc2\x9e\x2f\x4b\x88\x80\x76\xe7\x3d\x6b\x0f\xfc\x61\xc7\xf3\x31\x8f\xda\x91\x2b\x16\x57\x55\xec\x34\x52\x8c\x3f\xa9\xcf\x91\xcd\x34\x9b\x58\x55\x06\x40\x72\x5c\xc4\xde\xed\xf4\x50\xfd\x8a\xf4\x8a\xa2\x4f\x33\xdf\x2c\x91\x3d\x5e\x8c\xc7\x9c\x9b\x39\x8f\x50\x51\x8a\x4a\x29\x91\xb1\x8d\xf4\x22\xe7\xa6\xfd\x15\x71\x2e\x36\xfd\xc7\x30\x4d\x1e\x01\x2e\x24\x60\xe2\x86\xaa\x55\x7e\x09\xd8\xe8\xf4\x9a\xfe\xf1\x59\xab\x45\xd8\xcb\xe9\x69\x01\xd1\xbe\xc9\xb1\x57\xed\x0e\x6c\x94\xbd\x47\xb7\x3f\xbd\xb3\xe3\xef\x39\x0d\x0d\xe7\x8b\x56\x28\xc3\x79\xb6\x49\x5d\x06\x10\x7a\x9b\xb1\xb1\xa9\x59\x3e\xaf\x4e\xe8\x9a\x0c\xed\x70\xef\xe0\x29\xde\x7d\xff\xfb\xe6\xc5\xa7\x9f\xf2\xd3\x27\xfb\xdc\x47\x48\x73\x69\xd3\x8e\x19\x40\x10\x98\x42\xe5\xac\x34\x22\xdd\xc0\x10\x04\x71\xaf\x3b\x1c\x78\xba\x9f\x84\x1c\x4d\xad\xa9\x2a\x9c\x89\x32\x3a\x57\x4a\x50\x02\x75\x6c\x79\x2e\x56\x22\x01\x00\x8e\xa7\xb3\x19\x95\xe0\x21\xf7\x1a\xdd\x56\x43\xec\x3f\xd9\x7a\xbf\x2a\xda\x7a\x21\x53\xb7\x18\xdc\xa0\x56\x84\x20\x23\x5e\x28\x88\x6f\x10\x70\x97\xeb\x99\x94\x57\x42\xbc\xa7\x4e\xa7\x4f\x58\x4d\x1b\xab\x4e\x2b\x04\x3b\x39\x3c\x52\x5f\x20\x8c\x48\x5f\x88\x9f\xd5\x65\x60\xe0\x39\x44\xa4\xa1\xfb\x09\xcb\xf1\x64\xfb\xeb\x04\xd7\xea\x03\x06\xa7\xba\xea\xc0\x4e\x30\xce\xa7\xed\xe8\x28\xce\xd1\x8a\x63\x95\xce\x93\xcc\x5e\x19\xbc\xa6\x65\x8e\xab\xa2\x4f\xa5\x33\xa5\x45\x44\x1c\xc5\x0b\x2b\x19\x8f\x2b\x14\x92\x20\xac\xd2\x44\xa5\x4d\xbc\x30\x6f\x1d\xc0\x50\x22\x46\x60\xa9\x3c\x8e\x72\xbd\x4f\xd8\xb3\xdd\xa2\xe8\xb0\x82\xf9\xf7\xe0\x51\x6d\xdd\x0f\x01\x52\x33\x62\x85\x48\xd9\xbe\x34\x6e\x0f\x43\xa0\x06\x80\x35\xd2\xe6\xde\xee\xce\x4e\x55\x0c\x89\x07\x83\xdd\x3e\xa1\xc8\x8a\x4b\xc9\x56\xbb\x1c\x0c\x06\x89\xfd\x8b\x0d\x32\xef\x0d\xf1\x1d\x7e\xfd\x61\xa9\x36\xf8\xee\x85\xd0\xde\x69\xb5\xdc\x7e\x97\x19\xed\xf2\x26\x56\x19\x8e\xe3\xfe\x3c\x50\xea\x26\xcd\x42\x83\x6d\xca\xb0\x86\x04\x93\xcb\xd7\x39\xe0\xf4\x2c\x26\x37\x0c\xa8\x51\x91\x40\x91\xd7\xd2\x10\x67\x87\x4d\x13\x54\xc9\x4b\x94\x7a\x3a\xec\x76\xfc\x7a\x67\x48\x39\x9b\x52\xe0\x52\x70\xd6\xab\x11\x22\xc4\x3a\x66\x93\x33\x04\x12\x0d\x8d\xe0\xa2\x1b\xcc\x17\x3d\xe5\x91\x77\x8e\x0b\xcc\x60\xab\xde\x44\xe8\xe4\xec\xab\x9f\x14\x48\xc9\xbc\x37\xf0\xeb\xa4\x01\x57\xc7\x76\x11\x8a\x4b\x21\x71\x8d\xe2\xfe\x16\x30\x0f\x28\x3d\xaf\x53\x7a\xd9\xdf\x2a\x08\xe9\xbd\x68\xc0\x55\xda\x0b\x08\x24\xa8\x87\x19\x33\x50\xaf\xc7\xe8\x02\xb3\x78\xc2\x21\xf2\x74\x4e\xdd\xa3\xa3\x7c\x34\xb7\xe9\xe5\xd1\xe1\xfe\xee\xd3\xf7\xed\x42\xc2\x47\xb3\x60\x14\x64\xf0\x81\xf0\xf2\x68\xcb\x9e\xa7\x69\xcc\x50\xf8\x08\x61\xca\x8e\xc2\x58\xfa\x26\x82\x1f\xe9\xd4\x5f\xac\x7c\x28\x2e\x56\x88\x74\x7b\x7b\x67\x7b\xfb\xa2\x70\x5b\x82\x1b\x8a\x5a\x7e\xf7\xcb\x94\x4a\x1a\x23\xd2\x42\xbc\xf7\xc9\x13\xd9\xed\x79\xbb\xb9\x2e\xd0\x41\x96\x5e\x47\x04\x8b\x18\x73\x4c\xe0\xc0\xc4\xb7\xd2\xdb\xc2\x90\x43\x76\x4d\x6e\x5d\x20\xcb\x17\xa3\x6e\x25\x1d\x01\xd1\xb2\x08\x89\x7a\x67\xab\xba\x0a\x88\xb8\x3a\xa9\x8a\x0b\x06\xa2\xe6\xad\xba\xf8\x3f\x93\x1e\x21\xfa\x43\x60\xc1\x0a\x7e\x2b\x61\x46\x29\xb2\xc6\x0f\x45\xa8\x92\x62\xc3\x48\xca\x88\xb7\xc5\xce\x08\xd6\x1f\x16\xeb\x7d\x58\xec\xd1\xcf\x29\x30\x5e\x2c\xc5\xe4\x9b\x93\x36\x03\xa9\x0b\x4e\xb0\xa6\x67\x58\x1e\x21\x7d\x47\x52\x83\x48\x83\x51\x0d\x34\x8d\x7c\x3a\x57\xf0\x35\x42\xa1\x5e\x86\xce\x68\x14\xb7\x0a\x79\xc1\x56\x19\xd3\x18\x33\x2e\x87\x4b\x1d\x7e\x34\x41\x20\xed\x33\xd7\x79\x1b\x81\x28\x14\xf0\x7a\xfd\xb5\xb9\x8c\x31\x8c\x83\x12\xf0\xd4\x54\x0a\xf0\xb1\xda\x3a\xbc\x86\xe4\xb8\x74\x9d\x35\x22\x07\xc8\x35\x5b\xd6\x49\xc3\x2f\xbc\x86\x81\x05\x9d\x0b\xf0\x8b\x15\x95\x38\x1a\x4b\xa6\x73\xcf\x74\xcf\xf1\x3c\x7d\x04\xd6\x72\xd6\xe7\x5b\xaf\xe6\xd1\x88\x3a\x8f\x00\xcf\xcf\x51\x54\xb8\xfe\xd9\xa0\xd3\xaf\x37\xcb\xb5\x72\x2d\xb8\xc6\xdf\x4c\xf1\xb9\x24\x0a\x55\x25\xcd\xa1\x03\x45\x4b\x94\x75\x29\x1e\x6c\x84\x8b\x54\x4d\x17\xe9\x06\x06\xc1\xf6\x83\xa2\xcd\xad\xa7\x0a\x85\x0a\x70\x84\x9d\x91\x26\x34\x7e\x04\x7c\x1c\x25\xd5\x49\xa6\x07\x30\x86\xd4\x97\x35\xeb\xc4\x35\x5b\xf1\x50\xef\x34\xb8\xba\x30\xc3\x96\xd9\xaf\x18\x52\x8a\x73\x41\x9e\xc3\x73\x91\xa8\xf3\xf3\x52\x7b\x74\xf5\x54\x71\x26\x95\xac\x31\x24\xfd\x66\x71\x00\x03\xe0\x7c\x41\x0a\xb9\x30\xaa\x5a\xe9\x67\x50\x74\x12\x4a\x44\xee\x4c\xd4\xe2\x59\xbd\xbe\x58\xab\xfc\x4a\x2f\xa8\x67\x84\x12\x1f\xc4\x66\x69\xa9\xd1\x4f\xd5\xba\x32\xae\x10\xcd\x00\xe3\x6a\x9f\xcc\xe5\xe4\x37\xf4\xe5\x3c\x99\x58\xa8\x0d\xfb\x2f\x9c\x26\xd7\xcc\x54\xa1\xdc\x3b\x68\xfd\xc4\x89\x21\x21\x45\x80\xf5\xbd\xee\xee\x74\x8f\xf9\x90\xc9\x9c\x2b\x3d\x31\xd3\x92\x25\xc4\xd4\x6d\x4c\x3e\x4f\x9d\xc7\x69\x70\x47\x48\x80\x94\x34\x9b\x52\xac\xc7\xa0\xd6\x7a\x45\xd6\x46\xc2\xf6\xe6\x72\x84\x0c\x2e\x75\xe7\xc6\x24\x29\x12\x1c\xd5\xd9\xb7\xd4\x72\x9c\x53\xdf\x46\xf0\xc9\xdb\x3a\x55\xe4\x5f\x84\xd7\xdd\x82\x08\xf2\x86\xc1\x51\x18\xce\xbd\x7a\xad\x36\x3a\x62\x6e\xd8\xe2\x2c\x89\x5e\x37\x03\x02\x79\xee\xe2\xf2\xd6\x5c\xb5\x1a\x07\x3b\x3b\xc5\xef\xc7\xfa\x62\x6f\xcb\x2e\x48\x2f\x2f\xf4\xab\xdd\xdd\xdd\xf7\x97\x17\xbd\x20\x49\x6d\xf1\x2c\x42\xfd\x40\x6d\x54\x2f\x47\x26\x37\x3f\x5d\x20\xb7\x68\x79\x3d\xca\x52\x4e\x4d\x7c\x4b\xb3\x4c\xda\x9a\x15\x47\x8f\x05\x24\x0f\x2e\xa9\x1c\x28\x89\x41\x49\x59\xd8\xfb\x24\x8d\x03\x14\x66\x69\x36\xa9\xcd\xaf\x26\x35\x92\x5e\xed\x5d\x5c\x55\x10\x18\x55\x1e\x90\x95\xb4\xfa\x6e\xb7\xae\xb3\x0c\x6a\x76\x7d\x16\xbf\x6a\x71\x15\xd9\x86\xc6\xa7\xba\xbb\x61\xd2\x0d\x3d\x4a\xe8\x97\x40\xb1\x39\x3c\x35\xed\x9a\x3b\x09\xa8\x98\x5b\x60\x30\x60\xdb\x80\xdb\xc9\x72\x1e\x70\xaf\x74\x86\x91\x11\x9d\x2a\x51\xd3\xb5\xb0\xcd\x62\x9a\xcd\x46\xb2\x61\x99\xb6\x89\x79\xfa\xbf\x59\x51\xdc\x2d\x26\x38\xc6\x15\x8c\x0f\xb3\x60\xc4\xec\x36\xe5\xe5\x62\x42\x17\x6d\xc8\x9e\x7e\x5f\x04\x19\xf3\xef\x64\x59\x9a\xd1\x45\x23\x8b\xa8\xdb\x10\xdf\x61\x5f\x53\xb0\x3a\x28\x32\x09\x7f\xf0\xad\x55\x60\x90\x42\x36\xcc\xba\xae\xc3\x49\x0d\x55\xf3\xfc\xbc\x98\xb6\x9c\xc0\xc2\xb8\x3b\x9a\x1e\xae\x86\x7e\xa0\x81\xa5\x8e\x3b\x8a\xfa\x20\x29\xcc\x02\xd6\x8d\xa1\x22\x4b\x73\x5c\x6f\xaa\x1b\xb2\x40\x76\xc1\x94\x02\x03\x95\x23\x26\xf9\x3f\x7e\x3b\xa3\x74\xfa\x27\xbe\xdb\x1f\x6a\x78\x6c\x42\x15\x39\x32\x1f\x4b\xae\xbc\x99\x8a\x1a\x68\x91\x76\xb3\x46\x83\x65\xba\xa5\x9d\x99\xfa\xe9\x5e\x21\x67\x96\xf4\x32\x90\xa8\x69\x34\xce\x1f\xa2\xb3\x73\x60\xbe\xb6\xd8\x16\xdf\xf9\x0e\xee\x6c\x6a\x22\x96\x42\x8c\xef\x9d\xb6\x5b\x7c\xe8\x73\xc0\x59\x6a\x42\x71\x90\xb9\x0e\x01\x89\x6f\xdf\xe6\xab\x59\x6f\x77\x5e\xbe\xc5\x99\xf3\x7a\x1e\x65\x1c\x3b\x50\x42\x61\x3b\x44\x80\xf6\xb2\x19\xca\x58\x52\xd7\x64\x4c\xcd\x94\x19\xb6\x4d\x23\xd6\xc5\xf5\x54\x1f\xaa\x17\x9d\xad\x92\x9a\x93\xfb\x74\x9c\x94\xb5\xe6\x4a\x03\x3d\x35\xee\xe4\xe3\x56\xfe\xa0\xc5\xc8\x63\x86\xb4\x8b\xf8\x7b\x0f\x58\x70\x1d\x80\x95\x1e\x0a\x5c\x1f\x19\xb7\xeb\x95\x0f\x24\x86\xfa\x00\x29\x5b\xd2\xe6\x52\xaf\x84\x71\x41\x24\xc6\x72\x0f\x51\x2d\xc3\x0f\xe3\x16\x40\x6f\x64\xf2\x0b\x44\x47\xed\xfb\x8b\x70\x7e\xc7\xee\x69\x48\xf9\xf4\x17\xf7\xdc\xf3\x28\x41\x6a\x7d\x7e\xbb\x94\x92\x8e\x24\x77\xa4\x44\x0f\xcb\x52\x7a\xa8\xce\x5f\xdf\x40\x33\x0a\x26\x09\x96\x8b\x46\x85\xe8\x4c\x29\xca\xb5\xe4\x46\xa9\x29\xf0\xf0\xc8\x3b\x6d\x82\x65\x2d\xfd\x6d\xeb\x2c\xe8\x57\x12\x3e\x5d\x35\xec\xd3\x55\x7e\x36\x51\xef\xd5\xc6\x76\xb9\xba\xdb\xb0\x37\x76\xd6\xee\xcf\x49\x2b\x0e\x75\x7b\xbc\x92\xe0\x96\x81\xf7\xae\xf0\x56\x0d\xf4\x95\x00\xd7\x1b\xe9\x62\xad\xa7\x6d\x35\xdd\x36\x1f\xd9\x52\x7c\x0d\xe8\x5c\x15\x16\xf2\x1a\x69\x45\x6f\xef\x90\x5b\xe2\x87\xf4\xe7\xc3\xe5\xf1\x3d\x77\xe0\x7e\xdd\x7c\x99\x75\xb4\xc8\xc7\x07\x16\xd9\x0d\x67\x14\x24\xb1\xf2\xb7\x0c\xd9\x22\x49\x28\xd2\xd0\x63\x6e\x7c\x71\xee\x8f\x52\x3a\xe9\x43\xda\xae\x96\xfa\x46\xc6\x17\xdd\x45\x52\x1e\xcd\xc6\xcb\x87\x33\xdc\xff\x46\xf0\xa6\xef\xca\xea\x43\x9f\x3b\x20\x2b\x68\x46\x47\x41\x21\xa7\x96\x88\xa2\xb3\xd2\x3b\xa9\xea\xf3\x7d\xdf\x3c\x3c\xb7\xe8\x7b\x85\xe6\x19\x03\xb0\x0f\xb5\xab\x6d\x6f\xcd\x2c\x56\xd5\xf2\x63\xaf\xa9\x44\x39\x3c\xd5\x47\x8f\x86\x0c\x7d\xde\xe1\xeb\xe7\x3e\x3f\xbf\x8f\xd2\xce\x93\xa9\xb5\x6a\xc8\xed\x6f\x11\x1e\xab\x67\x93\x85\x06\x86\xe4\xdc\x9c\x08\x61\x32\x8f\x50\x25\x88\xb1\x1a\x5d\x3d\x2a\x52\x5f\xa5\xb2\x48\x32\x02\x55\x2c\xb5\x4a\x25\x0f\x26\x8a\xd2\x27\x65\x76\xce\xff\x69\xb2\xcc\xf0\x51\x5e\x51\xa3\x19\xa3\xd9\x30\x1d\x29\x7e\x40\xc4\x6a\xdb\xd5\xa7\xd5\x3d\xab\xee\x9e\x18\x4b\x69\xf0\xe1\x69\xe9\x33\x36\x3e\x11\x23\xa3\x2f\xc4\xc3\xbc\xf8\xcc\x1d\xbd\x83\x80\xee\x48\x97\x95\x72\x3f\xab\xd6\x2b\x2c\x7c\xbe\xea\x30\x29\x31\x8d\x26\xd3\x18\xff\x38\xa4\xc3\xe3\xe9\x98\x09\xdc\x66\x28\x2c\xaf\xa9\x57\xc3\x5f\x4a\xa8\x25\xbe\x6e\xb6\x5b\x2d\xff\xb4\x7d\x72\xda\xc1\xbf\xe1\x5a\xdb\xb8\x8c\x18\x29\xe5\xa8\x25\x98\x25\xca\xe5\x74\x41\xe1\x80\x3a\x57\xdc\x98\xe6\x50\x7c\xd2\x1e\x6a\xd2\xe5\xc4\xf3\x16\x55\xb2\xde\x60\x94\x53\x85\xc1\x24\xe3\xf2\xe1\xd8\xc3\x34\xf9\x33\xc4\x7a\x63\xc8\x1e\x29\xf6\xee\x21\xae\x41\x2e\x7d\x04\x94\x3c\x40\xab\x40\xb9\xba\x9b\xf9\x80\xa5\x4c\x46\x25\x3b\x09\x26\xe4\xb7\x8a\x3a\x35\xb8\x41\xa6\xff\x36\x66\x32\x19\x19\x23\x41\xad\xb7\xb2\x93\xfe\xb2\x2b\x78\x4f\xab\x99\xb4\x5c\x35\xcf\xcf\xad\x6e\x1b\x55\x11\xa7\xce\x7d\x4a\xef\x6d\xd7\xed\xbb\xfa\xdb\x1b\xab\xd1\xe9\xf7\x1c\x73\x4d\xdf\x30\x9a\x4b\x14\x4d\x73\xfe\x5a\x71\x5d\x44\x51\x2e\x67\x4a\xb7\x2e\xf5\x21\xbe\x62\x55\x06\xba\xcf\x4c\x72\xd2\x5f\xc2\x7a\x8e\xdf\x1e\x3a\x5d\xaf\xf8\xfa\x2a\xda\x3e\xa0\x14\x5a\xef\xd1\xe6\x81\x78\x2a\x67\x9e\xfd\xd9\xb4\xd2\xe8\xd1\xdf\xd3\x67\xf4\x77\xf8\xc2\x0e\x65\xa5\xe9\xd8\xe3\xac\xd2\x72\xed\x24\xae\xf4\x3a\x76\x7c\x5d\xe9\x3c\xb7\xb3\x45\xc5\x3d\xb3\x3f\x09\x2a\xdf\x1b\xd8\x52\x55\x1c\xcf\x9e\xe7\x95\x63\xd7\x9e\xc7\x95\x41\xc7\xbe\x9c\x54\x8e\x4f\x6c\x88\xa9\x3d\xb4\xc7\x51\xa5\xd5\xb6\xf3\xac\x32\x74\xed\x91\xaa\x34\x3e\xe6\xe3\x42\x5a\xd3\x81\xed\x45\x6a\x6a\xff\xe2\xef\x7f\xf0\xf3\x7f\xf9\xc3\x9f\xff\xec\xef\xbe\xfe\xe3\xdf\xb6\x7f\xf1\xf9\x0f\x7f\xf9\x37\x7f\xa4\x6f\x7e\xf5\xc5\xef\xfc\xf2\xaf\xff\xf4\xeb\x9f\xfd\xc3\xaf\xbe\xf8\xdd\xbb\x2f\xfe\xe3\x0f\x7e\xf2\xf5\xe7\xff\x4a\x2f\x9a\x72\x91\xab\xd1\xd4\x6e\x65\x41\xf2\xe5\x8f\x82\x48\xd9\x3d\x19\xca\x0c\xe8\x3d\x54\x76\x27\xc8\x61\x2f\xff\xfe\x97\x0b\xfb\xcd\x5f\x7c\xf5\x5b\x5f\xfd\xf0\xab\x1f\xbe\xf9\xa7\x37\x3f\x7b\xf3\xb9\xfd\xf5\x9f\xfc\xd5\xd7\x7f\xf6\xb7\xff\xf9\xe3\x3f\xb7\x1d\x35\x0f\xbe\xfc\x69\x1a\xdb\xf4\xa9\xcb\x62\xb2\xf8\xf2\xc7\x8a\x3e\x4d\x3a\xce\x02\x15\xd1\xc3\x58\x5d\x45\xf6\x9b\x9f\x7e\xf5\x7b\x6f\xfe\xf9\xcd\x3f\xbe\xf9\xc9\x57\x3f\xd0\x34\xec\x76\x1e\xc4\x11\x95\x24\xde\x02\x20\x31\x0e\x60\xf7\x89\x3d\xfc\xf2\x8b\xec\xea\xcb\x1f\x49\xfb\xdf\x7e\x1f\xab\xe6\x51\x12\x58\x1a\xbb\x87\x6c\x8d\x14\x43\xc9\x04\x50\xc6\x5f\x21\x1f\xb2\x12\x28\xd3\x48\xaa\x35\xce\x2d\xd6\x02\x6b\xc3\x62\x55\xe0\xf2\xb3\xa9\xc5\xfa\xe0\x4b\x68\xc4\xe2\xbf\xcb\x3b\xd6\x0f\x7f\x18\x6c\xb1\x92\xc8\xf9\x33\x8b\x35\x85\xcb\x24\xb6\x58\x5d\xf4\xc9\xd8\xb5\xc5\x3a\xa3\xb3\xd9\x85\xc5\x8a\xc3\xe5\x27\x81\xc5\xda\xa3\x35\x95\xc5\x2a\xc4\x25\xff\x5a\xac\x4a\xba\x8b\x2d\xd6\x27\x2e\x2f\x27\x16\x2b\x95\x4a\xdb\xdc\x62\xcd\xd2\x82\x91\xc5\xea\xe5\x28\x67\xb1\x8e\xa9\xda\x60\x5d\x33\x26\x34\x5f\xdd\x01\x6d\xcc\xe7\xfc\x85\x49\x5a\x8a\x70\xa3\x38\xe0\x0e\x21\xbb\x65\x15\x78\x3b\x3e\x8a\x92\xc8\x7a\xb5\x1c\x51\x35\xd3\xe8\x28\x36\xa5\xfc\x8b\x94\x71\xda\x7f\xe1\xb7\x50\x6d\xa1\xf6\x38\x76\xf5\x31\x7d\x29\xec\x79\x88\x17\xd4\x14\x37\xdd\xa2\xbb\xf5\x1e\x7f\x52\x42\x31\x61\x92\xf2\x59\x1c\x97\x7f\x29\x22\xd8\x1a\x5d\xc2\x09\xfa\x04\x8b\x43\xf7\x7f\x05\x00\x00\xff\xff\x0e\x60\xad\xb2\x89\x2e\x00\x00") func confAppIniBytes() ([]byte, error) { return bindataRead( @@ -301,7 +301,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 11835, mode: os.FileMode(420), modTime: time.Unix(1469428283, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 11913, mode: os.FileMode(420), modTime: time.Unix(1470588606, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4301,7 +4301,7 @@ func confLocaleLocale_bgBgIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 79008, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 79008, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4321,7 +4321,7 @@ func confLocaleLocale_csCzIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_cs-CZ.ini", size: 54788, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_cs-CZ.ini", size: 54788, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4341,7 +4341,7 @@ func confLocaleLocale_deDeIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 55156, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 55156, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4361,7 +4361,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 51599, mode: os.FileMode(420), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 51599, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4381,7 +4381,7 @@ func confLocaleLocale_esEsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 56082, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 56082, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4401,7 +4401,7 @@ func confLocaleLocale_fiFiIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fi-FI.ini", size: 53005, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fi-FI.ini", size: 53005, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4421,7 +4421,7 @@ func confLocaleLocale_frFrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 55703, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 55703, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4441,7 +4441,7 @@ func confLocaleLocale_itItIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 53702, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 53702, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4461,7 +4461,7 @@ func confLocaleLocale_jaJpIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 60855, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 60855, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4481,7 +4481,7 @@ func confLocaleLocale_lvLvIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 56012, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 56012, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4501,7 +4501,7 @@ func confLocaleLocale_nlNlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 52430, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 52430, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4521,7 +4521,7 @@ func confLocaleLocale_plPlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 53808, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 53808, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4541,7 +4541,7 @@ func confLocaleLocale_ptBrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 54262, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 54262, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4561,7 +4561,7 @@ func confLocaleLocale_ruRuIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 78923, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 78923, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4581,7 +4581,7 @@ func confLocaleLocale_trTrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_tr-TR.ini", size: 54254, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_tr-TR.ini", size: 54254, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4601,7 +4601,7 @@ func confLocaleLocale_zhCnIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 49211, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 49211, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4621,7 +4621,7 @@ func confLocaleLocale_zhHkIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 49210, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 49210, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4641,7 +4641,7 @@ func confLocaleLocale_zhTwIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-TW.ini", size: 49076, mode: os.FileMode(438), modTime: time.Unix(1470252236, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-TW.ini", size: 49076, mode: os.FileMode(420), modTime: time.Unix(1470456474, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/modules/setting/setting.go b/modules/setting/setting.go index 6581efe4f0..f59aa0884d 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -334,6 +334,7 @@ func NewContext() { log.Fatal(4, "Invalid ROOT_URL '%s': %s", AppUrl, err) } // Suburl should start with '/' and end without '/', such as '/{subpath}'. + // This value is empty if site does not have sub-url. AppSubUrl = strings.TrimSuffix(url.Path, "/") AppSubUrlDepth = strings.Count(AppSubUrl, "/") diff --git a/scripts/README b/scripts/README new file mode 100644 index 0000000000..fddd5ac901 --- /dev/null +++ b/scripts/README @@ -0,0 +1 @@ +All files in subdirectories are templates, do modifications based on your environment first. \ No newline at end of file diff --git a/templates/.VERSION b/templates/.VERSION index 8b8b4b5d1d..cee03732e8 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.64.0805 \ No newline at end of file +0.9.65.0806 \ No newline at end of file