diff --git a/.bra.toml b/.bra.toml index 0d02f24e4e..dd6a1e1c43 100644 --- a/.bra.toml +++ b/.bra.toml @@ -13,7 +13,7 @@ watch_dirs = [ watch_exts = [".go"] build_delay = 1500 cmds = [ - ["go", "install", "-v", "-race"], # sqlite redis memcache cert pam tidb + ["go", "install", "-v", "-race"], # sqlite cert pam tidb ["go", "build", "-race"], ["./gogs", "web"] ] \ No newline at end of file diff --git a/README.md b/README.md index 2468824bb0..45989ec922 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 version: 0.8.32 +##### Current version: 0.8.33 | Web | UI | Preview | |:-------------:|:-------:|:-------:| diff --git a/gogs.go b/gogs.go index 213044405f..48085aef69 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.32.0207" +const APP_VER = "0.8.33.0210" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/models/webhook.go b/models/webhook.go index 27ac75fe07..bdfb62d899 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -398,6 +398,7 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err return nil } + var payloader api.Payloader for _, w := range ws { switch event { case HOOK_EVENT_CREATE: @@ -410,14 +411,16 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err } } + // Use separate objects so modifcations won't be made on payload on non-Gogs type hooks. switch w.HookTaskType { case SLACK: - p, err = GetSlackPayload(p, event, w.Meta) + payloader, err = GetSlackPayload(p, event, w.Meta) if err != nil { return fmt.Errorf("GetSlackPayload: %v", err) } default: p.SetSecret(w.Secret) + payloader = p } if err = CreateHookTask(&HookTask{ @@ -425,7 +428,7 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err HookID: w.ID, Type: w.HookTaskType, URL: w.URL, - Payloader: p, + Payloader: payloader, ContentType: w.ContentType, EventType: HOOK_EVENT_PUSH, IsSSL: w.IsSSL, diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 23c031b3ee..7fc6157c8c 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -282,7 +282,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7a\x4b\x8f\x23\x47\x72\xff\xbd\x3e\x45\xaa\xf5\xd7\x5f\x33\x06\xc9\x7e\x69\x1e\x6a\xa9\x6d\xb1\xc9\x62\x37\x77\xf8\x52\x15\x39\xa3\xd1\xa0\x51\x53\xcd\x4a\x92\xa9\x2e\x56\x71\x2a\xab\x7a\xba\x05\x1f\x56\xf0\xc1\x80\xaf\x36\xec\x8b\x61\xd8\x07\xc3\xc0\xfa\x01\x2f\x7c\xd9\xb5\xe1\x93\xe0\xfb\xe8\x3b\x2c\xb4\xf6\xb7\xf0\x2f\x22\xb3\xc8\x62\x4f\xab\xe1\x05\x6c\x3d\x9a\xc5\xac\xcc\xc8\xcc\xc8\x88\x5f\xfc\x22\x92\x1f\x8a\x81\xfb\xdc\xf5\x04\xff\xe9\x0f\xdb\xdd\xce\x4b\x31\x3e\xeb\xfa\xa2\xd3\xed\xb9\xce\x87\x62\xd4\x73\x9b\xbe\x2b\xfa\xcd\x67\xae\x68\x9d\x35\x07\xa7\xae\x2f\x86\x03\xd1\x1a\x7a\x9e\xeb\x8f\x86\x83\x76\x77\x70\x2a\x5a\x13\x7f\x3c\xec\xa3\x71\xd0\xe9\x9e\x9a\x91\xce\x67\xa2\xb9\x5a\x89\x24\x5c\x4a\x91\x2f\xc2\x5c\xe8\x45\xfa\x56\x8b\x34\x11\xf2\x4a\x66\x37\x62\x15\xce\xf1\x42\xe5\xb1\x74\x9a\xa3\x51\x30\x68\xf6\x5d\x71\x2c\x4e\xd3\xb9\x3e\xc2\x5f\x71\xaa\x72\xe1\xcb\xec\x4a\x4d\x25\x24\xb5\x16\x61\x82\xee\x68\x53\x33\x71\x93\x16\x22\x2b\x12\x11\xa7\xd3\x30\x8e\x6f\x1c\x6f\x32\x08\x26\x3e\x56\x7f\x2c\xe6\x2a\x47\x6f\x57\xe5\x0b\x99\x89\x9d\x48\x5e\xed\xd4\xc4\xce\x2a\x4b\xa3\x1d\x91\xa2\x21\x97\x3a\x47\x4b\x24\x67\x61\x11\x43\x96\x36\x7d\x58\x02\xb6\x4e\x0b\xc0\x77\xc7\x79\x95\xc9\x55\xaa\x55\x9e\x66\x37\xe7\x8e\x37\x1c\x8e\xc5\xb1\xe3\xb7\xbc\xee\x68\x1c\x8c\x5f\x8e\xa8\xdb\x45\xa8\x17\x98\xa9\x6d\x25\x35\x07\x7e\x57\x4c\x17\x61\xa6\x65\xee\xd0\x97\x00\xaa\xf2\x7c\x17\x03\x05\xba\x75\xd2\x6c\x2a\xed\xbe\x13\xf9\x56\x6c\xc4\x8b\x3c\x15\x17\x52\xac\x32\x75\x15\xe6\xd2\xe9\x0c\xbd\x96\x1b\x8c\xbc\xee\xf3\xe6\x98\xa6\x99\x85\xb1\xa6\xfd\x9f\xc6\xe9\x45\x18\x8b\x65\x78\xad\x96\xc5\x52\x4c\x33\x19\xe6\x0a\xaa\x8c\xd5\x12\x3a\x49\x67\x55\x89\x2b\x6c\xbd\xd0\x32\xab\x89\xfa\xbe\x58\xca\x30\xd1\x22\x49\x4d\x4f\xa7\xdf\xfc\x2a\x68\x79\x6e\x73\xdc\x1d\x0e\x82\x5e\xb7\xdf\xa5\x05\xd6\xf7\x31\xc3\x28\xcc\xa7\x0b\x41\x0a\x12\x6f\x0a\x59\x48\x11\xcb\x64\x9e\x2f\x6a\x98\xf3\x92\x15\x1f\x6a\x11\x87\x19\x0e\x01\x0f\x98\x4b\xab\x0b\x9c\xdc\x68\xd2\xeb\x05\x9e\xfb\xe5\xc4\xf5\xc7\x01\xfe\x4e\xdc\xa0\xe7\x0e\x4e\xc7\x67\x10\xbb\xbf\x87\x7f\xa0\xcb\x42\x9d\x43\xfe\xa0\x58\x5e\x60\x61\xd5\xa5\x2a\xa9\x8d\x65\x84\x99\x64\xeb\x90\x91\x50\x09\x2c\x04\xaa\xba\x5e\xc5\x29\x5a\xc9\x48\x1c\xf7\xab\x51\x6f\xe8\x41\x2d\xcd\x53\xd8\x5a\x30\x98\xf4\x21\xfd\x60\x6f\x4b\xa8\xd2\xba\xf8\x69\x71\x2c\xa6\xeb\xfb\x93\x5b\x42\xf6\xb7\x85\xac\xd5\x9b\x2e\xa1\x2c\x7d\x4b\x48\x38\xcd\xd5\x95\xca\x6f\xc4\x4c\xca\xc8\xe9\xb8\x6e\x3b\x60\x75\x0e\xfb\x50\xa3\x15\xf8\x88\xf7\xdb\x08\xa3\xa5\x4a\xb6\x77\x4d\x27\x72\xff\xfa\xc8\x84\xb7\x97\xf7\x68\xef\x7d\xc5\xdd\x2b\xc2\x73\x47\xc3\x7b\x45\x24\x69\x0e\x87\xba\x5f\xc8\x60\x38\xee\xb6\x6e\x6b\xfb\xd1\x96\x98\x34\x9b\x87\x89\xfa\xd6\xd8\xe0\x7d\xb2\x86\xde\xe9\x7b\xeb\x71\x5e\x2d\xc3\xec\x32\x4a\xdf\xb2\x86\xdc\x24\x84\x21\x09\xb8\x4e\x04\x1b\xc5\xb8\x0b\xd8\xf6\x25\x0c\x20\x97\x89\x86\x78\xc7\x1d\x34\x4f\x7a\x6e\x00\x77\x6a\xc3\x62\x07\x6e\x70\x02\xfb\x7d\x56\xf1\x8d\x9e\xd2\xec\x02\xd3\x42\xe7\xe9\x52\x4c\xbc\x5e\xdd\x9f\x2e\xe4\xb2\xba\x4d\xe0\x04\xaf\x8d\x8c\x58\x25\x97\x5a\xbc\x5d\xc8\x04\x0a\x4d\x22\x99\xa9\x64\x2e\xfa\x76\x45\x10\x37\x03\x50\xc8\xeb\x70\xb9\xc2\xaa\x00\x27\xb5\x65\x38\x4f\xe0\xd4\x06\xe1\x02\x48\x0f\xfc\xd6\x99\xdb\x07\x0a\x1e\x63\x2b\x38\x55\x78\xf5\xb9\x33\xf2\x86\xe3\x61\x6b\xd8\xc3\xba\x16\x79\xbe\x72\xda\xc3\x7e\xb3\x3b\xc0\x37\x06\xa9\x45\xaa\x73\xc6\x11\x1a\x8f\xc6\x8f\x1e\x94\xfd\x1f\xea\xa3\xdd\xdd\x8f\x1e\x98\xee\xf8\xf2\xd1\x83\xb3\xf1\x78\x14\x8c\x86\xde\xf8\xa1\xde\x75\xf8\x4b\xb3\xdd\x06\xb6\x39\xeb\x17\x10\x70\x48\xae\x85\xad\x93\x70\xf1\xa0\xdd\xff\xfa\x21\xed\x9b\xd7\x4e\x08\x2a\xde\xa6\xd9\x25\xd9\xdb\x03\x5d\xc0\xab\xb1\x6b\xdf\x3f\x13\xc5\x2a\x02\xc6\x3c\x84\x21\xc3\x04\x34\x6d\xfb\xad\xbc\x10\xda\x80\x6c\x03\xe2\xba\x89\x58\x62\xa5\x62\x1a\x6a\x28\x8f\x60\x36\x4a\xc9\x64\x80\x59\xd0\x1d\x90\x6a\x6a\x60\x18\xe8\xba\xc6\xd0\xab\x30\x2e\x78\x70\x33\xce\x61\x1c\x84\x46\x49\x7c\x63\x61\x3a\xe3\x79\x8d\x8e\x20\x28\x92\x04\xb9\x24\x90\x24\x68\x8a\x0c\x58\x1a\xed\x8b\x5f\x36\x9c\xde\xb0\xd5\x04\x9e\x6c\x14\x45\xba\x84\x82\xd6\x4a\xbc\xad\x1f\x20\xb0\xd2\x6c\x40\x34\xd1\x0c\xa8\x58\xe0\xb4\xf9\x70\x69\x9a\xf0\x2a\x54\x31\xbd\x76\xda\x5d\x9f\xcd\x88\xba\x6d\x4c\xe7\xc5\x42\x72\xa4\x80\x73\x8a\x8b\x42\xc5\x39\x6c\xb7\xb2\xe2\x94\x16\x9d\x37\x1c\x7f\xdc\xf4\xc6\x34\x34\x80\x8b\x3e\xe7\x40\x63\x24\x50\x93\x3d\x91\x83\x03\xc8\xf3\x52\x4c\xba\x0a\xf3\x05\xd9\x23\x09\x8a\x54\x26\xa7\x84\xca\xdc\x95\x37\x36\x6a\x32\x3a\x56\x96\xde\x6a\x0f\x28\x36\x24\xe4\x39\x36\x58\x2d\xa1\x0e\x67\xd8\xe9\xb0\xc1\xdb\xc8\x64\xa6\x2c\x37\xe2\x0d\x27\x63\xe0\x45\x6f\x78\x5a\x0d\x13\x32\x91\x19\xce\x58\xe8\x5c\xae\xf4\x11\x5a\xfe\x9f\x68\xec\xce\xc9\x22\xa6\x32\xcb\x45\x7d\x1a\x1e\xe7\x19\xc0\xbd\x1e\x15\x19\x7b\xef\xf1\xd3\x27\x8f\xf7\x16\x7b\xcb\x3d\x2d\xea\xa4\xe0\xe3\xe5\x0d\x7d\x34\xac\x07\x34\x00\x85\xce\x67\x90\x33\xcc\xc4\x2c\x83\x77\x85\xa2\xb1\x9a\x5d\x8b\x99\x8a\x19\xa4\xd3\x2c\x87\x65\xf0\x1b\x3a\xd2\x17\x2a\x89\x28\xc8\xd3\x64\x6a\xa6\xa6\x66\x29\x04\xe4\x0f\xa2\x14\x52\xe8\x4c\x60\xa3\x73\x99\x93\x35\x99\xf1\x3c\xd0\xc6\x3f\x71\x29\x6f\x1e\x9a\x65\xa7\x2b\xf8\xbf\x8e\xc5\xea\x72\xaa\xf7\x0f\x44\x1d\xba\x21\xa9\x3c\x7b\x3d\x2d\x72\xfb\x4d\x2e\x45\x3d\x49\x31\x4c\xff\xcf\x46\xa1\x67\x39\x88\x5e\x68\x7a\x88\xa4\x76\x5a\x2e\x4e\x98\x78\x0b\xb4\x69\x80\x64\x97\x6c\x4f\xef\x96\xd3\x38\xcf\xdc\x97\x77\x76\xb0\x12\x31\xfd\x64\x45\xa1\x37\xc6\x51\xc6\x74\xfe\xb9\x84\x06\x69\x53\x61\x12\x41\x0b\x50\xf7\xd4\xe8\x8d\x0c\x04\xdd\x2b\x2c\x84\x55\x40\x66\x03\xcb\x85\xb2\xd8\x85\xd1\x2c\xaf\xe5\xb4\x80\x82\xc9\x00\x81\xc9\x55\xfb\x31\xec\x2a\x26\x15\x33\x0f\xe0\x49\x4f\xbf\xee\x8e\x84\x2e\x56\xa4\xd6\x12\x37\xb9\xad\x02\x96\x58\x0c\x79\x3e\xb3\xaf\x19\x1b\x78\x52\x8f\xd3\xf9\x1c\xc7\xc8\x21\xaa\x06\xef\x4f\x88\x92\xec\x2c\xd2\xa5\x34\xb4\xc9\x46\xe3\x1d\xa7\xd7\x64\xba\x47\x90\x4e\x7a\xa0\x1e\xc0\x40\xa0\x4a\x08\x3e\x24\xcf\x2b\xd4\x6b\x79\xa3\xdf\xc4\x4c\xbe\x60\x4d\xf3\x4c\x6a\x23\x09\x8d\x2a\x97\x87\x78\xa1\xf2\x8f\xb5\x81\x88\xe9\x22\x25\x92\xd7\x3e\x29\xb9\x15\x8f\x75\xce\x86\x3e\xf9\xd5\xfe\xc1\x93\xc6\x1e\xfe\xdd\x3f\x3a\x3c\xdc\x7b\xec\x58\x9a\x48\x26\xed\x58\xce\x97\xc1\xe9\x9c\x51\xd3\xf7\x5f\xb4\x59\x2f\x1d\x9a\xa8\x32\x2d\xe0\xa8\x26\x64\x49\x09\x8d\xcf\xd1\xca\x32\xf9\xa6\x80\x7b\x9a\x85\xc1\xdd\xd5\xec\xa6\x3e\x2b\xe2\x78\x07\xbe\xda\x5b\xd3\x41\xd3\xbf\x14\x5b\xae\x9f\xcf\x74\x27\x57\xd1\x05\x24\x11\x7a\x84\x17\x3a\x8d\x71\x56\xeb\x63\x4c\x18\x3f\x71\xec\x19\x53\x27\x8b\xb2\x8e\xf5\x7e\x52\x19\xfb\x65\x23\xba\x80\x06\x2d\x5f\xa0\x70\x32\x2d\x32\x70\x8c\x73\xa7\x3b\xc0\xa1\x83\x5c\x01\x12\xab\xc1\xee\x83\x0f\x0c\x07\x37\x14\x7d\x3c\x14\xcf\x5c\x77\x24\x5e\x0e\x27\x9e\x60\x75\xb4\x9b\xe3\xa6\xf0\x9b\x1d\xf7\x83\x0f\x1c\xdf\x05\xd5\x1b\x07\x30\x5c\x08\xf8\xe0\xc3\x2f\x3a\x6d\xf7\x85\x87\xff\xfe\xff\xef\x3d\x20\xf3\x29\xf2\x94\x4e\x5e\x51\x1c\x5c\x4a\x0e\xed\x51\x08\x3f\x02\xa4\x74\x07\x20\x75\x7d\xb7\x7f\x02\x84\x69\x37\x5f\x22\xd4\x89\x27\x4e\x6b\x38\x7c\xd6\x75\x99\x69\x57\x4e\x21\x08\xdf\x4a\x4d\x76\x60\x5f\xaf\xc7\x55\xfb\xa8\x04\x8c\x35\x52\x46\x91\x1e\xf1\x60\x4d\x3e\x9f\x5e\xdf\x88\xb0\xc0\xc1\x24\x79\x69\xc8\x0b\x19\x46\x14\x2b\x28\x36\x58\xd6\xc4\x5f\x40\x6d\x00\xbc\x3e\x71\xe3\xe1\x57\x2f\x83\xe6\x64\x7c\xe6\x0e\xe0\x13\x86\xc9\x5a\x4b\xf8\xaa\xfe\xc2\x3d\xa1\x57\x75\x6a\xb0\xd1\x19\x5a\x3f\x77\x9a\xad\x71\xf7\xb9\x0b\xae\xd6\x06\x41\xa5\xa7\x7e\x77\x00\xfc\xa4\x8d\xed\x3f\xdd\x83\x70\x50\xf5\xc0\xd8\xd0\x4f\x76\x82\x83\xf3\x6a\xca\x58\x98\x26\x33\x95\x2d\x85\xac\x2f\x11\x64\xd8\x97\x32\x39\x07\x17\x31\xc0\x0a\x99\xa7\x5d\x9f\x20\xda\x45\x68\xef\x05\x9c\x1a\x79\xfd\xca\x51\xb6\x53\x69\x82\x21\x93\x13\x3b\x18\x13\x90\x69\xb1\x41\x18\x9a\x4f\xc4\x73\x9a\x16\x89\x09\xac\x1b\xfc\x67\xf1\x1e\xef\xbf\x22\x94\x97\xb8\x04\x3e\x09\xad\xe6\x1c\x51\xb0\xd4\x2b\x85\x9c\x23\x4c\x6e\xf2\x05\x5c\xbf\xe1\x10\x5f\xef\x82\x4f\xfb\xdd\xd3\x01\x4e\xfa\x79\xd7\x7d\x51\x91\xd0\x0a\x41\x9e\x28\x72\xc2\x74\x99\xeb\xab\x29\x05\xd5\x12\x4f\x5a\x4d\xb0\x9f\xa0\x89\xfc\xa4\xe9\x55\x46\xf5\x49\x07\xc4\x2e\x67\xf6\x24\xcb\xfe\xc4\x26\x3b\x2f\x03\xd2\x41\xb5\x3b\xc5\x84\x48\xe6\x18\x75\xc4\x41\x9e\x68\x10\xd8\xd6\xa2\xb8\xa0\x90\x43\xae\x01\x02\xce\x1e\xb2\x6b\xa8\xfd\xee\xfe\xe3\x47\xa5\xcc\xfb\x6c\x61\x3d\xc9\x4f\xf5\x1d\xfe\x94\xea\x2c\x13\x9d\x86\x2b\x64\x42\x21\x11\x1b\x15\x19\xa3\x7c\xef\x6c\xd7\xba\x18\x8d\xe1\x8e\x90\x41\x41\x15\xf6\x06\x3e\xb5\x48\xd3\x4b\x02\xc2\x33\x7c\x8a\x3c\xd4\x97\x5b\xe9\x94\x73\x47\x8e\xc4\x69\x64\xac\x88\x70\xe4\x6a\x29\x29\x4a\xe1\xd8\x80\x04\x69\x12\x69\xa7\xed\x92\x29\x7a\xc1\xb8\xdb\x77\x11\xf2\x39\xc7\x20\xb2\x45\x26\xa3\x12\xc6\x0b\x59\x89\xb7\xb4\x3a\xff\x59\x77\x14\x8c\x7b\x7e\x80\x71\x94\xcd\x6f\xb6\xb8\x61\xf0\x0b\xa5\x39\x59\x54\x09\x36\xb7\x34\xdb\xc4\xac\x12\x87\x6f\x98\xfb\xed\x3c\x89\x58\x3b\x82\x17\xa8\xae\xd9\x7c\xbb\x22\xf6\xa4\x98\xcd\x38\xf2\xd1\x16\x99\x8a\x83\x27\x26\x32\xae\x21\xdc\xca\x95\x4d\x1e\x15\x47\x3a\x9b\xbe\x47\x69\xf2\x31\x82\x71\x82\x4d\xbc\x25\x8e\xce\x2f\x41\xb4\xdc\x41\x3b\x38\x99\x74\x3a\xc4\x6c\xdc\x81\x51\x10\xad\x9b\xe0\x00\x50\x8c\x78\x7a\x63\x32\x0c\xf6\x39\x53\x3d\xf0\x27\x27\x3f\x73\x5b\x63\xa6\xd5\x65\x25\xe1\xa1\x2e\x6d\xd2\x50\x39\xe2\x46\x4b\x36\x36\xbd\xcc\x57\x8d\x39\x3d\x93\xa1\x1d\x3d\x7a\xfa\x04\xef\xbe\xfc\xd2\xbe\x78\xf3\x86\x5b\x4d\xba\x93\xe6\xb2\x46\x0b\xe6\xe8\x4c\x4c\x05\xe9\x02\xa8\x35\xac\x54\xec\x7c\xf2\xf8\x11\x90\xdf\xef\x8f\x47\x3e\x5a\xe2\x98\x22\x26\xc0\x2a\x6a\xc0\x03\x29\xbe\x32\x65\xc4\x19\x50\xbd\x83\xc7\x62\x22\xda\x3f\xe8\x20\x92\x4b\xca\x3b\x22\x4e\xd4\xbd\x4e\x4b\x3c\xfe\x64\xef\xd3\x86\xe8\x9a\x89\x2c\xf5\xb4\x51\x5c\x6f\x04\x41\x45\x3c\x51\x18\xbf\x05\x4a\xaf\xe7\x2b\xe3\x64\x85\x4f\x9e\xb9\xbd\x21\x31\x21\x63\xac\x26\x18\x11\xa9\x63\x50\xa5\x6c\x28\x52\x74\x5e\x40\xdd\xc6\x1a\x4e\x78\x0c\x4b\x69\x99\x34\x6a\x3d\x80\x8c\x7f\x5b\xe2\x56\x01\x85\xb9\x9f\xbe\x01\x72\x2d\xb1\x16\xf4\x0b\x68\x41\x16\xfc\x19\xe5\x18\xe3\x4c\x7c\xe5\x1d\x56\xc9\x61\x5a\xdd\x74\x43\x0c\x29\x75\xa0\x70\x0a\xa4\xd2\x3c\xb3\x96\xf1\xac\x4e\x50\x06\x7d\x55\x06\x6a\x63\xe4\x6b\x03\x37\xc8\x27\xa6\xb1\xc2\xae\xaa\x1d\x89\x24\x04\x44\xee\xba\x1d\x02\x88\x0d\x8f\xbe\x83\xf0\x19\x03\xbf\x8f\xf1\xd9\x1e\x1b\xca\xc7\x26\x66\x88\x71\x14\x81\x6e\x80\x3e\xd1\x89\x3e\x3a\x3c\x38\x68\x88\x31\x6d\xc2\xb2\xa9\x6f\x08\x92\xf1\x28\xd9\x70\xd7\x9d\xb1\x43\xda\xff\xeb\x1d\xb2\xf0\x1d\xf1\x39\xbf\xfe\xa2\x42\xbe\x7f\xff\xb5\x30\x0e\x2a\x9c\x8e\x37\xec\x33\xc1\xe9\xf3\x2a\x36\xb1\x91\x23\xc6\x2a\xd4\x1a\x59\x5f\x64\x59\xd1\x86\x10\x39\xaf\xa6\x84\xe8\x5b\xe4\x4c\x2e\xe1\xfb\x86\x03\xc1\xab\x76\x78\x1d\xd4\xca\x3d\x6f\x15\xc8\x6c\x67\xa7\xd9\x06\xda\x71\x98\x35\x2d\x25\x25\xb2\xef\x2d\xcf\x3a\x6d\xc1\x3b\x11\xc5\x80\x9e\x15\x14\xdb\x92\xf8\x78\x0f\xe4\x06\x92\x9e\x37\x29\x22\x3c\xde\x2b\x05\x99\xb5\x18\x66\x55\x59\x0b\x04\x24\xc8\xa1\x98\x1c\x50\x72\x6a\x75\x87\x51\x3c\xe0\x08\x01\x39\xa7\x74\xf7\x38\x9f\xae\x6a\xf4\xf2\xf8\xe8\xf1\xe1\x93\x4f\x6b\xa5\x42\x8e\x97\xe1\x34\xcc\x60\xb5\xd1\xc5\xf1\x5e\x6d\x95\xa6\x71\xa0\xd5\xb7\xf2\x18\xc8\x52\x53\x51\x2c\x03\x0b\xba\xc7\x26\xc6\x97\x33\x1f\x89\xd7\x1b\xea\xb9\xbf\x7f\xb0\xbf\xff\xda\xba\x1a\xf3\x0a\x4d\xb5\x89\xbb\x75\x4a\x1c\x7f\xa3\x5b\xa3\x5a\xcb\x86\xef\xd2\x2b\x02\xd3\xf3\x6e\x7b\x5b\xb1\xa3\x2c\xbd\x52\xc4\x83\x98\x64\xcc\xe1\x7a\xb4\x7f\x6d\x96\x87\x2e\x47\xec\x53\x8b\xf0\x8a\xce\xfe\xa6\xec\x75\x23\xa9\xf8\x49\xd3\x03\xcd\xcc\x0a\x37\x09\x07\x28\x70\x63\xde\x10\xaf\x99\x79\xda\xb7\xfa\xf5\xff\x99\x16\x69\xc3\x47\x20\x7f\x75\x7c\xd6\xa3\x8c\xa2\xdb\x2e\x37\x8a\x48\x27\xe5\x82\x11\x4f\x81\x95\xe5\xca\x88\xc7\x1f\x95\xf3\x7d\x51\xae\x31\xc8\x09\xd3\x5e\xaf\xd5\x14\xd8\x1a\xb3\xe5\xd0\xe5\x4e\x30\xa7\x6f\xb7\x3c\x45\xe4\x55\xd2\xb0\x46\x4b\x4a\x2d\x1c\xa9\x20\x56\x97\x32\x30\xe4\x82\xea\x1d\x26\x18\x11\xe0\x94\xfa\x82\xcd\x32\x1d\xb1\xe6\x5c\x05\x3a\x03\x1b\x46\x20\xa8\xf5\xc4\x73\xdf\x27\x0f\x1a\x99\xad\x99\x7f\x6b\x2c\xd3\x03\x4b\x1a\x88\x69\x1a\x29\x25\x6f\xd8\x2c\x1d\xde\x43\x7a\x5c\xbb\xd0\x96\x90\xa7\x88\x13\x7b\xce\x69\x2b\x28\xbd\x87\x39\x01\x84\x98\x17\x1b\x29\xb1\x9a\x49\x96\x73\xc7\x70\xdf\xf5\x7d\x53\xfb\xed\xb8\xdb\xe3\x9d\x57\x96\xe9\x91\x55\x8f\x29\xe4\xc5\xe1\x54\x12\x7d\xb4\xed\xac\xf0\x4d\x26\x65\x30\xdb\xd8\xf7\x1b\x95\xa8\xe2\x96\x7d\xdb\xf7\x0e\x95\x4c\xba\x2d\x9a\xc7\x86\x62\xc3\x1d\x83\xc9\xa8\x37\x6c\xb6\x83\x6a\x42\x64\x48\xa7\xe6\x7a\xbf\x4a\xa4\x96\xb6\x6a\x4a\x18\x8a\x2c\x31\x45\xc3\x4e\x54\xa4\x7a\x51\xa4\x3b\xe8\x84\x99\xc3\xb2\xea\x67\xf9\xaa\x46\x42\x39\xc5\xbe\xe9\x9c\x8f\xca\xea\xd1\x34\x69\xcc\x33\xd3\x81\xc9\xa5\x79\xdc\x75\x4e\x3d\xbb\x14\x1f\xe9\x13\xaf\xb0\xec\xb6\x0e\x8b\x65\x97\xf5\x49\x23\x57\xcb\x73\xe0\x03\x42\x78\x7e\x5e\xa9\x20\x6d\x5a\x35\x87\x58\xc9\xf6\x00\x3a\x60\x6f\x08\x34\x29\xf2\x35\x1d\xf7\x6b\x6b\x08\x9b\xd3\x1f\x51\xca\x48\xc1\xae\x22\xe4\xd6\x40\xa3\x9e\xcd\xeb\xd7\x5b\x89\x64\xe5\x05\x95\x6a\x12\x49\xaa\x59\xa6\x95\xba\x67\x7e\xb3\x92\xda\x3a\x9a\x5a\x82\xdf\xed\x7e\xb3\x92\xf3\x3f\x34\x8f\xab\x64\xee\x20\xd5\x1c\xbe\x70\xdb\x9c\x82\x53\xc2\x73\x67\x27\x0a\x3d\xd7\x82\xfc\x9e\x02\x37\x73\x45\xc2\x97\xed\xb5\x1e\x1e\xf4\x4f\xf8\x9e\xc1\xef\x7e\x4d\x9b\xfc\xc4\x0e\x4b\xd6\xdc\x93\xc6\x68\x73\x4d\xb1\x8a\xd3\xf0\x96\x92\xc0\x35\x69\x34\x05\x5e\xdf\x56\xd4\xc9\x96\x49\xd9\xfe\x4a\x4e\x11\xd7\xa5\x29\x98\xd8\xb8\x48\x8a\xa3\xb4\xfd\x46\x00\x7e\x56\x54\x2e\x21\xa5\xc8\x5b\x1a\x44\x54\x06\x88\x1f\x96\x42\x10\x9d\x2c\xc3\x42\x77\x2e\x61\x9a\x63\xa3\xab\x9b\x56\x4d\x4c\x12\x75\xdd\x0e\x89\xfe\x79\xc5\xc5\x8d\x7d\xea\xb4\x9e\x1e\x1c\x94\x9f\x5f\x9b\x87\x47\x7b\xb5\x52\xf4\xfa\xc1\xbc\x3a\x3c\x3c\xfc\x74\xfd\x30\x08\x93\xb4\x26\x9e\x29\x24\x16\x12\xf4\xc9\xcf\x11\xdf\xed\x47\x1f\x9c\x4e\xad\x9f\xa7\x59\xca\x01\x90\xbf\xd2\x28\x1b\x1c\xf9\x30\xab\x5c\x3d\xbc\xa0\x3c\xa1\xa2\x06\x2d\x65\x69\xef\xf3\x34\x0e\x91\xe7\xa5\xd9\x7c\x77\x75\x39\xdf\x25\xed\xed\x7e\x88\xa7\x3a\x60\x57\xe7\x21\x59\x49\x67\xe8\xf5\x9b\x26\x96\xc5\xe9\xdc\xdc\x71\x6d\x2a\x4b\x65\x4c\xa3\xfe\xa9\x09\x66\x65\x50\xa3\x68\x4c\x9f\xc4\x96\x8d\xef\x97\xd5\x9f\x5b\xee\x5f\x8e\x2d\x99\x19\x58\x6f\x48\x07\xa1\xe5\x2a\xe4\x12\xe5\x12\x3d\x15\x15\xd9\xa9\xd6\x59\xda\x66\x39\xac\xc6\x46\xb2\xe3\xd8\x2a\x8c\x6d\xfd\xdf\x4c\x35\x6e\x67\x19\x8c\xa0\xe5\xc6\xc7\x19\xa0\x8f\xb6\xd9\x96\x17\xc5\x9c\x1e\xba\xd0\x3d\x7d\xbe\x08\x33\xde\xbf\x9b\x65\x69\x46\x0f\xad\x4c\x51\xf1\xe2\x76\x74\x37\x12\x9c\x1e\xb2\x4f\x62\x39\xfc\xd5\x29\x99\x4e\xa9\x1b\xde\xba\x49\xeb\xe9\x18\x1a\xb6\xfd\xbc\x1c\xb6\x1e\xc0\xca\xb8\xdd\x9b\x1a\x37\x5d\x3f\x33\x74\xd3\xe0\x8e\xa6\xb2\x4a\x0a\xb3\x80\x75\xa3\xab\xc8\xd2\x1c\xcf\x0f\xf4\x5b\xb2\x40\x76\xc1\x94\x80\x81\x12\x15\x4b\x2d\x1e\xbe\x1f\xaf\x7a\xc3\xd3\xc0\x1b\x8e\x0d\x69\xb6\x50\x45\x8e\xcc\xb7\x34\x1b\x6f\xa6\x74\x07\xa7\x48\xab\xd9\x92\xc1\x3a\xdd\x33\xce\x4c\x65\x6c\xbf\xd4\x33\x6b\x7a\x0d\x24\x7a\xa1\x66\xf9\x7d\x72\x0e\x9e\xda\x4b\xcc\x7d\xf1\xf9\xe7\xf8\x56\x13\x07\x8f\x1e\x57\x20\x26\xf0\xcf\xba\x1d\xae\xc0\x3f\xe5\x18\x38\x27\x1c\xe4\x5d\x47\xe0\xc9\x37\xef\xef\xab\xdd\xec\xf6\x5e\xbe\xb7\x33\xf7\x7a\xa5\x32\xc6\x0e\x24\x57\x58\x0e\x09\xa0\xb5\x3c\x88\x64\x2c\xa9\x08\x33\xa3\xda\xcc\x12\xcb\xa6\x1e\xdb\xea\x7a\xc2\x8b\x59\x17\xca\x2a\xc7\x9c\xdc\x75\xc6\x49\xf5\xd4\x3c\x69\x09\xae\x61\xb7\x7c\xfb\xc4\xf7\xc4\x56\x1f\x4b\x04\x75\xe0\xef\x1d\x54\xc4\x73\x41\x85\x06\xc8\x7c\x03\xc4\xf3\xbe\x5f\xbd\x07\x18\x9b\x8b\xe5\x6c\x2d\x9b\x73\xc0\x0a\x93\x86\x90\x18\xd3\xdd\x27\xb5\x4a\x6e\xac\x5b\x80\x1b\x92\xc9\x17\x40\x47\xe3\xfb\x45\xb4\xba\x65\xf7\xd4\xa5\x7a\x19\x86\xef\x5c\x0c\xa9\x10\x77\x7b\x9d\xb5\x2e\xa9\x32\x92\xdc\xd2\x12\x35\x56\xb5\x74\x5f\x01\x60\x7b\x01\x6d\x15\xce\x13\x4c\xa7\xa6\xa5\xea\x6c\x8a\x5a\xd2\x91\x75\xb5\xe0\xfe\x9e\xb7\xea\x07\x96\xfa\xff\xae\xc9\x17\x9f\xaf\x24\xf6\xbb\x29\xac\xa7\x9b\xf8\x6c\x51\xef\xd5\xce\x7e\x35\xe7\xdb\xa9\xed\x1c\x6c\x7d\x3f\xa7\x53\x71\xa9\x0c\xe4\x57\x14\xb7\x06\xde\xdb\xca\xdb\xd4\xe3\x37\x0a\xdc\xae\xcb\x8b\xad\x12\xb9\xd3\xf6\xba\x7c\xab\x45\xf8\x8a\x71\x11\x15\x2d\xae\x11\x56\xcc\xf2\x8e\xb8\xc2\x7e\x44\x7f\xbe\x58\x5f\xc4\x71\x69\xee\x0f\xec\x2f\x1e\x8e\x8b\x7c\xf6\xd4\x21\xbb\x31\xf9\x66\x96\x56\xaf\x76\xb3\x22\x49\x08\x69\xa8\x99\x2b\x62\x1c\xfb\x55\x1a\x29\xfe\xf9\x46\xa3\x52\x50\xb2\xbe\xe8\x15\x49\xb5\x37\x1b\x2f\xdf\x89\x70\x39\x1d\xe0\x4d\xbf\xd7\x68\x8e\x03\xae\x8d\x6c\xa8\x19\xdd\xc0\x44\x1c\x5a\x14\xa1\xb3\x36\x2b\x69\x98\x6b\xcf\xc0\x36\x9e\x3b\x74\x7d\xdb\x9e\x30\x01\xfb\xc2\xb8\xda\xfe\xc2\xe1\x93\x5a\xff\x84\x62\x21\xc3\x18\xe1\x05\xd1\x7a\x7a\x69\xa5\xd0\xe5\x7b\x60\xda\x03\x6e\xbf\x4b\xd0\xc1\x27\x0b\x67\x53\xa8\x7b\xbc\x47\x74\xac\x99\xcd\x0b\xc3\x0b\xc9\xb7\x39\x0e\xc2\x62\x3e\x46\x0a\x22\x66\x7a\x7a\xf9\x71\x19\xf9\xea\xf5\x22\xc9\x88\x53\xb1\xd2\xea\xf5\x3c\x9c\x6b\x8a\x9e\x14\xd8\x39\xfc\xa7\xc9\x3a\xc0\xab\xbc\xae\xa7\x4b\x26\xb3\x51\x3a\xd5\xdc\x40\xc2\x76\xf7\x1b\x4f\x1a\x8f\x9c\xa6\x77\x4a\x48\xe4\x30\x91\xc6\x52\xab\xbf\x0e\xe1\x8b\x28\x32\xfa\x52\x3d\xbc\x99\x80\xb7\x47\xef\xa0\xa0\x5b\xda\xe5\x43\xb9\x7b\xaf\xce\x2b\xcc\x7c\xce\xe8\x77\xda\x1d\x07\xed\x6e\xa7\xb3\x8d\xf5\xf7\xef\x7f\x3e\xad\xec\x3e\x9c\x93\x31\x6a\xf8\x0a\x36\x4f\xe1\xeb\x77\xd9\xfc\x7c\x6a\xb7\x8e\xf4\x68\xbd\xfb\x57\x6a\xff\x29\x61\x6d\x73\xc0\x0d\x32\xa9\x4f\xfc\xda\xb7\x8b\x7a\x6b\x40\x7f\xcf\x9e\xd5\x22\x59\x6f\xbb\xb5\x59\x56\xef\x78\xb5\x24\xae\x0f\x7a\xb5\xf8\xaa\xde\x7b\x5e\xcb\x8a\xba\x37\xa9\x7d\x13\xd6\x7f\x36\xaa\x49\x5d\x77\xfd\xda\x2a\xaf\x9f\x78\xb5\x55\x5c\x1f\xf5\x6a\x17\xf3\xfa\xc9\x69\x0d\x93\x76\xc7\x7c\x1d\x45\xb2\x5d\x60\xb5\xd2\x8b\xda\x6f\xff\xe9\xe7\xbf\xf9\xf7\x3f\xfd\xcd\xaf\xfe\xf1\xc7\x3f\xff\xe3\xda\x6f\x7f\xfd\xdd\x7f\xfd\xfd\x9f\xd9\x2f\x6d\x59\xe4\x7a\xba\xa8\x75\xb2\x30\xf9\xfe\xef\x42\xa5\x6b\x03\x89\x0c\x1f\x4c\x2d\xd2\xb5\x5e\x98\x5f\x29\xf9\x1f\x7f\x53\xd4\xde\xfd\xf5\x0f\x7f\xf4\xc3\x77\x3f\x7c\xf7\xee\x5f\xdf\xfd\xea\xdd\xaf\x6b\x3f\xfe\xc5\xdf\xfe\xf8\x97\xff\xf0\x9f\xbf\xf8\xab\x9a\xab\x57\xe1\xf7\xbf\x4c\xe3\xda\x08\xa4\xb5\x98\x17\xdf\xff\x42\xd3\xed\xfc\x49\x16\x6a\x45\x8d\xb1\xbe\x54\xb5\x77\xbf\xfc\xe1\x4f\xde\xfd\xdb\xbb\x7f\x79\xf7\xcf\x3f\xfc\xdc\xc8\xa8\x75\xf3\x30\x56\x44\x24\x0d\x11\x8b\xf8\x14\xc8\x21\x88\x16\x22\xb3\xbb\x04\xb8\xb1\xa2\x08\x36\x24\x11\xc7\x73\x87\x35\xc5\x1a\x73\x58\x5d\x78\xfc\x76\xe1\xb0\xce\xf8\xb1\x3e\x7e\xe1\xb0\xee\xf8\xf7\x52\x0e\x2b\x90\xdc\x30\x73\x58\x8b\x78\x4c\x62\x87\x55\x49\x3f\x80\xb8\x72\x58\x9f\x74\x53\x57\x38\xac\x54\x3c\x7e\x13\x3a\xac\x59\x9a\x45\x3b\xac\x5e\x3c\xf2\xa7\xc3\x6a\xa6\x6f\xb1\xc3\xba\xa6\x9f\x5b\xcd\x1d\x56\x38\x65\x26\xb9\xc3\xe1\xda\xfe\x3e\x04\x81\x60\xb5\x22\x78\x41\xbc\x5b\xa8\xf9\x22\xc6\xff\xc8\xc1\xe3\x90\x4b\x44\x6c\x5c\x0d\x50\xa1\xf8\x18\x29\xaa\xf3\x6a\xdd\xa3\x61\x87\xd1\xa5\x5b\x4a\xd0\x08\x77\x3e\x1b\xbe\x08\x3a\x20\xc2\xa0\x85\x27\x9e\xb9\xe9\xac\x04\x41\x7f\x01\x06\x49\x40\x6e\xca\x04\xb7\xa9\x38\x5f\xb2\x93\x65\xcf\x53\xbe\x75\x61\x66\x9e\x82\x33\x6c\xc9\x25\x08\x37\xb7\x0e\xec\x55\xff\x1d\x00\x00\xff\xff\x84\x38\x7e\x95\x7c\x27\x00\x00") +var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x5a\x4b\x6f\x23\x49\x72\xbe\xd7\xaf\xc8\xd1\x78\x3d\xdd\x06\x49\xbd\x5a\xdd\x3d\xda\xd5\x7a\x28\xb2\x28\x71\x9b\xaf\xa9\xa2\xba\xa7\xa7\x21\x94\x4a\xac\x24\x99\xa3\x62\x15\xbb\xb2\x4a\x6a\x0d\x7c\xd8\x81\x0f\x06\x7c\xb5\x61\x5f\x0c\xc3\x3e\x18\x06\xd6\x0f\x78\xe1\xcb\xae\x0d\x9f\x06\xbe\xf7\xfc\x87\xc5\xac\xfd\x2f\xfc\x45\x64\x16\x59\x54\x6b\x04\x2f\x60\xcf\x43\x2c\x66\x65\x46\x66\x46\x46\x7c\xf1\x45\x24\x3f\x16\x03\xf7\xa5\xeb\x09\xfe\xd3\x1f\xb6\xbb\x9d\xd7\x62\x7c\xda\xf5\x45\xa7\xdb\x73\x9d\x8f\xc5\xa8\xe7\x36\x7d\x57\xf4\x9b\x2f\x5c\xd1\x3a\x6d\x0e\x4e\x5c\x5f\x0c\x07\xa2\x35\xf4\x3c\xd7\x1f\x0d\x07\xed\xee\xe0\x44\xb4\xce\xfc\xf1\xb0\x8f\xc6\x41\xa7\x7b\x62\x46\x3a\x3f\x16\xcd\xe5\x52\x24\xe1\x42\x8a\x7c\x1e\xe6\x42\xcf\xd3\x1b\x2d\xd2\x44\xc8\x6b\x99\xdd\x8a\x65\x38\xc3\x0b\x95\xc7\xd2\x69\x8e\x46\xc1\xa0\xd9\x77\xc5\x91\x38\x49\x67\xfa\x10\x7f\xc5\x89\xca\x85\x2f\xb3\x6b\x35\x91\x90\xd4\x9a\x87\x09\xba\xa3\x4d\x4d\xc5\x6d\x5a\x88\xac\x48\x44\x9c\x4e\xc2\x38\xbe\x75\xbc\xb3\x41\x70\xe6\x63\xf5\x47\x62\xa6\x72\xf4\x76\x55\x3e\x97\x99\xd8\x8a\xe4\xf5\x56\x4d\x6c\x2d\xb3\x34\xda\x12\x29\x1a\x72\xa9\x73\xb4\x44\x72\x1a\x16\x31\x64\x69\xd3\x87\x25\x60\xeb\xb4\x00\x7c\x77\x9c\x37\x99\x5c\xa6\x5a\xe5\x69\x76\x7b\xee\x78\xc3\xe1\x58\x1c\x39\x7e\xcb\xeb\x8e\xc6\xc1\xf8\xf5\x88\xba\x5d\x86\x7a\x8e\x99\xda\x56\x52\x73\xe0\x77\xc5\x64\x1e\x66\x5a\xe6\x0e\x7d\x09\xa0\x2a\xcf\x77\x31\x50\xa0\x5b\x27\xcd\x26\xd2\xee\x3b\x91\x37\x62\x2d\x5e\xe4\xa9\xb8\x94\x62\x99\xa9\xeb\x30\x97\x4e\x67\xe8\xb5\xdc\x60\xe4\x75\x5f\x36\xc7\x34\xcd\x34\x8c\x35\xed\xff\x24\x4e\x2f\xc3\x58\x2c\xc2\x77\x6a\x51\x2c\xc4\x24\x93\x61\xae\xa0\xca\x58\x2d\xa0\x93\x74\x5a\x95\xb8\xc4\xd6\x0b\x2d\xb3\x9a\xa8\xef\x8a\x85\x0c\x13\x2d\x92\xd4\xf4\x74\xfa\xcd\x2f\x82\x96\xe7\x36\xc7\xdd\xe1\x20\xe8\x75\xfb\x5d\x5a\x60\x7d\x17\x33\x8c\xc2\x7c\x32\x17\xa4\x20\xf1\xb6\x90\x85\x14\xb1\x4c\x66\xf9\xbc\x86\x39\xaf\x58\xf1\xa1\x16\x71\x98\xe1\x10\xf0\x80\xb9\xb4\xba\xc4\xc9\x8d\xce\x7a\xbd\xc0\x73\x3f\x3f\x73\xfd\x71\x80\xbf\x67\x6e\xd0\x73\x07\x27\xe3\x53\x88\xdd\xdd\xc1\x3f\xd0\x65\xa1\xce\x21\x7f\x50\x2c\x2e\xb1\xb0\xea\x52\x95\xd4\xc6\x32\xc2\x4c\xb2\x75\xc8\x48\xa8\x04\x16\x02\x55\xbd\x5b\xc6\x29\x5a\xc9\x48\x1c\xf7\x8b\x51\x6f\xe8\x41\x2d\xcd\x13\xd8\x5a\x30\x38\xeb\x43\xfa\xde\xce\x86\x50\xa5\x75\xf1\xc3\xe2\x58\x4c\xd7\xf7\xcf\xee\x08\xd9\xdd\x14\xb2\x52\x6f\xba\x80\xb2\xf4\x1d\x21\xe1\x24\x57\xd7\x2a\xbf\x15\x53\x29\x23\xa7\xe3\xba\xed\x80\xd5\x39\xec\x43\x8d\x56\xe0\x01\xe4\xbd\x0c\x63\xa8\x0f\xe2\x2e\x60\x85\x0b\x59\x9f\xa4\xd8\xca\x05\x4e\x22\x0f\x45\x1e\xce\x6a\x74\x38\x91\xb8\xbc\x15\xcd\x24\xca\x52\x15\x89\x9f\x62\x5c\x83\x56\xd2\x4c\x30\xd7\x75\x18\xa3\x8d\x07\xe1\xd0\xa0\xfb\xad\x04\xb3\x1b\xfb\x8d\x94\x0e\xa1\xf6\x2d\x71\xa3\xe2\x58\xcc\xc3\x6b\x72\x2d\xb9\xb2\x67\x9d\xdf\xc6\x64\x2d\x7d\x52\x9d\x4a\xa6\xe9\xa1\x98\xe7\xf9\x52\x1f\x6e\x6f\xc3\xac\x65\x9c\xc2\x34\x74\x63\x96\xa6\xb3\x58\x36\xb0\xc9\xed\x1b\x79\xb9\x5d\x2c\x23\x58\x9e\xde\xde\xdb\xd9\x7d\xb2\xbd\xbb\xbb\xed\x17\xcb\x65\x9a\xe5\xf5\x69\x9a\xd5\x2b\x1b\xa8\xab\xa4\xde\x9a\x67\x29\xbe\xef\x7f\xca\x2f\xed\xf2\x9d\xf1\xa9\xdb\x77\xa1\x06\x9c\x51\xd0\x77\xc7\xcd\x60\xdc\x3c\x81\x2a\x2e\x3e\x9e\x4e\x0f\xf6\x9f\xec\x5f\xb0\x09\x34\xc2\x68\xa1\x92\x4d\x43\x20\x23\x7d\xf8\xc8\xc8\xab\x37\x4f\xec\x60\xe7\x43\x5b\x7a\x50\x84\xe7\x8e\x86\x0f\x8a\x48\xd2\x1c\x18\xf3\xb0\x90\xc1\x70\xdc\x6d\xdd\x35\xc0\x83\x0d\x31\x69\x36\x0b\x13\xf5\xb5\x71\xcb\x87\x64\x0d\xbd\x93\x0f\xd6\xe3\xbc\x59\x84\xd9\x55\x94\xde\xb0\x86\xdc\x84\x0e\x19\xc7\x9b\x45\xb0\x00\x8c\xbb\x84\xbb\x5f\xc1\x27\x72\x99\x68\x88\x77\xdc\x41\xf3\xb8\xe7\x06\x40\x98\x36\x9c\x78\xe0\x06\xc7\x70\xe9\x17\x15\xb8\xe8\x29\xcd\xa8\x30\x29\x74\x9e\x2e\xc4\x99\xd7\xab\xfb\x13\x3a\xcb\xca\x36\x01\x9d\xbc\x36\xf2\x6b\x95\x5c\x69\x71\x33\x97\x09\x14\x9a\x44\x32\x53\xc9\x4c\xf4\xed\x8a\x20\x0e\xa7\x8d\xd9\xc3\xc5\x12\xab\x02\xc2\xd6\x16\xe1\x2c\x01\xce\x19\xd0\x0f\x20\x3d\xf0\x5b\x64\x04\x3e\x60\xd2\x79\x83\x53\x05\xd0\x9d\x3b\x23\x6f\x38\x1e\xc2\x2c\xb0\x2e\xb2\x42\xa7\x3d\xec\x37\xbb\x03\x7c\x63\xdc\x9e\xa7\x3a\x67\x68\xa5\xf1\x68\xfc\xd1\xa3\xb2\xff\x63\xb2\xd7\x1f\x3d\x32\xdd\xf1\xe5\x47\x8f\x4e\xc7\xe3\x51\x30\x1a\x7a\xe3\xc7\x7a\xdb\xe1\x2f\xcd\x76\x1b\x70\xef\xac\x5e\x40\xc0\x3e\xa1\x0d\xb6\x4e\xc2\xc5\xa3\x76\xff\xcb\xc7\xb4\x6f\x5e\x3b\x05\x15\x71\x93\x66\x57\x64\x6f\x8f\x74\x01\xa0\xc3\xae\x7d\xff\x54\x18\xe3\x7f\x0c\xdf\x86\x09\x68\xda\x36\x5c\x42\x68\x13\x77\x1a\x10\xd7\x4d\xc4\x02\x2b\x15\x93\x50\x43\x79\x14\x79\xa2\x94\x4c\x06\x30\x0e\xdd\x01\xbc\x27\x26\x32\x55\xdd\xf0\x9a\x00\x80\x06\x37\xe3\x1c\xc6\x41\x00\x9d\xc4\xb7\x36\x72\x65\x3c\xaf\xd1\x11\x04\x45\x92\xa2\x10\x09\x24\x09\x9a\x82\x25\x96\x46\xfb\xe2\x97\x0d\xa7\x37\x6c\x35\x01\xb1\x6b\x45\x91\x2e\xa1\xa0\x95\x12\xef\xea\x07\x41\xc9\xa0\x04\x4f\x34\x45\xa0\x28\x70\xda\x7c\xb8\x34\x4d\x78\x1d\xaa\x98\x5e\x3b\xed\xae\xcf\x66\x44\xdd\xd6\xa6\xf3\x6a\x2e\x39\x78\xc2\x39\xc5\x65\xa1\xe2\x1c\xb6\x5b\x59\x71\x4a\x8b\xce\x1b\x8e\x3f\x6e\x7a\x63\x1a\x1a\xc0\x45\x5f\x72\xec\x35\x12\xa8\xc9\x9e\xc8\xde\x1e\xe4\x79\x29\x26\x5d\x86\xf9\x9c\xec\x91\x04\x45\x2a\x93\x13\x0a\x54\xdc\x95\x37\x36\x6a\x72\xc0\xa8\x2c\xbd\xd5\x1e\x50\xb8\x24\x3c\x2c\xe3\xf7\x02\xea\x70\x86\x9d\x0e\x1b\xbc\x0d\xd6\x66\xca\x72\x23\xde\xf0\x6c\x0c\xbc\xe8\x0d\x4f\xaa\x91\x53\x26\x32\xc3\x19\x03\x1c\x25\x90\x10\x2d\xbf\x27\x1a\xdb\x33\xb2\x88\x89\xcc\x72\x51\x9f\x84\x47\x79\x06\xc0\xae\x47\x45\xc6\xde\x7b\xf4\xfc\xd9\xd3\x9d\xf9\xce\x62\x47\x8b\x3a\x29\xf8\x68\x71\x4b\x1f\x0d\xeb\x01\x04\x9c\xce\x8f\x21\x67\x98\x89\x29\xf0\x50\x84\xa2\xb1\x9c\xbe\x13\x53\x15\x73\xdc\x02\x76\xc2\x32\xf8\x0d\x1d\xe9\x2b\x95\x44\xc4\x7b\x68\x32\x35\x55\x13\xb3\x14\x02\xe8\x47\x51\x0a\x29\x74\x26\xb0\xd1\x99\xcc\xc9\x9a\xcc\x78\x1e\x68\x29\x81\xb8\x92\xb7\x8f\xcd\xb2\x01\xdf\x89\xd6\xb1\x58\x5e\x4d\xf4\xee\x9e\x00\x22\xb3\x54\x9e\xbd\x9e\x16\xb9\xfd\x26\x17\xa2\x9e\xa4\x18\xa6\xff\x77\xa3\xd0\xb3\x1c\x44\x2f\x34\x3d\x44\x52\x3b\x2d\x17\x27\x4c\x54\x0e\xda\x34\x40\xb2\xcd\xd1\x64\xbb\x9c\xc6\x79\xe1\xbe\xbe\xb7\x83\x95\x88\xe9\xcf\x96\xc4\x46\x62\x0a\x3e\x74\xfe\xb9\x84\x06\x69\x53\x61\x12\x41\x0b\x50\xf7\xc4\xe8\x8d\x0c\x04\xdd\x2b\xc4\x8c\x55\x40\x66\x03\xcb\x85\xb2\xd8\x85\xd1\x2c\xdf\xc9\x49\x01\x05\x93\x01\x02\x93\xab\xf6\x63\x08\x67\x4c\x2a\x66\x6a\xc4\x93\x9e\x7c\xd9\x1d\x09\x6d\x42\x5a\x89\x9b\xdc\x56\x01\x4b\x2c\x86\x3c\x9f\x09\xe9\x94\x0d\x3c\xa9\xc7\xe9\x6c\x86\x63\xe4\x10\x55\x83\xf7\x27\xc4\xd2\xb6\xe6\x08\x7f\x26\x12\x5b\x82\xb2\xe5\xf4\x9a\xcc\x80\x09\xd2\x49\x0f\xd4\x03\x18\x08\x54\x09\x41\x11\xe5\x79\x85\x8d\x2e\x6e\xf5\xdb\x98\xf9\x28\xac\x69\x96\x49\x6d\x24\xa1\x51\xe5\x72\x1f\x2f\x54\xfe\x89\x36\x10\x31\x99\xa7\xc4\x7b\xdb\xc7\x25\xdd\xe4\xb1\xce\xe9\xd0\x27\xbf\xda\xdd\x7b\xd6\xd8\xc1\xbf\xbb\x87\xfb\xfb\x3b\x4f\x1d\xcb\x9c\xc9\xa4\x1d\x4b\x83\x33\x38\x9d\x33\x6a\xfa\xfe\xab\x36\xeb\xa5\x43\x13\x55\xa6\x05\x1c\xd5\x84\x2c\x59\xb2\x25\x15\x58\x59\x26\xdf\x16\x70\x4f\xb3\x30\xb8\xbb\x9a\xde\xd6\xa7\x45\x1c\x6f\xc1\x57\x7b\x2b\x86\x6c\xfa\x97\x62\xcb\xf5\xf3\x99\x6e\xe5\x2a\xba\xdc\x62\x8a\x23\xc2\x4b\x9d\xc6\x38\xab\xd5\x31\x26\x8c\x9f\x38\xf6\x8c\xd9\xa4\x45\x59\xc7\x7a\x3f\xa9\x8c\xfd\xb2\x11\x5d\x42\x83\x96\x2f\x50\x38\x99\x14\x19\x68\xd7\xb9\xd3\x1d\xe0\xd0\xc1\x37\x01\x89\xd5\x60\xf7\xd1\x47\x26\x2d\x31\x59\xcb\x78\x28\x5e\xb8\xee\x48\xbc\x1e\x9e\x79\x82\xd5\xd1\x6e\x8e\x9b\xc2\x6f\x76\xdc\x8f\x3e\x72\x7c\x17\xec\x77\x1c\xc0\x70\x21\xe0\xa3\x8f\x3f\xeb\xb4\xdd\x57\x1e\xfe\xfb\xfd\x3f\x78\x44\xe6\x53\xe4\x29\x9d\xbc\xa2\x38\xb8\x90\x1c\xda\xa3\x10\x7e\x04\x48\xe9\x0e\xc0\x73\xfb\x6e\xff\x18\x08\xd3\x6e\xbe\x46\xa8\x13\xcf\x9c\xd6\x70\xf8\xa2\xeb\x72\xf2\x51\x39\x85\x20\xbc\x91\x9a\xec\xc0\xbe\x5e\x8d\xab\xf6\x51\x09\x48\x7c\xa4\x8c\x22\x3d\x4a\x0d\x34\xf9\x7c\xfa\xee\x56\x84\x05\x0e\x26\xc9\x4b\x43\x9e\xcb\x30\xa2\x58\x41\xb1\xc1\xb2\x26\xfe\x02\x6a\x03\xe0\xf5\x29\x5d\x18\x7e\xf1\x3a\x68\x9e\x81\x88\x0d\xe0\x13\x86\xdc\x5b\x4b\xf8\xa2\xfe\xca\x3d\xa6\x57\x75\x6a\xb0\xd1\x19\x5a\x3f\x77\x9a\xad\x71\xf7\x25\xf1\xb6\x36\x38\x3b\x3d\xf5\xbb\x03\xe0\x27\x6d\x6c\xf7\xf9\x0e\x84\x23\x7b\x09\x8c\x0d\xfd\x60\x27\x38\x38\xaf\xa6\x8c\x85\x69\x32\x55\xd9\x42\xc8\xfa\x02\x41\x86\x7d\x29\x93\x33\x70\x11\x03\xac\x90\x79\xd2\xf5\x09\xa2\x5d\x84\xf6\x5e\xc0\xd9\xa2\xd7\xaf\x1c\x65\x3b\x95\x26\x18\x32\x39\xb1\x83\x31\x01\x99\x16\x1b\x84\xc9\x7c\x88\x8b\x4f\xd2\x22\x31\x81\x75\x8d\xff\x2c\xde\xe3\xfd\x57\x84\xf2\x12\x17\xc0\x27\xa1\xd5\x8c\x23\x0a\x96\x7a\xad\x90\x86\x85\xc9\x6d\x3e\x87\xeb\x37\x1c\x4a\x61\xba\x48\x31\xfc\xee\xc9\x00\x27\xfd\xb2\xeb\xbe\xaa\x48\x68\x85\x20\x4f\x14\x39\x61\xba\x9c\xfe\xa8\x09\x05\xd5\x12\x4f\x5a\x4d\xb0\x9f\xa0\x89\x94\xad\xe9\x55\x46\xf5\x49\x07\xc4\x2e\xa7\xf6\x24\xcb\xfe\xc4\x26\x3b\xaf\x03\xd2\x41\xb5\x3b\xc5\x84\x08\x49\x82\x8a\xd7\xb4\x1d\x6c\x6b\x5e\x5c\x32\x57\x87\xd5\x20\x27\x61\x0f\xd9\x36\xd9\xce\xf6\xee\xd3\x83\x52\xe6\x43\xb6\xb0\x9a\xe4\x87\xfa\x0e\x7f\x48\x75\x96\x89\x4e\xc2\x25\x92\xc3\x50\x70\x6a\x62\x8c\xf2\x83\xb3\x5d\xe9\x62\x34\x86\x3b\x42\x06\x05\x55\xd8\x1b\xf8\xd4\x3c\x4d\xaf\x08\x08\x4f\xf1\x89\x0c\x48\x5f\x6d\x64\x98\xce\x3d\x69\x23\x67\xd6\xb1\x22\xc2\x91\xab\x85\xa4\x28\x85\x63\x03\x12\xa4\x49\xa4\x9d\xb6\x4b\xa6\xe8\x05\xe3\x6e\xdf\x45\xc8\xb7\x69\x57\x93\x4d\x46\x25\x8c\x17\xb2\x12\x6f\x69\x75\xfe\x8b\xee\x28\x18\xf7\xfc\x00\xe3\xa8\xc0\xb1\xde\xe2\x9a\xc1\xcf\x95\xe6\xfc\x99\x12\xa7\x6c\x61\xb6\x89\x59\x25\x0e\xdf\x30\xf7\xbb\xa9\x23\xb1\x76\x04\x2f\x50\x5d\xb3\xf9\x76\x45\xec\x71\x31\x9d\x72\xe4\xa3\x2d\x32\x15\x07\x4f\x4c\x64\x5c\x43\xb8\x95\x4b\x9b\x4f\x2b\x8e\x74\xb6\xa2\x11\xa5\xc9\x27\x08\xc6\x09\x36\x71\x43\x1c\x9d\x5f\x82\x68\xb9\x83\x76\x70\x7c\xd6\xe9\x10\xb3\x71\x07\x46\x41\xb4\x6e\x82\x03\x40\x31\xe2\xe9\xad\xc9\x30\xd8\xe7\x4c\x41\xc5\x3f\x3b\xfe\x99\xdb\x1a\x33\xad\x2e\x8b\x2b\x8f\x75\x69\x93\x86\xca\x11\x37\x5a\xb0\xb1\xe9\x45\xbe\x6c\xcc\xe8\x99\x0c\xed\xf0\xe0\xf9\x33\xbc\xfb\xfc\x73\xfb\xe2\xed\x5b\x6e\x35\xe9\x4e\x9a\xcb\x1a\x2d\x98\xa3\x33\x31\x15\xa4\x0b\xa0\xd6\xb0\x52\xb1\xf5\xe4\xe9\x01\x90\xdf\xef\x8f\x47\xbe\xc9\x4f\x11\x31\x29\xd5\x6d\xc0\x03\x29\xbe\x32\x65\xc4\x19\x50\x09\x88\xc7\x62\x22\xda\x3f\xe8\x20\xf2\x6d\xca\x3b\x22\xae\x5d\x78\x9d\x96\x78\xfa\x64\xe7\xd3\x86\xe8\x9a\x89\x2c\xf5\xb4\x51\x5c\xaf\x05\x41\x45\x3c\x51\x18\xdf\x00\xa5\x57\xf3\x95\x71\xb2\xc2\x27\x4f\xdd\xde\x90\x98\x90\x31\x56\x13\x8c\x88\xd4\x31\xa8\x52\x36\x14\x29\x3a\x2f\xa0\x6e\x63\x05\x27\x3c\x86\xa5\xb4\x4c\x1a\xb5\x1a\x40\xc6\xbf\x29\x71\xa3\xa6\xc4\xdc\x4f\xdf\x02\xb9\x16\x58\x0b\xfa\x05\xb4\x20\x0b\xfe\x8c\x72\x8c\x71\x26\xbe\xf2\x0e\xab\xe4\x30\xad\x6e\xba\x21\x86\x94\x3a\x50\x38\x05\x52\x69\x9e\x59\xcb\x78\x5a\x27\x28\x83\xbe\x2a\x03\xb5\x31\xf2\x95\x81\x1b\xe4\x13\x93\x58\x61\x57\xd5\x8e\x44\x12\x02\x22\x77\xdd\x0e\x01\xc4\x9a\x47\xdf\x43\xf8\x8c\x81\x3f\xc4\xf8\x6c\x8f\x35\xe5\x63\x13\x33\xc4\x38\x8a\x40\x37\x40\x9f\xe8\x44\x0f\xf6\xf7\xf6\x1a\x62\x4c\x9b\xb0\x6c\xea\x2b\x82\x64\x3c\x4a\x36\xdc\x55\x67\xec\x90\xf6\x7f\xb1\x45\x16\xbe\x25\x7e\xc2\xaf\x3f\xab\x90\xef\x9f\x5e\x08\xe3\xa0\xc2\xe9\x78\xc3\x3e\x13\x9c\x3e\xaf\x62\x1d\x1b\x39\x62\x2c\x43\xad\x91\xf5\x45\x96\x15\xad\x09\x91\xf3\x66\x42\x88\xbe\x41\xce\xe4\x02\xbe\x6f\x38\x10\xbc\x6a\x8b\xd7\x41\xad\xdc\xf3\x4e\xcd\xd0\x76\x76\x9a\x6d\xa0\x1d\x87\x59\xd3\x52\x52\x22\xfb\xde\xf2\xac\x93\x16\xbc\x13\x51\x0c\xe8\x59\x41\xb1\x0d\x89\x4f\x77\x40\x6e\x20\xe9\x65\x93\x22\xc2\xd3\x9d\x52\x90\x59\x8b\x61\x56\x95\xb5\x40\x40\x82\x1c\x8a\xc9\x01\x25\xa7\x56\x77\x18\xc5\x03\x0e\x11\x90\x73\x4a\x77\x8f\xf2\xc9\xb2\x46\x2f\x8f\x0e\x9f\xee\x3f\xfb\xb4\x56\x2a\xe4\x68\x11\x4e\xc2\x0c\x56\x1b\x5d\x1e\xed\xd4\x96\x69\x1a\x07\x5a\x7d\x2d\x8f\x80\x2c\x35\x15\xc5\x32\xb0\xa0\x7b\x64\x62\x7c\x39\xf3\xa1\xb8\x58\x53\xcf\xdd\xdd\xbd\xdd\xdd\x0b\xeb\x6a\xcc\x2b\x34\xd5\x26\xee\xd7\x29\x71\xfc\xb5\x6e\x8d\x6a\x2d\x1b\xbe\x4f\xaf\x08\x4c\x2f\xbb\xed\x4d\xc5\x8e\xb2\xf4\x5a\x11\x0f\x62\x92\x31\x83\xeb\xd1\xfe\xb5\x59\x1e\xba\x1c\xb2\x4f\x71\x49\x0c\x61\xbd\xec\x75\x2b\xa9\x1e\x4c\xd3\x03\xcd\xcc\x0a\xd7\x09\x07\x28\x70\x63\xd6\x10\x17\xcc\x3c\xed\x5b\x7d\xf1\xff\xa6\x45\xda\xf0\x21\xc8\x5f\x1d\x9f\xf5\x28\xa3\xe8\xb6\xcd\x8d\x22\xd2\x49\xb9\x60\xc4\x53\x60\x65\xb9\x32\xe2\xf1\x87\xe5\x7c\x9f\x95\x6b\x0c\x72\xc2\xb4\x8b\x95\x9a\x02\x5b\x76\xb7\x1c\xba\xdc\x09\xe6\xf4\xed\x96\x27\x88\xbc\x4a\x1a\xd6\x68\x49\xa9\x85\x23\x15\x50\x8d\x31\x30\xe4\x82\xea\x1d\x26\x18\x11\xe0\x94\xfa\x82\xcd\x32\x1d\xb1\xe6\x5c\x05\x3a\x03\x1b\x46\x20\xa8\xf5\x99\xe7\x7e\x48\x1e\x34\x32\x5b\x33\xff\xc6\x58\xa6\x07\x96\x34\x10\xd3\x34\x52\x4a\xde\xb0\x5e\x3a\xbc\x87\xf4\xb8\x72\xa1\x0d\x21\xcf\x11\x27\x76\x9c\x93\x56\x50\x7a\x0f\x73\x02\x08\x31\x2f\xd6\x52\x62\x35\x95\x2c\xe7\x9e\xe1\xbe\xeb\xfb\xa6\x1c\xde\x71\x37\xc7\x3b\x6f\x2c\xd3\x23\xab\x1e\x53\xc8\x8b\xc3\x89\x24\xfa\x68\xdb\x59\xe1\xeb\x4c\xca\x60\xb6\xb1\xef\xb7\x2a\x51\xc5\x1d\xfb\xb6\xef\x1d\x2a\x99\x74\x5b\x34\x8f\x0d\xc5\x86\x3b\x06\x67\xa3\xde\xb0\xd9\x0e\xaa\x09\x91\x21\x9d\x9a\xaf\x40\x54\x22\xb5\xb4\x55\x53\xc2\x50\x64\x89\x29\x1a\xb6\xa2\x22\xd5\xf3\x22\xdd\x42\x27\xcc\x1c\x96\x55\x3f\xcb\x57\x35\x12\xca\x09\xf6\x4d\xe7\x7c\x58\x56\x8f\x26\x49\x63\x96\x99\x0e\x4c\x2e\xcd\xe3\xb6\x73\xe2\xd9\xa5\xf8\x48\x9f\x78\x85\x65\xb7\x55\x58\x2c\xbb\xac\x4e\x1a\xb9\x5a\x9e\x03\x1f\x10\xc2\xf3\xf3\x4a\x05\x69\xdd\xaa\x39\xc4\x4a\xb6\x07\xd0\x01\x7b\x69\xa2\x49\x91\x17\x74\xdc\x17\xd6\x10\xd6\xa7\x3f\xa2\x94\x91\x82\x5d\x45\xc8\x9d\x81\x46\x3d\xeb\xd7\x17\x1b\x89\x64\xe5\x05\x95\x6a\x12\x49\xaa\x59\xa4\x95\xba\x67\x7e\xbb\x94\xda\x3a\x9a\x5a\x80\xdf\x6d\x7f\xb5\x94\xb3\x3f\x32\x8f\xcb\x64\xe6\x20\xd5\x1c\xbe\x72\xdb\x9c\x82\x53\xc2\x73\x6f\x27\x0a\x3d\xef\x04\xf9\x3d\x05\x6e\xe6\x8a\x84\x2f\x9b\x6b\xdd\xdf\xeb\x1f\xf3\xd5\x8b\xdf\xfd\x92\x36\xf9\xc4\x0e\x4b\x56\xdc\x93\xc6\x68\x73\x73\xb3\x8c\xd3\xf0\x8e\x92\xc0\x35\x69\x34\x05\x5e\x9f\xd9\xae\xf3\x86\x6c\x99\x94\xed\x2f\xe5\x04\x71\x5d\x9a\x82\x89\x8d\x8b\xa4\x38\x4a\xdb\x6f\x05\xe0\x67\x49\xe5\x12\xc1\x35\xfe\x4d\xa9\x88\xca\x00\xf1\xfd\x52\x08\xa2\x93\x65\x58\xe8\xce\x25\x4c\x73\x6c\x74\x9b\xd5\xaa\x89\xb3\x44\xbd\x6b\x87\x44\xff\xbc\xe2\xf2\xd6\x3e\x75\x5a\xcf\xf7\xf6\xca\xcf\x2f\xcd\xc3\xc1\x4e\xad\x14\xbd\x7a\x30\xaf\xf6\xf7\xf7\x3f\x5d\x3d\x0c\xc2\x24\xad\x89\x17\x0a\x89\x85\x04\x7d\xf2\x73\xc4\x77\xfb\xd1\x07\xa7\x53\xab\xe7\x49\x96\x72\x00\xe4\xaf\x34\xca\x06\xc7\x45\x79\xc9\x51\x72\xf5\xf0\x92\xf2\x84\x8a\x1a\xb4\x94\xa5\xbd\xcf\xd2\x38\x44\x9e\x97\x66\xb3\xed\xe5\xd5\x6c\x9b\xb4\xb7\xfd\x31\x9e\xea\x80\x5d\x9d\x87\x64\x25\x9d\xa1\xd7\x6f\x9a\x58\x16\xa7\x33\x73\xed\xb7\xae\x2c\x95\x31\x8d\xfa\xa7\x26\x98\x95\x41\x8d\xa2\x31\x7d\x12\x5b\xb6\xd7\x34\xb6\xfa\x73\xc7\xfd\xcb\xb1\x25\x33\x03\xeb\x0d\xe9\x20\xb4\x5c\x86\x5c\xa2\x5c\xa0\xa7\xa2\x22\x3b\xd5\x3a\x4b\xdb\x2c\x87\xd5\xd8\x48\xb6\x1c\x5b\x85\xb1\xad\xff\x97\xa9\xc6\xdd\x2c\x83\x11\xb4\xdc\xf8\x38\x03\xf4\xd1\x36\xdb\xf2\xb2\x98\xd1\x43\x17\xba\xa7\xcf\x57\x61\xc6\xfb\x77\xb3\x2c\xcd\xe8\xa1\x95\x29\x2a\x5e\xdc\x8d\xee\x46\x82\xd3\x43\xf6\x49\x2c\x87\xbf\x3a\x25\xd3\x29\x75\xc3\x5b\x37\x69\x3d\x1d\x43\xc3\xb6\x9f\x97\xc3\x56\x03\x58\x19\x77\x7b\x53\xe3\xba\xeb\x8f\x0d\xdd\x34\xb8\xa3\xa9\xac\x92\xc2\x2c\x60\xdd\xe8\x2a\xb2\x34\xc7\xf3\x23\x7d\x43\x16\xc8\x2e\x98\x12\x30\x50\xa2\x62\xa9\xc5\xe3\x0f\xe3\x55\x6f\x78\x12\x78\xc3\xb1\x21\xcd\x16\xaa\xc8\x91\xf9\x96\x66\xed\xcd\x94\xee\xe0\x14\x69\x35\x1b\x32\x58\xa7\x3b\xc6\x99\xa9\x8c\xed\x97\x7a\x66\x4d\xaf\x80\x44\xcf\xd5\x34\x7f\x48\xce\xde\x73\x7b\xaf\xbb\x2b\x7e\xf2\x13\x7c\xab\x89\xbd\x83\xa7\x15\x88\x09\xfc\xd3\x6e\x87\x2b\xf0\xcf\x39\x06\xce\x08\x07\x79\xd7\x11\x78\xf2\xed\x87\xfb\x6a\x37\xbb\xbd\xd7\x1f\xec\xcc\x7d\xb7\x54\x19\x63\x07\x92\x2b\x2c\x87\x04\xd0\x5a\x1e\x45\x32\x96\x54\x84\x99\x52\x6d\x66\x81\x65\x53\x8f\x4d\x75\x3d\xe3\xc5\xac\x0a\x65\x95\x63\x4e\xee\x3b\xe3\xa4\x7a\x6a\x9e\xb4\x04\xd7\xb0\x5b\xbe\x7d\xe2\xab\x73\xab\x8f\x05\x82\x3a\xf0\xf7\x1e\x2a\xe2\xb9\xa0\x42\x03\x64\xbe\x01\xe2\x79\xdf\xaf\xde\x03\x8c\xcd\x5d\x7b\xb6\x92\xcd\x39\x60\x85\x49\x43\x48\x8c\xe9\x1e\x92\x5a\x25\x37\xd6\x2d\xc0\x0d\xc9\xe4\x0b\xa0\xa3\xf1\xfd\x22\x5a\xde\xb1\x7b\xea\x52\xbd\x0c\xc3\x77\x2e\x86\x54\x88\xbb\xbd\xce\x5a\x95\x54\x19\x49\xee\x68\x89\x1a\xab\x5a\x7a\xa8\x00\xb0\xb9\x80\xb6\x0a\x67\x09\xa6\x53\x93\x52\x75\x36\x45\x2d\xe9\xc8\xaa\x5a\xf0\x70\xcf\x3b\xf5\x03\x4b\xfd\x7f\xd7\xe4\x8b\xcf\x57\x12\xfb\x5d\x17\xd6\xd3\x75\x7c\xb6\xa8\xf7\x66\x6b\xb7\x9a\xf3\x6d\xd5\xb6\xf6\x36\xbe\x9f\xd3\xa9\xb8\x54\x06\xf2\x2b\x8a\x5b\x01\xef\x5d\xe5\xad\xeb\xf1\x6b\x05\x6e\xd6\xe5\xc5\x46\x89\xdc\x69\x7b\x5d\xbe\xd5\x22\x7c\x0d\xe9\xbe\x1e\x16\xf2\x0e\x61\xc5\x2c\xef\x90\x2b\xec\x87\xf4\xe7\xb3\xd5\x45\x1c\x97\xe6\xfe\xd0\xfe\x08\xe4\xa8\xc8\xa7\xcf\x1d\xb2\x1b\x93\x6f\x66\x69\xf5\x6a\x37\x2b\x92\x84\x90\x86\x9a\xb9\x22\xc6\xb1\x5f\xa5\x91\xe2\x5f\xb4\x34\x2a\x05\x25\xeb\x8b\x5e\x91\x54\x7b\xb3\xf1\xf2\x9d\x08\x97\xd3\x01\xde\xf4\x13\x96\xe6\x38\xe0\xda\xc8\x9a\x9a\xd1\x0d\x4c\xc4\xa1\x45\x11\x3a\x6b\xb3\x92\x86\xb9\xf6\x0c\x6c\xe3\xb9\x43\xd7\xb7\xed\x33\x26\x60\x9f\x19\x57\xdb\x9d\x3b\x7c\x52\xab\x5f\x95\xcc\x65\x18\x23\xbc\x20\x5a\x4f\xae\xac\x14\xba\x7c\x0f\x4c\x7b\xc0\xed\xf7\x09\xda\x7b\x32\x77\xd6\x85\xba\xa7\x3b\x44\xc7\x9a\xd9\xac\x30\xbc\x90\x7c\x9b\xe3\x20\x2c\xe6\x13\xa4\x20\x62\xaa\x27\x57\x9f\x94\x91\xaf\x5e\x2f\x92\x8c\x38\x15\x2b\xad\x5e\xcf\xc3\x99\xa6\xe8\x49\x81\x9d\xc3\x7f\x9a\xac\x02\xbc\xca\xeb\x7a\xb2\x60\x32\x1b\xa5\x13\xcd\x0d\x24\x6c\x7b\xb7\xf1\xac\x71\xe0\x34\xbd\x13\x42\x22\x87\x89\x34\x96\x5a\xfd\xc1\x0c\x5f\x44\x91\xd1\x97\xea\xe1\xcd\x04\xbc\x3d\x7a\x07\x05\xdd\xd1\x2e\x1f\xca\xfd\x7b\x75\xde\x60\xe6\x73\x46\xbf\x93\xee\x38\x68\x77\x3b\x9d\x4d\xac\x7f\x78\xff\xb3\x49\x65\xf7\xe1\x8c\x8c\x51\xc3\x57\xb0\x79\x0a\x5f\xbf\xcb\xe6\x67\x13\xbb\x75\xa4\x47\xab\xdd\xbf\x51\xbb\xcf\x09\x6b\x9b\x03\x6e\x90\x49\xfd\xcc\xaf\x7d\x3d\xaf\xb7\x06\xf4\xf7\xf4\x45\x2d\x92\xf5\xb6\x5b\x9b\x66\xf5\x8e\x57\x4b\xe2\xfa\xa0\x57\x8b\xaf\xeb\xbd\x97\xb5\xac\xa8\x7b\x67\xb5\xaf\xc2\xfa\xcf\x46\x35\xa9\xeb\xae\x5f\x5b\xe6\xf5\x63\xaf\xb6\x8c\xeb\xa3\x5e\xed\x72\x56\x3f\x3e\xa9\x61\xd2\xee\x98\xaf\xa3\x48\xb6\x0b\xac\x56\x7a\x5e\xfb\xed\x3f\xff\xfc\x37\xff\xf1\x67\xbf\xf9\xd5\x3f\x7d\xff\x17\x7f\x52\xfb\xed\xaf\xbf\xf9\xef\x7f\xf8\x73\xfb\xa5\x2d\x8b\x5c\x4f\xe6\xb5\x4e\x16\x26\xdf\xfe\x7d\xa8\x74\x6d\x20\x91\xe1\x83\xa9\x45\xba\xd6\x0b\xf3\x6b\x25\xff\xf3\x6f\x8b\xda\xfb\xbf\xf9\xee\x8f\xbf\xfb\xe6\xbb\x6f\xde\xff\xdb\xfb\x5f\xbd\xff\x75\xed\xfb\xbf\xfc\xbb\xef\xff\xea\x1f\xff\xeb\x17\x7f\x5d\x73\xf5\x32\xfc\xf6\x97\x69\x5c\x1b\x81\xb4\x16\xb3\xe2\xdb\x5f\x68\xba\x9d\x3f\xce\x42\xad\xa8\x31\xd6\x57\xaa\xf6\xfe\x97\xdf\xfd\xe9\xfb\x7f\x7f\xff\xaf\xef\xff\xe5\xbb\x9f\x1b\x19\xb5\x6e\x1e\xc6\x8a\x88\xa4\x21\x62\x11\x9f\x02\x39\x04\xd1\x42\x64\x76\x57\x00\x37\x56\x14\xc1\x86\x24\xe2\x78\xee\xb0\xa6\x58\x63\x0e\xab\x0b\x8f\x5f\xcf\x1d\xd6\x19\x3f\xd6\xc7\xaf\x1c\xd6\x1d\xff\x84\xcc\x61\x05\x92\x1b\x66\x0e\x6b\x11\x8f\x49\xec\xb0\x2a\xe9\x07\x10\xd7\x0e\xeb\x93\x6e\xea\x0a\x87\x95\x8a\xc7\xaf\x42\x87\x35\x4b\xb3\x68\x87\xd5\x8b\x47\xfe\x74\x58\xcd\xf4\x2d\x76\x58\xd7\xf4\x0b\xb4\x99\xc3\x0a\xa7\xcc\x24\x77\x38\x5c\xdb\xdf\x87\x20\x10\x2c\x97\x04\x2f\x88\x77\x73\x35\x9b\xc7\xf8\x1f\x39\x78\x1c\x72\x89\x88\x8d\xab\x01\x2a\x14\x1f\x21\x45\x75\xde\xac\x7a\x34\xec\x30\xba\x74\x4b\x09\x1a\xe1\xce\xa7\xc3\x57\x41\x07\x44\x18\xb4\xf0\xd8\x33\x37\x9d\x95\x20\xe8\xcf\xc1\x20\x09\xc8\x4d\x99\xe0\x2e\x15\xe7\x4b\x76\xb2\xec\x59\xca\xb7\x2e\xcc\xcc\x53\x70\x86\x0d\xb9\x04\xe1\xe6\xd6\x81\xbd\xea\x7f\x02\x00\x00\xff\xff\xf1\x97\x7b\xdc\x8f\x28\x00\x00") func confAppIniBytes() ([]byte, error) { return bindataRead( @@ -297,7 +297,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 10108, mode: os.FileMode(420), modTime: time.Unix(1454858070, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 10383, mode: os.FileMode(420), modTime: time.Unix(1454961797, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/templates/.VERSION b/templates/.VERSION index 42d16d0193..90404f1b7c 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.32.0207 \ No newline at end of file +0.8.33.0210 \ No newline at end of file