From 054e97d6143b1ee86b4cd2d34e3b3da9cfe0df9a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 22 Feb 2017 21:46:43 -0500 Subject: [PATCH] csrf: able to set custom cookie name Add new config option '[session] CSRF_COOKIE_NAME'. --- conf/app.ini | 2 ++ gogs.go | 2 +- modules/bindata/bindata.go | 6 +++--- modules/setting/setting.go | 3 ++- templates/.VERSION | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/conf/app.ini b/conf/app.ini index 1e66a758a..36393a327 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -250,6 +250,8 @@ ENABLE_SET_COOKIE = true GC_INTERVAL_TIME = 86400 ; Session life time, default is 86400 SESSION_LIFE_TIME = 86400 +; Cookie name for CSRF +CSRF_COOKIE_NAME = _csrf [picture] ; Path to store user uploaded avatars diff --git a/gogs.go b/gogs.go index 5f4694801..acad1c1b3 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.165.0222 / 0.10 RC" +const APP_VER = "0.9.166.0222 / 0.10 RC" func init() { setting.AppVer = APP_VER diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index e936a373d..4384fa61b 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -292,7 +292,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7b\xdd\x8f\x1b\x49\x92\xdf\x7b\xfe\x15\x31\xbd\x5e\x4b\x32\x8a\xec\x0f\xa9\x7b\x7a\xd4\xcb\xc5\x50\x64\x35\x9b\x27\x7e\x4d\x55\x51\x1a\x8d\xd0\x28\x65\x57\x25\x59\xb9\x5d\xac\xac\xa9\xcc\xea\x16\x07\xc6\x61\x17\x7e\xf0\x07\x6c\xf8\xc1\xf6\x1d\x0c\x1c\x0c\x2f\x0c\xfb\x80\xb3\xcf\xde\x83\x6d\x60\x77\xbd\x67\x3f\x8c\xef\x5d\xfa\x1f\xce\x73\x3e\xc3\xc6\xfd\x0b\x46\x44\x56\x91\x45\xa9\xa5\x9b\x05\xec\x19\x40\x24\xab\x32\x23\x33\xe3\xf3\x17\x11\xd9\x3f\x80\x4f\x3e\xf9\x04\x26\xee\x33\xd7\x03\xfa\x67\x3c\xed\x0f\xcf\x5f\x40\x70\x31\xf4\xe1\x7c\x38\x72\xf1\x3d\xb3\xa3\x66\x23\xb7\xeb\xbb\x30\xee\x3e\x75\xa1\x77\xd1\x9d\x0c\x5c\x1f\xa6\x13\xe8\x4d\x3d\xcf\xf5\x67\xd3\x49\x7f\x38\x19\x40\x6f\xee\x07\xd3\x31\xf4\xa6\x93\xf3\xe1\xe0\x5d\x0a\xc3\x73\x78\x31\x9d\x43\xd7\x73\x61\xd6\xed\x3d\xed\x0e\x70\xc6\xcc\x9b\x3e\x1b\xf6\x5d\xcf\xd9\x59\x60\xfa\x1c\x29\xcf\x5e\xc0\xf4\x1c\x86\x01\xd1\x60\x67\xd0\xcd\x73\xc8\xf8\x4a\x80\x49\xb8\x01\x9d\xa8\x5b\x0d\x2a\x03\x71\x23\x8a\x35\xe4\x7c\x29\xc0\x48\x93\x0a\xd6\x9d\xcd\xc2\x49\x77\xec\x42\x07\x06\x6a\xa9\xd9\x19\x04\x89\xb0\x33\xd5\x02\x4c\x22\x40\xaf\xb5\x11\x2b\x28\xb5\x28\x2c\xb1\xa2\xcc\xb4\x1d\xec\xcd\x27\xe1\xdc\x77\x3d\xe8\xc0\x52\x1a\x76\x06\xae\x34\x89\x28\x60\x2f\x16\x37\x7b\x0e\xec\xe5\x85\x8a\xf7\x40\x15\xb0\x67\x84\x36\x7b\x34\x7e\x3c\xed\xe3\x62\xb1\xb8\x61\xec\xa5\x16\xc5\x8d\x28\x2e\xd9\xcc\x9b\x06\xd3\xde\x74\x04\x1d\x48\x8c\xc9\x59\x7f\x3a\xee\x0e\x27\xd0\x81\x54\x45\x3c\x4d\x94\x36\xcc\x9b\x4e\x83\x70\xee\xe1\x90\x1f\xde\xaf\xc7\x3f\xd0\x8f\xf7\xf7\x7f\x78\xdf\x0e\x7f\xa0\x1f\xff\xf0\xfe\x45\x10\xcc\xc2\xd9\xd4\x0b\x1e\xe8\x7d\x46\x3f\xba\xfd\x3e\x6e\xf0\xa0\x4d\xff\xb3\xcd\x00\xe8\xc0\xc3\x83\x83\x03\x76\x06\x33\x51\xac\xa4\xd6\x52\x65\xb0\x50\x05\x94\x99\x7c\x0d\x5a\x45\xd7\xc2\xb0\xf9\x64\xf8\x65\xe8\x4f\x7b\x4f\xdd\x20\x9c\xb9\xde\x78\xe8\xfb\xc3\x29\x6e\xec\xe4\xe4\x84\x9d\xc1\x08\xb7\x07\xf7\xfb\xe3\xaf\x1e\x00\xee\x0d\xa7\x23\x67\xe0\x56\x15\xd7\xa2\xd0\x70\x5f\x97\x51\x02\x5c\x83\xef\x5f\x40\x99\xc7\xdc\x88\x07\xc0\xa3\x48\x68\x2d\xb3\x25\xdc\x8a\x2b\x40\x1e\xc8\x48\xb4\xd9\x19\x0c\x33\x58\x29\x6d\x20\xe2\x5a\x68\x58\xab\x12\x62\x05\x99\x32\x90\x09\x11\x83\x51\x10\x25\x3c\x43\xd1\x25\x02\x62\xb1\xe0\x65\x6a\xe0\x86\xa7\x25\x4d\xee\xa6\x46\x14\x20\x0d\xa8\x2c\x5d\x83\x5c\xe0\xfc\x82\xd6\xb5\x5c\x86\x4c\xc5\x02\xa4\x26\x82\x24\x58\x14\x32\xd7\x80\x1c\xa1\x97\x6d\x36\x9a\xf6\xba\xa3\xf0\x63\xac\xde\xb0\xf4\x7d\x6e\x9f\x41\x5f\x6a\x7e\x95\x0a\x5a\x74\x21\xb8\x29\x0b\x01\xb7\x89\xc8\x68\x49\x7e\xc3\x65\x8a\xaf\x59\x7f\xe8\x77\x9f\x8c\xdc\x10\x87\x75\x60\xc1\x53\x2d\xd8\x19\x3c\x4f\x04\x29\x4f\xa9\x05\x5c\x95\x32\x35\x32\x6b\xee\x5e\xe1\x01\x4c\x9b\xf9\x41\xd7\x0b\x70\x6a\xe8\xbb\xde\x33\xd2\xbd\x9a\x42\x5f\xad\xb8\xcc\x2a\xb5\x57\x70\x25\x40\xbc\xce\x95\x16\x31\x54\xa4\xa2\x54\x65\x02\x05\xc5\x70\xfe\x46\xc9\xb6\x0a\x84\xca\xa0\x0a\x03\x59\xb9\xba\x42\x75\xff\xeb\x89\x54\x9a\x74\x74\xc4\xce\x60\x22\x0c\xca\x1d\x64\x66\x44\xb1\xe0\xd1\x9d\xe7\x48\xa5\x36\x22\x43\x63\xa4\xf9\xa3\xa1\x1f\xb8\x93\xf0\x62\xea\x07\x0d\x25\xdd\xdd\xc6\xf7\xa6\x52\x6d\xe6\x87\xf7\xeb\x9d\xd1\x89\x3c\xa5\x0c\xe4\xdc\x24\x68\xd1\x48\x23\x96\x85\x88\x8c\x2a\xd6\xce\x46\x8b\xa4\x86\x7b\xbf\xbb\xdf\xd6\x3a\xb9\xe7\xc0\x55\x69\x48\xf9\x12\x7e\x43\x8c\x44\x89\xdc\xdb\x4f\xd4\x4a\xec\x2f\xa5\xb1\xa3\xda\xb4\x2e\x69\xca\xac\x1b\x5c\x40\x87\x9d\x41\x2f\x51\x4a\x5b\xed\x8c\x64\x9e\xa0\xfe\x1b\x05\xba\xcc\x73\x3c\x0c\xda\x06\xf1\x4f\x65\x99\x88\x8c\x54\x99\x66\x5b\x31\x86\xbd\xe1\xec\xc2\xf5\x7c\xe8\x00\x17\xfa\xf0\xe8\xb4\x15\x99\xc2\xa1\xef\x9f\x1d\x6d\xbe\x1f\x1d\x9f\x6c\x9f\x1f\x9d\xb6\x96\xd1\xea\x73\x95\x8b\x4c\xeb\xa4\x1d\xa9\x95\x03\xbc\x88\x16\xaa\x2c\x8e\x8e\x4f\x36\xdf\x0f\x8f\x4e\x49\x35\xab\x33\x93\x19\x15\x82\x1b\x01\x46\xac\x72\x55\xf0\x62\x0d\x0b\x99\x0a\x6d\x55\x15\x3d\x15\xe4\xe5\x55\x2a\xa3\x6b\xb8\x16\x6b\x28\xc9\x52\xb5\x4e\x5a\xd7\x62\xbd\x14\x99\xc3\xce\x9a\x6c\xab\xdc\xe3\x96\xd6\x86\xbb\x96\x45\x4f\xdd\x17\x61\xe0\xfa\x0d\x36\xcd\x50\x14\xc8\x98\x2d\xc9\x1d\x39\x6c\x9f\xdf\x03\x9e\xc5\x90\x0a\x74\xe0\x22\x4d\x61\x21\xb3\x18\x54\x69\xe0\x36\x91\x51\x02\xa8\x87\x78\x1a\x9e\xa6\x9b\xb5\x06\xa8\x06\xb4\x52\x83\x3e\xb9\x96\x58\x46\x78\xe8\xdb\xca\xcc\xc8\x9b\x88\xe8\x1a\x56\x32\x93\xab\x72\x45\x67\xd5\xf2\x1b\x01\xb7\xd2\x24\x10\xa9\xa2\x10\x3a\x57\x59\x8c\xa7\x37\xeb\x5c\xb0\xf1\x70\x32\x1c\xcf\xc7\x74\x22\x7f\xf8\x95\x1b\xf6\x2e\xdc\xde\xd3\xa6\xfd\x55\xe6\xdf\xeb\x4f\x30\xd0\x64\x68\x31\x55\x0c\x58\xa9\x58\xb0\xe9\xf9\xf9\x68\x38\x71\xeb\x10\x60\xa7\xd5\xce\xc0\x9b\xce\x03\xd7\x0b\x47\xd3\x41\x83\xe2\x40\x64\xa2\xc0\x5d\x6b\x23\x72\xfd\x98\x9d\xc1\xdf\x80\xf6\xfe\x12\x3d\x6c\x24\x0a\x03\xad\x88\x77\x4c\x51\x0a\x68\xc5\x65\xc1\x51\xa7\x3a\xa7\x9f\x9e\x1c\x24\x07\xab\x03\x0d\x2d\x8c\x1b\x9d\xd5\x1a\x3f\xda\xe2\x35\x5f\xe5\xa9\x40\x2d\x61\x67\xec\x0c\xa6\x05\x2c\x0a\xb5\x02\x0e\xed\x7c\xf1\x9a\x14\x80\x0c\xbd\x30\x22\xb6\x6f\x50\x8d\x9f\xcb\x2c\xc6\xc8\x89\x8b\xc9\x85\x65\xa0\x36\xaa\x10\x70\x3f\x56\xec\x8c\xfc\xda\x42\x15\x4b\x61\x90\x9f\x76\x3e\x4d\xcc\x0b\x79\x83\x83\xaf\xc5\xfa\x81\xdd\xb6\x55\xd3\x14\xf2\xeb\x48\x1f\x1e\x41\x4b\x66\x44\x95\x56\x6f\xa1\x4c\xed\x2f\xb1\x82\x56\xa6\xae\xc5\x5a\x7f\xbf\x59\xd7\x62\x5d\x4f\xc2\x17\x1a\xbf\xc4\x42\xb3\x9e\xeb\x05\x21\x81\x8a\x0e\x44\xa5\x36\x6a\xb5\x8f\x91\x55\xef\xd7\xcb\x30\x14\xe3\x5d\x03\x2a\x8a\xec\x0c\xe6\x79\x8e\xae\x46\xdc\x88\x94\xc0\x80\x58\xe5\x29\x1e\x0a\x95\x52\x1b\x6e\x64\x64\xf9\x86\xbe\x65\xd7\x28\x88\x05\xa8\xe6\xb7\x89\x28\x84\x0d\x89\x52\x83\x78\x2d\xa2\xd2\x88\x18\x9d\x78\x30\xec\xbd\xe3\x3e\xfa\xd5\x7c\x9a\x88\xde\x02\x31\x4c\xcc\x0d\x27\x90\xd2\xef\x06\xdd\x5a\xb3\xe9\x21\x61\x9c\x14\x65\x82\x81\xdb\xee\x72\xf0\xd5\x70\x56\x3b\x1c\xe6\x4e\x48\xb1\xe8\xd9\x56\xa5\x46\xdc\xaa\x34\x61\xa0\x05\x45\x95\xac\x95\xaa\xe5\x52\xc4\x84\x71\xb4\x03\x11\xcf\xd0\xef\xef\xa1\xc7\xb3\xf0\x45\xbc\xce\x53\x55\x88\x3d\x36\xea\x12\x78\x0b\x67\xdd\x01\x32\x0e\x47\x30\xf6\xb2\x10\xb9\xd2\x12\x6d\xfe\x72\xc7\xdf\x22\x79\x54\x17\x5c\x6f\x33\x46\x0a\x7d\x4f\xd3\x11\x76\xcc\x7e\xef\x77\xf7\x7f\x84\xeb\x63\xf4\xfa\x31\xa9\x78\xab\x39\x65\x8f\x00\x10\xf1\x09\x01\x9a\x8e\x0a\x99\x1b\xb2\xcb\x3a\x24\x54\xc7\xd6\x0e\x68\xb5\x12\x46\xae\x84\x86\x48\x95\x69\x4c\x67\xd1\xc9\x1e\xf3\x7b\xde\x70\x16\x84\xc1\x8b\x19\xee\xfd\x8a\xeb\xa4\xc1\xf5\xee\xc4\x1f\x22\xbe\x28\xb4\xb0\xbe\x9a\x67\x50\x66\x85\x88\xd4\x32\x93\xdf\x88\xb8\x7e\xc7\x70\x60\xd8\xbb\xe8\x7a\xbe\x6b\xf7\x73\xae\x8a\x48\x54\xc8\x32\x13\xb7\xdb\x93\xae\xab\x00\x5a\x19\x03\x3b\x9f\x7a\x3d\x37\x9c\x79\xc3\x67\xdd\xc0\x6d\x5a\x79\xaa\xae\x78\x0a\x2b\xfe\x9a\x1c\x11\x79\x67\x92\xa9\x5c\x21\x9c\x59\x34\x29\xe6\x16\x21\x14\x0e\xb4\x0e\x61\x25\x78\x86\x78\xc6\x8e\x64\xe3\xee\x97\x61\xcf\x73\xbb\xc1\x70\x3a\x09\x47\xc3\xf1\x10\x83\x61\xeb\x90\x9d\xc1\x58\x16\x05\xca\x62\x9d\x45\xf0\x75\x29\x4a\x01\xa9\xc8\x96\x26\x71\x40\x66\xb8\x9c\x16\x08\x98\x56\xdb\x51\xe4\xf2\x0d\x47\x83\x42\xc8\x25\xb3\x25\x1b\x0f\x3d\x6f\xea\x85\x5f\xcc\xdd\xb9\x1b\x8e\xdc\xc9\x80\x54\xf1\xb0\x82\x90\xdc\x44\x89\x8d\x1d\x1f\xa6\x9f\x97\x69\x0a\x85\xf8\xba\xa4\x10\xb3\x99\x71\xc7\x5a\xb3\xf9\x68\x14\x7a\xee\x17\x73\x0c\x1c\x1f\x58\xb1\x10\x0b\x51\x14\x22\x86\x91\x8c\x44\x86\x80\xd1\x28\xc8\x53\x84\x1d\xdc\x3a\x21\xa3\xf2\x1a\xc4\x23\x5e\x40\x84\x82\xd0\x68\x55\x6a\x03\x2b\x5a\x9e\xcc\x97\xf0\x12\x3a\x16\x95\x2d\xf6\x53\x4b\x0c\xb5\xbe\xf2\x0a\xcd\xc7\x6c\xe6\xb9\xe7\xae\xe7\xb9\xfd\x70\x34\xec\xb9\x13\xdf\xc5\x80\xdd\xcd\x79\x94\x88\x7a\x1f\x70\xd4\x3e\x70\x90\xf7\xd5\xef\x46\x60\xe0\x57\x32\x95\x86\xd4\x82\x30\x12\x8f\x8c\x8d\x36\x4d\x4d\x87\xab\xb5\x85\xa4\x79\xa1\x8c\x8a\x54\xba\x09\x11\x84\x36\x07\x24\xd5\x5a\x75\xdc\xec\x5d\xc2\x2b\xb9\xa4\x88\xd1\xd0\x99\xab\xb5\xcd\x23\xac\xa3\xaa\xdc\x82\x85\xba\xe8\x50\xc2\xf1\x70\xe0\x91\xd2\x34\x08\xf7\x54\x16\x95\x45\x21\xb2\x68\x8d\xd6\x59\x6a\x0b\xc0\x0b\x61\x0a\x29\x6e\x04\x44\x6a\xb5\x92\x46\x83\xcc\x16\xaa\x58\x91\xbe\xb6\x21\x48\xa4\x86\x1b\x5e\x48\xda\x54\x2c\x16\x32\x43\x5a\x28\x80\x5a\xb9\x2b\x48\x87\x62\xe1\xfa\x5a\xdb\x8c\xaa\x72\x38\x45\x99\xd5\xa2\x23\x6c\x8e\x36\xdc\x86\xb9\x2e\x79\x9a\xae\x1d\x7c\xce\xce\x2c\xde\x87\x58\xe4\x02\xb1\xc0\x02\x12\x75\x0b\x2b\x9e\xad\xa1\x37\x9b\x6b\xb8\x1f\xa9\x42\xe8\x07\x1b\xf8\xd6\x86\xa1\x55\x00\x3b\x0d\xf1\x8a\x8d\x55\xdf\x88\x02\x03\x18\xa5\x3b\x31\x9a\xd3\x60\x3a\xf0\xe1\x56\xa6\x29\xf0\xd2\x28\x3c\x11\xe2\x8a\x35\xc4\xc2\x88\xc8\x6e\x6a\xbb\x77\x5a\x8b\xf2\x8b\x0a\xfe\xe0\x5a\xac\x37\x1d\x8f\x87\x81\x1f\x9e\xbb\x41\xef\x22\xec\x4d\x27\xbd\xb9\xe7\xb9\x93\xde\x0b\x44\xb6\x3b\x6e\xb2\x2d\x62\xfc\x44\x6f\x39\x92\x9a\x6c\xbc\x8a\xc0\x88\x6a\x11\x1a\x6e\xf2\x56\x74\x60\x04\x44\x53\x99\x09\xb8\x2d\x78\x8e\x4c\xa7\xfd\xf4\x54\x2c\x2a\xcb\xb6\xf4\x30\x0d\xf2\x45\xce\x49\x01\x1a\xb4\x48\xc7\x38\xc9\x8c\xb7\x21\x50\x5b\x5a\x35\xf2\x93\x26\xc1\x68\xba\x99\xe3\xc0\x4f\x4a\xc2\x81\xa6\x9e\xc7\x08\xba\x3c\xf7\xba\xb3\xd0\xfd\x32\x70\x27\x98\x07\xa2\xf2\xb7\xcd\x6b\xe3\xb4\x57\xb1\xd3\x5e\xf1\xe2\x3a\x56\xb7\x19\xfe\xb2\x1f\xd7\x31\x82\xc5\x67\x3c\x95\xb1\x3d\x1f\xc2\xa0\xea\x68\x74\x26\x0e\x79\x21\x6e\xa4\xb8\x85\xee\x6c\x08\x5c\x6b\x15\x49\x8e\x08\x84\x76\x6c\x12\xb1\x72\xa0\xce\x20\x79\x2e\xf7\x6f\x0e\xf7\xeb\x55\x76\xce\x4a\xd2\x25\xcb\xa1\xbd\xea\x36\xba\x07\xa2\x6b\xf8\x15\xb2\x0b\xf9\x43\xab\xc3\xad\xca\xee\xd9\x82\x00\xba\x24\x64\xe3\x2e\xe7\x21\x56\x42\xe3\x10\xf2\x10\x68\xf0\xcf\x86\xee\x73\x32\x19\x44\x0b\x04\xde\xf0\xdc\xf5\x3e\x76\xe5\x5a\xe6\xa9\xe2\xf1\xe5\xd6\x32\x1b\x66\x48\xeb\xd8\x01\xba\x5d\x99\x61\x1f\x3a\x80\x00\xae\x01\x8b\x6b\x24\x2d\xd3\x75\x85\xb5\xaa\x39\x70\x3f\x6e\x22\x84\xa5\x30\x1a\xa2\x54\xf0\x4c\xc4\x78\x72\x0b\x32\xea\x12\x07\x39\xd4\x07\x2c\x70\xc7\xb3\x26\x6a\xd8\x37\xab\x7c\xbf\xa2\x87\xa1\x0b\xb7\x84\x41\xb4\x12\x0a\x2f\x04\xf0\x34\x55\xb7\xd6\xda\xaf\xea\xb5\x45\xec\x80\x68\x2f\xdb\x20\x57\x7c\x29\xf6\x7f\x92\x8b\xe5\xdf\xb6\x5f\xf3\x6c\xd9\x86\x91\x40\x61\x8a\x55\x6e\xd6\x55\x4c\x22\x22\x80\x66\xb9\xa8\x97\x60\xdd\xd1\x68\xfa\xdc\xed\x53\xfc\xf5\x29\x72\x8e\x2b\xa7\x40\xb0\x5b\x2d\x40\xf0\xda\x27\xcb\x0c\xc6\x4f\x98\x65\x78\xf7\x4b\x82\xdb\xd0\x81\x87\x8d\x39\x5b\x63\xb4\x2a\x4c\x81\x91\x36\x4b\x71\x10\xa7\xa2\x98\x8e\x19\x7b\x59\x8b\xaa\x21\x96\x84\x17\xb1\xb5\x82\xab\x42\xf0\xeb\xad\xf8\x6b\xf7\x78\xd1\xf5\xd0\xc7\x4f\xdc\xf0\x89\xe7\x76\x9b\x28\xbf\x36\x58\x1b\x1e\x30\x11\x6e\xf9\x51\x22\x56\x77\xf1\x90\x6b\x5c\xe4\xba\x4a\xad\x0a\x81\xae\x06\xc3\xdd\xb8\x56\x9e\x33\x82\x1a\x15\x38\x87\xa5\x34\xce\x8a\x2f\x33\x61\x98\xad\x8e\x85\x73\x6f\x14\xfa\xbd\x0b\x77\x5c\x71\xec\xfb\x78\x0b\xf4\xa4\xb4\x92\x88\xf7\x51\xef\xed\x3e\x1a\x4b\x7e\x2f\x17\x61\x49\xd4\xfe\x61\x5f\x35\x2c\x84\xeb\x8d\xf6\xdf\xe1\x27\x48\x68\xbb\x2e\xe2\x43\xde\x81\xb1\x97\x88\xb9\x2f\xad\x93\x28\x2d\x1e\xed\x52\x75\xa8\xd5\x53\x99\x29\x54\xda\xea\x22\x2b\x5b\xd3\x42\x2e\x65\x06\x89\xe0\xe4\xac\x1b\xb8\x91\xaa\x39\x0a\xfd\x88\x16\x99\x61\xdd\x5e\xcf\xf5\x7d\x74\xbe\x81\x37\x1d\x85\xa4\x73\xe1\xd4\x1b\x0e\xa8\xd2\xc1\x2c\xe0\x43\xb9\x6f\x44\x94\x2e\x55\x21\x4d\xb2\xd2\x84\xeb\x4d\x22\x64\xb1\x93\x13\x5a\x24\x03\xf7\x4b\x2d\x10\x73\x19\x05\x71\x1d\xce\x49\xaf\x1f\xb0\x97\x98\x7e\x57\x53\xc2\x6b\xb1\x0e\x51\x9f\xf5\x25\x73\xfb\x47\xc7\xc7\x87\x9f\x41\x07\x8e\x8e\x4f\x98\xdb\xeb\xfb\x5d\x80\xea\x97\x47\xdf\xe9\xd7\xc1\xa3\x53\xd6\xdf\xfc\x3c\x3c\x38\x7a\xc4\xd8\x4b\x34\xd6\x2b\xae\xc5\x65\xa3\xaa\xb8\x5a\xeb\xaf\x53\xaa\x2b\x2a\x6d\x96\x85\xd0\x16\x9c\xeb\xaf\x53\x69\xc4\xc3\x3d\x87\xa2\x1e\xc6\xd2\xaa\xc4\x80\x7b\x0d\x64\xff\x89\x15\xee\x78\xed\x7f\x31\x6a\x80\x8a\x27\x35\x10\x26\xb2\xac\xaa\xc0\x1c\x1e\x7d\x4a\x35\x98\xc3\xc7\x0f\x1f\x1e\x9c\xb0\xaa\x34\x8a\x70\x9c\x55\x95\xce\x42\x29\xc3\x66\x5d\xdf\x7f\xde\xaf\xe1\xef\xce\x8e\x32\x8c\xd5\xa2\x2e\x84\x5a\x56\xe1\xa6\x11\xf8\xc9\xa2\x4a\x28\x6e\x44\x21\x17\xeb\xd6\xa2\x4c\xd3\x3d\xe6\xfb\xa3\x4d\x59\xd4\x8e\xaf\xc9\xd6\x47\x23\xd1\xec\x19\x19\x5f\xed\x39\x54\x8e\xe1\x57\x5a\xa5\xa5\xd9\x66\x59\x19\x1d\x9e\xbc\x1e\xea\x67\x55\x54\x64\x4d\xd7\x87\x87\x68\xc7\x57\x8c\xbd\xe4\xf1\x4a\x92\x37\xa8\x81\x59\x21\x96\x65\xca\x0b\xb8\x8f\xc9\x10\xbd\x7d\x60\x93\xa1\x46\xb5\x44\x15\x4b\x9e\xc9\x6f\xb8\xad\xdc\x6c\xd2\x76\x77\x30\x1f\x75\xbd\x70\xea\x0d\x36\xd8\x7b\xe3\x2c\xd8\x4b\x2d\xa2\xb2\x90\x66\x7d\xc9\x86\x13\x3f\xe8\x8e\x46\x88\xbb\x9a\xde\xe4\x93\x4f\x6c\x81\xdc\xd6\xd1\x83\x29\x3c\x75\xdd\x19\xbc\x98\xce\x3d\x20\x7e\x63\xda\x07\x7e\xf7\xdc\xfd\xe4\x13\xe6\xbb\x3d\xcf\x0d\xc2\xa7\x2e\x02\x8a\x4f\x7e\xf0\xf9\x79\xdf\x7d\xee\xb9\xcf\xbd\xbf\xf9\xb7\xee\x63\x36\x58\x1a\x85\x89\x9c\x44\x47\xb3\x12\xe4\x1d\x63\xbe\xd6\x6c\x34\x1d\x0c\x27\xa1\xe7\x8e\xdd\xf1\x13\xd7\x0b\xfb\xdd\x17\x68\x94\x9f\xb2\xde\x74\xfa\x74\xe8\x52\x01\xbb\x21\xe6\x90\xdf\x0a\x4c\xa0\xea\xd7\x9b\x79\xcd\x31\x84\xea\x63\x89\x92\xaa\x86\xf9\x6e\x6f\xee\x35\x93\x1a\x0f\xe3\x90\xc6\xe4\x47\xbd\x5e\x23\xa6\x4a\x44\x66\xea\x6c\xd5\xda\xf1\xa6\xcc\x4e\xb5\x75\xfc\xc1\x3c\xf7\x99\xeb\xf9\x98\x24\x4d\xbf\x7c\x11\x76\xe7\xc1\x85\x3b\x09\x86\x3d\x9b\xd2\x54\x0a\xf8\x65\xeb\xb9\xfb\x04\x5f\xb5\xf0\x41\x55\x45\x97\x91\xb8\x64\xdd\x5e\x30\x7c\xe6\x86\xbd\x69\xdf\x0d\x47\xf8\x6d\x3c\x9c\xcc\x03\x8a\x03\x87\xa7\x07\xcc\x73\x7d\x17\xf3\x6d\x54\xdd\x0f\x0e\x3a\x83\x39\xed\xa6\xae\x38\xab\x6c\x21\x8b\x15\x88\xd6\x8a\xcb\x94\x1c\x54\x21\x96\x52\x1b\x5b\x6e\x61\x9e\x3b\x18\xfa\x81\xeb\x85\xee\xb8\x3b\x1c\x85\xd4\xcd\xf0\xc6\x3b\x45\x59\x61\x9d\x94\x0d\x89\x76\xb2\x28\x48\xa3\x49\xd3\x6a\xfd\xe2\x51\xa4\xca\xcc\x96\xaf\x9b\xea\x35\xf4\x83\xf7\xd0\x39\x6d\x91\xf2\x18\x2d\x97\x54\x67\x32\x0a\x08\xef\xf0\x6c\x6d\x12\x99\x2d\xdb\x0c\xd3\xa7\xa1\xe7\x86\xfe\x70\x30\x19\x4e\x42\x44\x31\x0d\x0a\x63\x3c\x4d\xa6\xaa\xaa\x4e\x23\xf0\x4d\xa6\xc1\xf0\xfc\x45\x88\xa7\x69\x0e\x47\x1c\x12\x0b\xc3\x65\xfa\x98\x5a\x14\xfa\xf1\xfe\xfe\x52\x9a\xa4\xbc\x6a\x47\x6a\x85\xb6\x25\x8d\x26\x13\xdb\x97\x5a\x97\x42\xef\x1f\x9e\x1c\xd7\x34\x3f\x26\xd5\xcd\x22\x1f\x1a\x3b\xfd\x10\x13\xaa\x50\x1e\xf1\xdc\x44\x09\x47\x0c\x28\x63\xab\x5e\xef\x49\xa9\xa2\xdd\xeb\xce\x82\xde\x45\xb7\xc6\x5c\xec\xe5\xad\xb8\x4a\x94\xba\x46\x57\x10\x10\x0a\xc2\xe0\x2d\x88\x6e\x6c\x7b\x21\xb5\x13\x28\xb5\xd8\x16\x46\xf0\x98\xe8\xd2\x74\xca\xa3\x6b\xfc\x12\x4b\x1d\xa9\x22\xde\x63\x15\xb6\x21\x2b\x71\x80\xde\x3b\x50\xbd\x65\x67\x70\xa1\xd4\x35\x25\x3e\x1f\xc9\x92\xab\x3d\x61\x34\x57\x77\xe5\xc6\x77\xa7\xc3\x7d\x91\xca\x1b\x51\x50\xce\x84\x48\x5e\x66\xa0\x45\xa4\xb2\x58\xb3\xbe\x8b\x6a\xee\x85\xc1\x70\xec\x4e\xe7\x01\x81\xa2\x33\xa0\xb8\x0a\x32\x23\x0f\x25\x1a\x15\x3e\xe4\x97\xff\x74\x38\x0b\x83\x91\x1f\x3e\x73\xbd\xe1\xf9\x8b\x06\xd3\x27\x1b\xd8\x95\x48\x4d\xb0\xb6\x91\x01\x12\xfc\x44\x0c\x97\xf3\x25\xfa\xde\xc1\x70\x32\x08\x27\xf3\x31\x6d\x93\x80\x98\x4c\x45\x71\xd9\xc0\xbe\x35\xd9\x27\xe5\x62\x41\xb5\x36\x8a\xb5\x88\xae\x12\x9e\x65\x22\x75\xe0\x5a\x88\x1c\x24\x39\x75\x49\x01\xdf\x76\x76\x20\x26\x1c\x7f\x9d\xa9\x5b\xb8\x45\xf0\x43\x2f\xdb\xcc\x77\x27\xfd\xf0\xc9\xfc\xfc\xdc\xf5\x90\x47\x96\x41\x75\xe6\x1f\x4b\x9d\xa7\x7c\x6d\x7b\x19\x64\xcf\xb6\x09\xe8\xcf\x9f\xfc\x8e\xdb\xb3\xad\x83\xba\x21\x48\xad\x03\xb2\x12\x5b\x5f\x62\x67\x30\x58\x91\xfa\xeb\x95\xc9\xdb\x4b\xfc\x8e\xaa\xff\xf8\xf8\xf4\x53\x76\x06\x5f\x7c\x51\xbd\xf8\xfa\x6b\x7a\xfa\xe8\x04\x99\x3c\x51\x46\x38\x75\x9e\x41\xc5\x51\x91\xc5\x15\xd8\xda\x7b\x74\x72\xbc\xe7\x80\x3f\x0e\x66\x55\xe2\x89\x70\x5b\x8b\x18\x53\x5e\x94\x3b\x75\x7a\x82\x91\x0f\x2a\xb3\x73\x8f\x4f\x3f\x45\x06\x14\x02\x81\x16\xc2\xb3\x98\x50\xaf\x77\xde\x83\x93\x47\x07\x9f\x6d\x72\xdd\x77\x0a\x62\x5b\x42\xd2\x54\x19\x6e\x7a\xcb\xd7\x7a\xb3\x5e\x15\xfb\x1b\xf1\xf0\xc2\x1d\x4d\x41\xe5\xc2\x9a\x8f\x8d\xaf\x89\xd2\x86\x1c\x36\xda\x48\x2c\x51\x5e\x22\x33\xed\x6d\x75\x02\xe7\x50\x1b\xc4\x02\xe3\xcd\x78\xb4\xa3\x5d\x82\x3b\x00\x8e\x8a\xcd\x36\x8d\x6e\x33\x1c\x47\xcd\x20\x1b\x6d\xc8\x7f\x92\xf7\xb4\x80\xc1\xf6\x56\x1a\xc5\x68\xd5\x3c\x71\x1b\xa6\x59\xba\x26\x7c\x60\x12\xa4\xac\x0a\xd0\x22\x5d\xb4\xd0\x49\x8a\xb8\x39\x51\x5b\x15\xaf\xd5\xdb\xba\x54\x88\x52\x29\x32\xd3\x1c\x87\xa0\x27\xec\xb9\x5e\x30\x3c\x47\x7f\xb5\x0d\x70\x77\xd4\x97\xad\x76\x7f\xac\xc0\x5c\x8d\xd8\x56\x98\x49\xbf\x6c\x1d\x3e\x8e\x0b\xa1\xb5\x43\xd2\x3c\x7e\x78\x74\x54\x55\x53\x2a\x97\x43\x28\x9b\x67\x20\x48\x6b\x37\x83\x55\x41\xc7\x7f\xb5\x87\xea\xbd\x07\x3f\xa2\xd7\x9f\x37\x6a\xfd\x3f\x7e\x05\xd6\x3a\xd9\xb9\x37\x1d\x57\x49\x17\x6e\x62\x1b\x73\x29\x12\xe5\x5c\xeb\x5b\xf4\x51\x36\xc6\x36\xf1\x1d\x32\xc6\x88\xd7\x66\x3f\x31\xab\x94\x12\xf1\xd4\x88\x22\xe3\x46\xde\x88\x8a\x38\x19\xac\xca\x0c\x02\xf0\x3a\x7f\x0a\xc6\x88\xbe\x03\xc4\x16\x18\x94\x1b\x98\x28\xe2\x51\xb2\x8b\x6b\xc5\x4a\x15\x6b\x8b\x11\x63\x89\x9e\x55\xd9\xa7\x34\x72\x6f\xb7\x4c\x5c\x0d\x66\xdd\x7e\x77\x16\x10\x1e\xb0\x4f\x6a\xc8\x58\xbd\xaf\x70\xe8\xa0\x67\x2b\x6d\x37\x3c\x6d\xb8\xc4\x1d\x8a\x27\x07\x6c\x38\x09\x5c\xef\x59\x17\x03\xde\xc9\x41\x4d\xc8\xee\xc5\x22\xcf\xc6\x5e\xb6\xed\x3b\xd2\xf0\x5a\x16\xec\x0c\x68\xc2\x63\xc8\x6c\x17\xb4\x63\xa2\xdc\xc1\x97\x9d\xc7\x27\x0f\x3f\xfd\xcc\xa9\x39\xdc\x59\xf1\x88\x17\x2a\x73\xe2\xab\xce\x81\x93\x2b\x95\x52\xba\xd0\x39\x3c\x38\x70\x64\x9c\x8a\xb0\xf2\xe0\x1d\x0b\x46\xea\x95\x1f\xc3\xab\x2d\x34\x3f\x3c\x3c\x3a\x3c\x7c\x55\x9b\x2d\x02\x20\xea\xde\xdf\xcd\x53\xcc\xe0\x2a\x96\xd6\xec\xbd\x8b\x9f\xf5\xe5\x8a\x26\x43\x67\x85\xba\x91\x08\xd4\x08\x05\x2d\x41\xe5\x16\xfc\x9e\x55\x43\x1e\x93\x69\xda\x4a\x4e\xb6\xae\x47\xad\x85\xc1\xbc\x56\xa6\xe2\x31\x54\x3b\xdb\xf6\x49\xaa\x3a\xc2\x2b\x42\xe4\xd5\x5b\xfd\xea\xff\x1b\xf7\x30\xb5\x79\x0c\x4b\xd5\xd2\x5f\xa7\xad\xb8\xc0\x10\xb9\x4f\x0f\x21\xd6\x59\xbd\x61\x6d\x30\x29\xaf\x77\x86\xf9\xcd\xe3\x7a\xbd\xcf\xeb\x3d\x86\x06\x1d\xe3\xab\x0d\x9b\xc2\xea\xde\x4a\x95\x5b\xd4\x27\xa1\xec\xda\x1e\x39\x52\xea\x5a\xda\xea\x72\x0d\x92\x2b\x08\x2d\xc3\x54\x5e\x8b\xd0\x62\x26\x76\x86\x6e\x1b\x23\x1a\xfa\xad\x9a\x5f\x98\xeb\x22\xca\xaa\xd4\xb8\xe9\x2e\xad\xfb\xf9\x00\xea\xae\x30\x91\x16\xa6\x5a\x7f\x67\x2e\xa1\x9e\xca\x40\x11\x0a\x5b\x2a\xdb\x12\x54\xbd\xf5\x41\x8f\x70\xc4\xc6\x74\x76\x88\x9c\x9e\x3c\x3a\x38\x60\x83\x5e\x58\x5b\x0d\x01\x0b\xe8\x54\x2f\xb6\x54\x52\xb9\xb0\x35\xdc\x3b\xa6\xfb\x2e\x5d\x24\x09\x47\xc3\x73\x77\x77\x3e\x7b\x99\xcb\xc8\x94\x05\x79\x88\x4d\xab\xd8\xd6\xc1\xf4\xa6\xc6\x83\x89\xfb\x0d\x37\xbc\xd0\xac\xfb\xac\x1b\x74\xbd\x70\x3e\x1b\x4d\xbb\xfd\x9d\x5a\x57\x3d\xe2\x0c\x7a\x89\xcc\x84\x16\x15\x9c\xa3\x14\xd9\xf6\xea\xf7\xe2\x52\xe9\xa4\x54\x7b\xb6\x16\xcc\xeb\xaa\x8e\x9d\x0a\x5a\x95\x45\x24\x1c\x40\x79\x59\xdc\xfb\x78\x7f\x3f\xca\xda\xcb\xc2\x0e\x20\xec\x6b\xbf\xee\xb3\x81\x57\x6d\xc5\x9f\xce\xbd\x1e\xe5\x4a\xd5\x30\x6a\x5a\x51\x69\x3c\x2d\xc5\x26\xd6\x2f\x54\x11\x6d\xea\x6c\xd4\xc5\x95\x19\xa8\xc5\x82\xca\x52\x2b\xba\x8f\x52\xc7\xd6\x9a\x74\x43\xd2\xe7\x22\xa6\xd6\x70\xcd\x08\x48\x95\xba\x2e\x73\x3c\xa2\x86\xfe\xc4\xaf\x0a\x15\x91\x42\x28\x50\x0d\xd9\x16\x58\xd9\x99\x05\x21\x14\x30\x10\xa9\x0a\xb1\x81\xf5\xb7\xb7\xb7\xed\x54\x5e\xd5\x47\x54\xc5\xf2\x7b\xec\x9f\xb6\xf5\xee\x01\x90\xa5\x83\x8a\x0e\xca\x3e\x96\xfa\x8a\xa7\x88\x38\x2a\x25\x3c\x77\xfb\xae\xd7\x0d\xdc\x7e\xb8\x39\x5f\x85\xcc\xb9\x31\x3c\x4a\x56\x22\x33\x97\x8d\xbb\x31\xdb\xa7\x3b\x50\xbd\x5d\x77\xf1\x08\xaa\xbf\x42\x12\xaf\xaa\x25\xde\xa9\xaf\x52\x63\x6f\x4b\xe4\x9d\x89\x56\x6b\xb6\xaf\x5f\xed\xd4\x0f\x1a\x2f\xd8\x19\x4c\x33\x3a\xde\x4a\x35\x4b\xa6\x98\x43\x7c\xa4\x52\xfa\x6e\x09\xf4\xee\x41\x54\xe3\x7c\xbf\x26\xba\xbb\xd7\x87\x47\xe3\x27\xac\x51\x1a\x7d\x54\x4d\xfb\x70\x59\x74\x77\xfe\xe1\xc1\x7b\x65\x52\x34\x55\x64\xb6\x9f\x8b\x48\x2e\xa4\xb0\x6d\xec\x2a\xc2\x23\xe3\x16\x65\x9a\xae\x41\x95\x26\x2f\x51\xef\x62\xc4\x51\xbb\x54\xbd\xf3\xde\xe1\xe1\xd1\xc3\x9a\x08\x4f\x6b\x10\x2a\xe2\xba\x46\x8f\x62\xeb\x4e\xfc\x61\xcf\x81\x79\x26\x5f\xf7\x39\x22\x64\xaf\xbc\x5a\x57\xdf\xce\x7b\xa7\x47\x47\xf5\xe7\x57\xf6\xcb\xf1\x81\x53\x93\xde\x7c\xb1\xaf\x1e\x3e\x7c\xf8\xd9\xe6\xcb\x84\x67\xca\x81\xa7\xd2\x44\x89\xc8\x1c\xf0\x0d\x5f\xe5\xd5\xc7\x58\xa6\xa9\xdc\x7c\x8f\x0a\x45\x71\x9d\x7e\xe2\xac\x2a\xe6\x93\x30\x9b\xf9\x0c\xbf\xc2\x5c\xaa\xc1\x86\xda\x4e\x30\xfb\x55\x29\xcf\x96\x68\x1e\xfb\xf9\xf5\x72\x1f\xb9\xb7\xff\x83\xfc\x7a\xd9\x8a\x54\xa6\x0d\x47\x2d\x39\x9f\x7a\xe3\x2e\x85\xe8\xfa\x2a\x07\x66\x13\x06\xb3\x3a\x8d\x22\xa2\xb6\x7b\xa1\xd9\xcb\x54\x2d\x2f\xd9\x3b\x97\x89\xaa\x5c\x13\xa9\xa9\x54\x54\x40\xa4\x0a\xe6\xcd\x00\x5e\x0f\xa8\x31\xac\x5a\xad\x38\xf9\xcc\xba\xca\xbb\x2a\x53\x23\xf3\xba\xfb\x52\xa9\x67\x3d\xcd\x21\x3d\xd9\x63\x55\xfd\xad\x7a\xfa\xff\x32\x23\xbb\x23\x19\xab\x41\x4a\x50\xf0\x88\x6a\x83\xc3\x6c\xa1\xf0\xf3\x39\x2f\x32\xfc\x74\x8b\x42\x15\xf8\xe5\x9c\x1b\x9e\xbe\x73\x60\x3b\x8b\x8d\xdc\x67\x2e\x22\x36\xfa\xc9\x6a\xd4\xb6\x61\x97\xf5\x3f\x59\xba\x26\xee\xb6\xab\xe7\xa8\xdf\x69\xa3\x5b\x41\x9d\xd8\x44\x14\xd2\xd4\xf4\x36\x94\x88\x2f\xef\x92\xc1\x87\xdf\x83\x46\xe5\x2f\xad\x7b\xd2\x75\x47\x51\xc4\x28\x71\x28\x94\x41\xb1\xdc\xd7\xb7\xa8\xa9\x64\xaa\x0a\x1d\x08\xe6\x7c\x15\xc2\x7a\xc0\x46\xd3\x41\xe8\x4d\x03\x9b\x72\x6c\xc2\xf3\x12\xbd\x0f\x11\x89\xb9\x4c\xd7\xac\xdf\x1d\x8e\x5e\xbc\x37\x6e\xe3\x3e\x74\x22\x17\x04\xce\x31\x9f\x4c\x6d\xa7\x6b\x87\x97\x47\xa7\x55\xbf\xe6\x10\x7e\xf4\x23\x38\x3a\x75\xe0\xe8\xf8\xa4\xe1\x58\x42\xff\x62\x78\x4e\xf7\xfb\x4e\x2b\xba\xe4\xdb\xb7\x4e\xa6\x41\x98\x26\x8d\x86\x13\x5b\x49\x3b\xa0\xff\x50\xd6\xaf\x73\x59\x90\xb7\x58\xd7\x3a\x6f\xd1\xe0\xfd\x58\xa4\xc2\x08\xe0\x0b\x23\x0a\x58\xf1\xd7\x34\xe4\x01\x91\xd9\xd4\x28\x37\x85\x60\xaa\xb4\xbc\x2b\x0d\x7a\xfa\xbd\xc4\xf1\xbc\x2a\xaa\xcc\xbd\x11\xb3\x37\x3b\x31\x11\x29\x54\xb3\x27\x54\x94\x59\x86\x32\xc0\xc7\x55\x77\x3a\x17\x85\x54\xb1\xed\x04\xdf\xd1\xb2\xf3\xca\xac\x39\x9a\xd2\x64\x6a\xc3\xd9\x92\x4d\x9b\x2e\xfc\x76\x83\x90\x12\xf0\x6d\x06\x74\x06\x73\xba\x09\x5b\x5d\xb8\xd0\x76\x27\x6d\x7b\x3d\x36\xac\x1e\x5e\x32\xbf\x77\xe1\xf6\xe7\x14\xc2\x3e\xb7\x4d\xbd\xc3\x83\x15\xa3\xd2\xea\xa6\xa7\x98\x08\x9e\x9a\xc4\xde\x64\xab\xc8\x14\x22\x57\xa1\x7d\x1e\xd2\xf3\xbb\x28\x1d\x3d\x4a\xd8\xb6\x1e\x74\x72\x80\x11\xad\x5b\x2c\x4b\x1b\x5a\xd1\xd9\x93\x1f\xc9\x62\xb8\xb7\x94\x06\x16\x3a\xba\xbe\x57\x7b\x8e\x56\xab\xcc\x0a\x0c\x4b\xc4\xb5\x56\xcb\xf0\xa5\x46\xef\x83\xbe\x91\x3c\xa8\xca\x36\x3e\x52\x9a\x96\x8e\x56\x04\x93\x62\x15\x69\x7a\x80\xc4\xf6\x0f\xdb\x9f\xb6\x8f\x59\xd7\x1b\xf8\xd6\xe4\x7a\x74\x17\xaf\xd1\x2d\xa5\x0b\x56\xda\xc8\xa8\x66\x0f\x9d\x25\xa4\xd3\xe1\x3b\x7d\xf9\x2e\x77\x49\x28\x77\x1f\x15\x17\x48\x05\xcf\xca\xbc\xb9\x04\x2f\xa2\x44\xde\x08\xdd\x64\x5c\xf5\x2c\x8c\xec\xf0\xf7\x16\xb1\x22\xbc\x7b\x95\x33\x08\x10\x35\xd7\x57\xf1\xb6\x57\x0c\xe5\xa2\x5e\xab\xd1\xa3\xab\x5a\xb7\x6c\x3a\xc2\x74\x22\xb8\xe8\xa2\x7f\xa4\xcd\xbe\x5c\x4a\xd3\xe8\x4e\x68\x48\xe4\x32\x49\xe5\x32\x21\x5b\xe6\x31\xa1\xdf\x2c\x86\x42\xac\xd4\x8d\xbd\x99\x94\x2d\xc5\xb6\x27\xd1\x1f\x9e\x9f\x87\x17\xc3\xc1\xc5\x68\x38\xb8\x08\x76\x8a\xbe\x4d\x80\x80\xa6\xac\x37\xd8\x05\x29\x37\xcd\x19\xb1\x5c\x2c\x17\x0b\x2a\x2b\x93\x51\x0e\x86\x81\x25\xdd\x34\xf2\xf7\xa8\x46\x09\x2f\x78\x64\x10\x67\x13\xc9\xb4\xd9\x6c\xfb\x38\x4d\xba\x55\xd5\xed\x05\xf6\x1a\xec\xf1\x1d\xc4\x2d\xa6\xd1\x89\xba\xcd\x3e\x42\xab\x06\x35\x36\xd8\x7c\x44\xad\x97\x51\x43\xa9\xf9\x72\x89\x89\x3c\x0a\xa9\xd5\x42\x8f\xfd\xdb\xe8\xf4\x32\xaa\x34\x7a\xd0\x0b\xb7\x4a\x3d\xdd\x54\xd0\xee\x28\xcb\xa2\x94\xdb\xd5\xf3\x4b\x66\xef\xe0\xb8\x64\x8c\x07\xd5\x5d\x2b\x7b\x43\x9f\xf5\x46\xd3\x89\x5b\x7d\x9f\xcd\x47\xa3\xea\xeb\xa0\x67\xcb\x15\xec\xa5\xf5\x18\x97\x8d\xcb\x6c\xcd\x9a\x47\xa2\xca\x42\xc3\x95\x30\xb7\x42\x54\xe5\x59\xeb\x2e\xfa\xee\x79\x77\x3e\x0a\xc2\x46\xf5\xe3\x14\x91\x77\x2e\x2f\xdf\x63\xbc\x34\x62\xa5\x2d\xf2\xb7\xd7\x62\x2d\xd8\xe7\xb6\xd2\x8b\xdc\xb7\x7f\xd9\xe1\xbb\xe1\x30\x70\xc7\x56\x7e\x8c\xbd\x2c\x89\xd6\xb6\x68\xbc\x73\xd1\x69\xd3\x2e\x47\x81\x5a\xed\x50\x19\x5d\x43\x4d\x91\xe5\x44\xda\xfd\x72\x36\x9a\x7a\x6e\xb8\x53\x4c\x3e\x3a\xd8\x21\x6a\x1b\x0e\x1f\x22\x47\x64\x86\xbe\x3f\x7f\x87\xc8\xe1\x2e\x91\xcd\xed\xbb\xea\x62\xd3\x2e\x11\x1e\x19\x79\x23\xcd\x1a\x16\x42\xc4\xec\xdc\x75\xfb\x74\x2f\xc1\xde\xf8\xa9\x08\x1e\x6f\xda\xd8\x6a\x01\x7b\x26\x11\x2b\xd1\x8a\x54\xaa\x8a\x3d\x58\x09\xc3\xc1\xf0\xa5\x63\x2f\x52\x5d\xad\xa1\x9b\xc5\x85\x92\x31\xfc\xb8\x03\xc7\x74\xe1\xbd\x8b\x1a\x4d\x3d\x0c\xa0\x49\x94\x73\xc2\x5e\xa6\xb2\xaa\x65\x5a\xb7\x52\xad\x14\xec\xdd\xf4\xc6\xdf\x41\x68\xb3\x4e\x37\x9d\x1a\xc4\xb0\xdb\x3e\x4d\x2c\x6e\x44\xaa\x72\x51\xe8\xf6\x52\xa9\xa5\xad\x0c\xee\xdf\x8a\xab\x7d\x1b\x72\xf4\xfe\xd1\xc1\xe1\xa3\xfd\xc3\xc3\x7d\xdf\xa2\xf5\xd6\x42\x15\xad\xc6\x01\x5a\x32\x6b\xf5\x92\x42\xad\x44\xeb\xe1\x67\xf4\xb2\xda\x3e\x0b\x2e\xdc\xb1\x1b\xf6\xa6\xa3\xa9\x17\x8e\xdd\xa0\x1b\x06\xdd\x01\x74\xe0\xd5\x0f\x16\x8b\xe3\x87\x8f\x1e\xbe\x6a\xa2\x11\x99\xc1\xd5\xda\x08\xbd\x35\x64\x9b\x3a\x6e\xab\xf2\xf7\x9b\x75\x82\xf1\x93\x0a\x0b\x0c\xfd\xd9\xa8\x6b\x4b\xa9\x75\xb6\x73\xfa\xf0\xf4\xf4\xe4\xe0\x94\x14\xac\xbd\xe9\xe6\x6e\x85\x59\xb5\x6d\x3e\xa2\x10\x73\xdf\xf5\x76\xf5\xe1\xf8\xe0\x7d\x4d\xfd\x28\x09\xcf\x9d\x4d\x3f\x4a\x22\x53\x46\x46\x7f\x8d\x62\x4e\xa6\xc1\xb0\xf7\xae\x7a\x1f\xef\x90\x69\x36\x9e\x3f\x4a\x6b\xea\x0d\xde\xdb\x0f\x71\x08\xd9\x71\x87\x1d\xfe\x96\xa7\x3b\xc4\x24\x51\x1e\x9e\x66\x97\x6c\xd4\x9d\xa0\x8f\x03\x91\xb5\xe6\xbe\xf3\x4d\xd2\xea\x4d\xf0\xdf\x8b\xa7\xf8\x6f\xf0\xdc\x89\x45\xab\xef\x3a\x8b\xa2\x75\xee\x39\x59\xda\x9a\x8c\x9c\xf4\xa6\x35\x7a\xe6\x14\x65\xcb\x9b\x3b\x3f\xe1\xad\xdf\x99\x39\x42\xb7\x5c\xdf\xc9\x4d\xeb\x89\xe7\xe4\x69\x6b\x36\x72\xae\x96\xad\x27\x03\x47\x9a\xd6\x30\x70\x16\xb2\x75\x3e\x74\x4c\xd1\x0a\x3c\x27\xd2\xad\xde\x57\x8e\x2e\x5a\xfe\xcc\xd1\x37\x2d\xdf\x75\xae\x55\xeb\xa9\xe7\x2c\x53\xa4\x50\x5e\xb7\xe6\x5d\xba\xa8\x80\x3b\x72\xb3\x65\x2a\x75\xe2\xfc\xc5\xbf\xff\xe9\x9f\xff\xe9\x3f\xf9\xf3\x5f\xfe\xf1\x77\xbf\xf7\x77\x9d\xbf\xf8\xd5\xcf\xfe\xf2\xdf\xfe\x53\xfb\xe3\xaf\x7e\xf3\xf7\xfe\xf2\xdf\xfc\xf3\xef\x7e\xf9\x1f\xfe\xea\x37\x7f\xff\xdd\x17\xff\xe3\x1f\xff\xe2\xbb\x5f\xfd\x57\x7c\xd1\x17\xa5\xd1\x51\xe2\x9c\x17\x3c\xfb\xf6\x0f\xb9\xd4\xce\x44\xc4\xa2\x48\x79\x16\x6b\x67\xc4\xcd\x8d\x14\x7f\xf6\xf3\xd2\x79\xf3\x2f\xdf\xfe\x9d\xb7\x3f\x7b\xfb\xb3\x37\xbf\x7e\xf3\xcb\x37\xbf\x72\xbe\xfb\xfd\x7f\xfd\xdd\x1f\xfc\xbb\xff\xf9\x47\xff\xc2\x71\x75\xce\xbf\xfd\x13\x95\x3a\x33\x55\x98\x72\x59\x7e\xfb\x47\x1a\x62\x05\x4f\x0a\xae\x25\x3e\x4c\xf5\xb5\x74\xde\xfc\xc9\xdb\x7f\xf0\xe6\xbf\xbc\xf9\x8f\x6f\x7e\xf1\xf6\xa7\x96\x86\x33\x34\x3c\x95\x98\xc6\xfa\xa5\x5a\xf1\x94\xcb\x4c\x64\x4e\xf0\xed\x6f\x8a\xeb\x6f\xff\x50\x38\xff\xfd\x1f\x89\x3f\xfb\xb9\x91\x19\x77\xde\xfc\xfc\xed\x4f\xdf\xfc\xb7\x6a\x92\x7f\x23\x32\x7d\xcd\x9d\xff\xf3\xcf\xfe\xe0\x7f\xfd\xe7\x3f\xfe\xdf\xbf\xf7\x9f\x9c\x01\x4f\xc5\x52\x39\x6f\xfe\xd5\x9b\x5f\xbf\xfd\xe9\x9b\x5f\xbc\xfd\xfd\x37\x7f\xfa\xf6\x67\x6f\xff\xe1\x9b\x5f\xbf\xf9\x05\xb3\x79\xa2\x6d\x6f\xa2\xf5\x63\x08\xca\x65\x74\x2d\x0a\x2b\xdd\x36\x3e\xc4\xd4\xf6\x92\x91\x78\x49\xcc\x8c\x64\x0c\x1d\xf8\x26\x61\x24\x68\xfa\xda\x0a\x9e\x33\xfa\x77\xf3\x8b\x04\x4f\x7f\xde\xc6\x48\xfa\x08\x3e\x0a\x46\x2a\x00\x1d\xc8\x52\x46\x7a\x00\x1d\x48\x6f\x18\x29\x03\x74\xa0\x28\x19\x69\x04\x74\xe0\x27\x9c\x91\x5a\xe0\x9a\x9a\x91\x6e\x40\x07\xe8\x93\x91\x8e\xe0\xaf\x94\x91\xa2\x40\x07\xae\x96\x8c\xb4\x05\x3a\x20\x0d\x23\x95\xc1\x05\x25\x23\xbd\x21\x48\xc8\x48\x79\x30\xb3\xc5\x4f\x46\x4a\x04\x1d\xd0\x05\x23\x4d\xc2\xaf\x37\x8c\xd4\x09\x3a\x70\xad\x18\xe9\x14\x74\x60\x99\x32\x52\x2c\xe8\x40\x79\xcd\x28\x8f\xa9\xaf\x3f\xad\x78\x9e\xd3\x1f\x85\xa8\x06\x30\x8b\x52\x4e\x4d\x00\x42\x13\x6d\xa3\x56\x69\x47\x66\x92\xbd\xdc\x8c\x68\x57\xd3\x2e\x19\x7b\xa9\x30\xfd\xbd\x64\xfe\xc5\xf4\x79\x78\x3e\x9d\x06\xae\x17\x3e\xf1\xec\xcd\xfa\x06\x5a\xf3\x13\x75\x0b\x37\xa2\xa8\x0a\xc2\xef\x56\x25\x28\xd1\x40\x28\x33\x50\xf5\x85\xd0\x85\x52\x46\x14\x3b\x74\x9f\xb9\x5e\xf5\x17\x7b\x75\x12\x89\x54\xa9\xba\xdb\xfc\x93\x06\xfb\x97\x09\x55\xe5\xf9\x03\xa4\x02\x77\x3c\x1b\x75\x03\x37\xa4\x42\x6b\x55\xb4\x25\xaa\xff\x37\x00\x00\xff\xff\x7e\x13\x80\xc0\x1c\x3a\x00\x00") +var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7b\x5b\x8f\x1b\x49\x96\xde\x7b\xfc\x8a\xd3\x35\x1e\xb7\x64\x24\x59\x17\xa9\xd4\xd5\xaa\xe1\x62\x28\x32\xc9\xe2\x8a\xb7\xce\x4c\x4a\xad\x16\x0a\xa9\xa8\xcc\x20\x33\xa6\x92\x19\xd9\x19\x91\x55\x62\xc3\x58\xcc\xc0\x0f\xbe\xc0\x86\x1f\x6c\xef\xc2\xc0\xc2\xf0\xc0\xb0\x17\x58\x7b\xed\x59\xd8\x06\x66\xc6\xb3\xf6\x43\x7b\xdf\xa5\xff\xb0\xee\xf5\x1a\x36\xf6\x2f\x18\xe7\x44\x26\x99\x94\x4a\xda\x5e\xc0\x96\x80\x62\x32\x23\xe2\x44\xc4\xb9\x7e\xe7\x44\xf0\x07\xf0\xc9\x27\x9f\xc0\xd4\x7d\xe6\x7a\x40\x7f\x26\xb3\xfe\x68\xf0\x02\x82\x8b\x91\x0f\x83\xd1\xd8\xc5\x76\x66\x7b\xcd\xc7\x6e\xd7\x77\x61\xd2\x7d\xea\x42\xef\xa2\x3b\x1d\xba\x3e\xcc\xa6\xd0\x9b\x79\x9e\xeb\xcf\x67\xd3\xfe\x68\x3a\x84\xde\xc2\x0f\x66\x13\xe8\xcd\xa6\x83\xd1\xf0\x5d\x0a\xa3\x01\xbc\x98\x2d\xa0\xeb\xb9\x30\xef\xf6\x9e\x76\x87\x38\x62\xee\xcd\x9e\x8d\xfa\xae\xe7\xec\x4d\x30\x7b\x8e\x94\xe7\x2f\x60\x36\x80\x51\x40\x34\xd8\x39\x74\xf3\x1c\x32\xbe\x16\x60\x12\x6e\x40\x27\xea\x56\x83\xca\x40\xdc\x88\x62\x03\x39\x5f\x09\x30\xd2\xa4\x82\x75\xe7\xf3\x70\xda\x9d\xb8\xd0\x81\xa1\x5a\x69\x76\x0e\x41\x22\xec\x48\xb5\x04\x93\x08\xd0\x1b\x6d\xc4\x1a\x4a\x2d\x0a\x4b\xac\x28\x33\x6d\x3b\x7b\x8b\x69\xb8\xf0\x5d\x0f\x3a\xb0\x92\x86\x9d\x83\x2b\x4d\x22\x0a\x38\x88\xc5\xcd\x81\x03\x07\x79\xa1\xe2\x03\x50\x05\x1c\x18\xa1\xcd\x01\xf5\x9f\xcc\xfa\x38\x59\x2c\x6e\x18\x7b\xa9\x45\x71\x23\x8a\x4b\x36\xf7\x66\xc1\xac\x37\x1b\x43\x07\x12\x63\x72\xd6\x9f\x4d\xba\xa3\x29\x74\x20\x55\x11\x4f\x13\xa5\x0d\xf3\x66\xb3\x20\x5c\x78\xd8\xe5\x87\xf7\xea\xfe\xf7\xf5\xe3\xc3\xc3\x1f\xde\xb3\xdd\xef\xeb\xc7\x3f\xbc\x77\x11\x04\xf3\x70\x3e\xf3\x82\xfb\xfa\x90\xd1\x97\x6e\xbf\x8f\x0b\x3c\x6a\xd3\x7f\xb6\xed\x00\x1d\x78\x70\x74\x74\xc4\xce\x61\x2e\x8a\xb5\xd4\x5a\xaa\x0c\x96\xaa\x80\x32\x93\xaf\x41\xab\xe8\x5a\x18\xb6\x98\x8e\xbe\x0c\xfd\x59\xef\xa9\x1b\x84\x73\xd7\x9b\x8c\x7c\x7f\x34\xc3\x85\x3d\x7a\xf4\x88\x9d\xc3\x18\x97\x07\xf7\xfa\x93\xaf\xee\x03\xae\x0d\x87\x23\x67\xe0\x56\x15\xd7\xa2\xd0\x70\x4f\x97\x51\x02\x5c\x83\xef\x5f\x40\x99\xc7\xdc\x88\xfb\xc0\xa3\x48\x68\x2d\xb3\x15\xdc\x8a\x2b\x40\x1e\xc8\x48\xb4\xd9\x39\x8c\x32\x58\x2b\x6d\x20\xe2\x5a\x68\xd8\xa8\x12\x62\x05\x99\x32\x90\x09\x11\x83\x51\x10\x25\x3c\x43\xd1\x25\x02\x62\xb1\xe4\x65\x6a\xe0\x86\xa7\x25\x0d\xee\xa6\x46\x14\x20\x0d\xa8\x2c\xdd\x80\x5c\xe2\xf8\x82\xe6\xb5\x5c\x86\x4c\xc5\x02\xa4\x26\x82\x24\x58\x14\x32\xd7\x80\x1c\xa1\xc6\x36\x1b\xcf\x7a\xdd\x71\xf8\x31\x56\x6f\x59\xfa\x3e\xb7\xcf\xa1\x2f\x35\xbf\x4a\x05\x4d\xba\x14\xdc\x94\x85\x80\xdb\x44\x64\x34\x25\xbf\xe1\x32\xc5\x66\xd6\x1f\xf9\xdd\x27\x63\x37\xc4\x6e\x1d\x58\xf2\x54\x0b\x76\x0e\xcf\x13\x41\xca\x53\x6a\x01\x57\xa5\x4c\x8d\xcc\x9a\xab\x57\xb8\x01\xd3\x66\x7e\xd0\xf5\x02\x1c\x1a\xfa\xae\xf7\x8c\x74\xaf\xa6\xd0\x57\x6b\x2e\xb3\x4a\xed\x15\x5c\x09\x10\xaf\x73\xa5\x45\x0c\x15\xa9\x28\x55\x99\x40\x41\x31\x1c\xbf\x55\xb2\x9d\x02\xa1\x32\xa8\xc2\x40\x56\xae\xaf\x50\xdd\xff\x6a\x22\x95\x26\x9d\x9c\xb0\x73\x98\x0a\x83\x72\x07\x99\x19\x51\x2c\x79\x74\xe7\x3e\x52\xa9\x8d\xc8\xd0\x18\x69\xfc\x78\xe4\x07\xee\x34\xbc\x98\xf9\x41\x43\x49\xf7\x97\xf1\xbd\xa9\x54\x8b\xf9\xe1\xbd\x7a\x65\xb4\x23\x4f\x29\x03\x39\x37\x09\x5a\x34\xd2\x88\x65\x21\x22\xa3\x8a\x8d\xb3\xd5\x22\xa9\xe1\xd3\xdf\x39\x6c\x6b\x9d\x7c\xea\xc0\x55\x69\x48\xf9\x12\x7e\x43\x8c\x44\x89\x7c\x7a\x98\xa8\xb5\x38\x5c\x49\x63\x7b\xb5\x69\x5e\xd2\x94\x79\x37\xb8\x80\x0e\x3b\x87\x5e\xa2\x94\xb6\xda\x19\xc9\x3c\x41\xfd\x37\x0a\x74\x99\xe7\xb8\x19\xb4\x0d\xe2\x9f\xca\x32\x11\x19\xa9\x32\xcd\x76\x62\x0c\x7b\xa3\xf9\x85\xeb\xf9\xd0\x01\x2e\xf4\xf1\xc9\x59\x2b\x32\x85\x43\xcf\x9f\x9f\x6c\x9f\x4f\x4e\x1f\xed\xde\x9f\x9c\xb5\x56\xd1\xfa\xc7\x2a\x17\x99\xd6\x49\x3b\x52\x6b\x07\x78\x11\x2d\x55\x59\x9c\x9c\x3e\xda\x3e\x1f\x9f\x9c\x91\x6a\x56\x7b\x26\x33\x2a\x04\x37\x02\x8c\x58\xe7\xaa\xe0\xc5\x06\x96\x32\x15\xda\xaa\x2a\x7a\x2a\xc8\xcb\xab\x54\x46\xd7\x70\x2d\x36\x50\x92\xa5\x6a\x9d\xb4\xae\xc5\x66\x25\x32\x87\x9d\x37\xd9\x56\xb9\xc7\x1d\xad\x2d\x77\x2d\x8b\x9e\xba\x2f\xc2\xc0\xf5\x1b\x6c\x9a\xa3\x28\x90\x31\x3b\x92\x7b\x72\xd8\xbd\xff\x14\x78\x16\x43\x2a\xd0\x81\x8b\x34\x85\xa5\xcc\x62\x50\xa5\x81\xdb\x44\x46\x09\xa0\x1e\xe2\x6e\x78\x9a\x6e\xe7\x1a\xa2\x1a\xd0\x4c\x0d\xfa\xe4\x5a\x62\x19\xe1\xa6\x6f\x2b\x33\x23\x6f\x22\xa2\x6b\x58\xcb\x4c\xae\xcb\x35\xed\x55\xcb\x6f\x04\xdc\x4a\x93\x40\xa4\x8a\x42\xe8\x5c\x65\x31\xee\xde\x6c\x72\xc1\x26\xa3\xe9\x68\xb2\x98\xd0\x8e\xfc\xd1\x57\x6e\xd8\xbb\x70\x7b\x4f\x9b\xf6\x57\x99\x7f\xaf\x3f\xc5\x40\x93\xa1\xc5\x54\x31\x60\xad\x62\xc1\x66\x83\xc1\x78\x34\x75\xeb\x10\x60\x87\xd5\xce\xc0\x9b\x2d\x02\xd7\x0b\xc7\xb3\x61\x83\xe2\x50\x64\xa2\xc0\x55\x6b\x23\x72\xfd\x98\x9d\xc3\xdf\x80\xf6\xe1\x0a\x3d\x6c\x24\x0a\x03\xad\x88\x77\x4c\x51\x0a\x68\xc5\x65\xc1\x51\xa7\x3a\x67\x9f\x3d\x3a\x4a\x8e\xd6\x47\x1a\x5a\x18\x37\x3a\xeb\x0d\x7e\xb4\xc5\x6b\xbe\xce\x53\x81\x5a\xc2\xce\xd9\x39\xcc\x0a\x58\x16\x6a\x0d\x1c\xda\xf9\xf2\x35\x29\x00\x19\x7a\x61\x44\x6c\x5b\x50\x8d\x9f\xcb\x2c\xc6\xc8\x89\x93\xc9\xa5\x65\xa0\x36\xaa\x10\x70\x2f\x56\xec\x9c\xfc\xda\x52\x15\x2b\x61\x90\x9f\x76\x3c\x0d\xcc\x0b\x79\x83\x9d\xaf\xc5\xe6\xbe\x5d\xb6\x55\xd3\x14\xf2\xeb\x48\x1f\x9f\x40\x4b\x66\x44\x95\x66\x6f\xa1\x4c\xed\x37\xb1\x86\x56\xa6\xae\xc5\x46\x7f\xbf\x51\xd7\x62\x53\x0f\xc2\x06\x8d\x0f\xb1\xd0\xac\xe7\x7a\x41\x48\xa0\xa2\x03\x51\xa9\x8d\x5a\x1f\x62\x64\xd5\x87\xf5\x34\x0c\xc5\x78\x57\x87\x8a\x22\x3b\x87\x45\x9e\xa3\xab\x11\x37\x22\x25\x30\x20\xd6\x79\x8a\x9b\x42\xa5\xd4\x86\x1b\x19\x59\xbe\xa1\x6f\xd9\x37\x0a\x62\x01\xaa\xf9\x6d\x22\x0a\x61\x43\xa2\xd4\x20\x5e\x8b\xa8\x34\x22\x46\x27\x1e\x8c\x7a\xef\xb8\x8f\x7e\x35\x9e\x06\xa2\xb7\x40\x0c\x13\x73\xc3\x09\xa4\xf4\xbb\x41\xb7\xd6\x6c\x7a\x49\x18\x27\x45\x99\x60\xe0\xb6\xab\x1c\x7e\x35\x9a\xd7\x0e\x87\xb9\x53\x52\x2c\x7a\xb7\x53\xa9\x31\xb7\x2a\x4d\x18\x68\x49\x51\x25\x6b\xa5\x6a\xb5\x12\x31\x61\x1c\xed\x40\xc4\x33\xf4\xfb\x07\xe8\xf1\x2c\x7c\x11\xaf\xf3\x54\x15\xe2\x80\x8d\xbb\x04\xde\xc2\x79\x77\x88\x8c\xc3\x1e\x8c\xbd\x2c\x44\xae\xb4\x44\x9b\xbf\xdc\xf3\xb7\x48\x1e\xd5\x05\xe7\xdb\xf6\x91\x42\x7f\xaa\x69\x0b\x7b\x66\x7f\xf0\x3b\x87\x3f\xc2\xf9\x31\x7a\xfd\x16\xa9\x78\xab\x39\xe4\x80\x00\x10\xf1\x09\x01\x9a\x8e\x0a\x99\x1b\xb2\xcb\x3a\x24\x54\xdb\xd6\x0e\x68\xb5\x16\x46\xae\x85\x86\x48\x95\x69\x4c\x7b\xd1\xc9\x01\xf3\x7b\xde\x68\x1e\x84\xc1\x8b\x39\xae\xfd\x8a\xeb\xa4\xc1\xf5\xee\xd4\x1f\x21\xbe\x28\xb4\xb0\xbe\x9a\x67\x50\x66\x85\x88\xd4\x2a\x93\xdf\x88\xb8\x6e\x63\xd8\x31\xec\x5d\x74\x3d\xdf\xb5\xeb\x19\xa8\x22\x12\x15\xb2\xcc\xc4\xed\x6e\xa7\x9b\x2a\x80\x56\xc6\xc0\x06\x33\xaf\xe7\x86\x73\x6f\xf4\xac\x1b\xb8\x4d\x2b\x4f\xd5\x15\x4f\x61\xcd\x5f\x93\x23\x22\xef\x4c\x32\x95\x6b\x84\x33\xcb\x26\xc5\xdc\x22\x84\xc2\x81\xd6\x31\xac\x05\xcf\x10\xcf\xd8\x9e\x6c\xd2\xfd\x32\xec\x79\x6e\x37\x18\xcd\xa6\xe1\x78\x34\x19\x61\x30\x6c\x1d\xb3\x73\x98\xc8\xa2\x40\x59\x6c\xb2\x08\xbe\x2e\x45\x29\x20\x15\xd9\xca\x24\x0e\xc8\x0c\xa7\xd3\x02\x01\xd3\x7a\xd7\x8b\x5c\xbe\xe1\x68\x50\x08\xb9\x64\xb6\x62\x93\x91\xe7\xcd\xbc\xf0\x8b\x85\xbb\x70\xc3\xb1\x3b\x1d\x92\x2a\x1e\x57\x10\x92\x9b\x28\xb1\xb1\xe3\xc3\xf4\xf3\x32\x4d\xa1\x10\x5f\x97\x14\x62\xb6\x23\xee\x98\x6b\xbe\x18\x8f\x43\xcf\xfd\x62\x81\x81\xe3\x03\x33\x16\x62\x29\x8a\x42\xc4\x30\x96\x91\xc8\x10\x30\x1a\x05\x79\x8a\xb0\x83\x5b\x27\x64\x54\x5e\x83\x78\xc4\x0b\x88\x50\x10\x1a\xad\x4b\x6d\x60\x4d\xd3\x93\xf9\x12\x5e\x42\xc7\xa2\xb2\xe5\x61\x6a\x89\xa1\xd6\x57\x5e\xa1\xf9\x9a\xcd\x3d\x77\xe0\x7a\x9e\xdb\x0f\xc7\xa3\x9e\x3b\xf5\x5d\x0c\xd8\xdd\x9c\x47\x89\xa8\xd7\x01\x27\xed\x23\x07\x79\x5f\x7d\x6f\x04\x06\x7e\x25\x53\x69\x48\x2d\x08\x23\xf1\xc8\xd8\x68\xd3\xd4\x74\xb8\xda\x58\x48\x9a\x17\xca\xa8\x48\xa5\xdb\x10\x41\x68\x73\x48\x52\xad\x55\xc7\xcd\xde\x25\xbc\x96\x2b\x8a\x18\x0d\x9d\xb9\xda\xd8\x3c\xc2\x3a\xaa\xca\x2d\x58\xa8\x8b\x0e\x25\x9c\x8c\x86\x1e\x29\x4d\x83\x70\x4f\x65\x51\x59\x14\x22\x8b\x36\x68\x9d\xa5\xb6\x00\xbc\x10\xa6\x90\xe2\x46\x40\xa4\xd6\x6b\x69\x34\xc8\x6c\xa9\x8a\x35\xe9\x6b\x1b\x82\x44\x6a\xb8\xe1\x85\xa4\x45\xc5\x62\x29\x33\xa4\x85\x02\xa8\x95\xbb\x82\x74\x28\x16\xae\xaf\xb5\xcd\xa8\x2a\x87\x53\x94\x59\x2d\x3a\xc2\xe6\x68\xc3\x6d\x58\xe8\x92\xa7\xe9\xc6\xc1\xf7\xec\xdc\xe2\x7d\x88\x45\x2e\x10\x0b\x2c\x21\x51\xb7\xb0\xe6\xd9\x06\x7a\xf3\x85\x86\x7b\x91\x2a\x84\xbe\xbf\x85\x6f\x6d\x18\x59\x05\xb0\xc3\x10\xaf\xd8\x58\xf5\x8d\x28\x30\x80\x51\xba\x13\xa3\x39\x0d\x67\x43\x1f\x6e\x65\x9a\x02\x2f\x8d\xc2\x1d\x21\xae\xd8\x40\x2c\x8c\x88\xec\xa2\x76\x6b\xa7\xb9\x28\xbf\xa8\xe0\x0f\xce\xc5\x7a\xb3\xc9\x64\x14\xf8\xe1\xc0\x0d\x7a\x17\x61\x6f\x36\xed\x2d\x3c\xcf\x9d\xf6\x5e\x20\xb2\xdd\x73\x93\x6d\x11\xe3\x27\x7a\xcb\xb1\xd4\x64\xe3\x55\x04\x46\x54\x8b\xd0\x70\x9b\xb7\xa2\x03\x23\x20\x9a\xca\x4c\xc0\x6d\xc1\x73\x64\x3a\xad\xa7\xa7\x62\x51\x59\xb6\xa5\x87\x69\x90\x2f\x72\x4e\x0a\xd0\xa0\x45\x3a\xc6\x49\x66\xbc\x0d\x81\xda\xd1\xaa\x91\x9f\x34\x09\x46\xd3\xed\x18\x07\x7e\x52\x12\x0e\x34\xf5\x38\x46\xd0\xe5\xb9\xd7\x9d\x87\xee\x97\x81\x3b\xc5\x3c\x10\x95\xbf\x6d\x5e\x1b\xa7\xbd\x8e\x9d\xf6\x9a\x17\xd7\xb1\xba\xcd\xf0\x9b\xfd\xb8\x8e\x11\x2c\x3e\xe3\xa9\x8c\xed\xfe\x10\x06\x55\x5b\xa3\x3d\x71\xc8\x0b\x71\x23\xc5\x2d\x74\xe7\x23\xe0\x5a\xab\x48\x72\x44\x20\xb4\x62\x93\x88\xb5\x03\x75\x06\xc9\x73\x79\x78\x73\x7c\x58\xcf\xb2\xb7\x57\x92\x2e\x59\x0e\xad\x55\xb7\xd1\x3d\x10\x5d\xc3\xaf\x90\x5d\xc8\x1f\x9a\x1d\x6e\x55\xf6\xa9\x2d\x08\xa0\x4b\x42\x36\xee\x73\x1e\x62\x25\x34\x76\x21\x0f\x81\x06\xff\x6c\xe4\x3e\x27\x93\x41\xb4\x40\xe0\x0d\xf7\x5d\xaf\x63\x5f\xae\x65\x9e\x2a\x1e\x5f\xee\x2c\xb3\x61\x86\x34\x8f\xed\xa0\xdb\x95\x19\xf6\xa1\x03\x08\xe0\x1a\xb0\xb8\x46\xd2\x32\xdd\x54\x58\xab\x1a\x03\xf7\xe2\x26\x42\x58\x09\xa3\x21\x4a\x05\xcf\x44\x8c\x3b\xb7\x20\xa3\x2e\x71\x90\x43\xbd\xcf\x02\x77\x32\x6f\xa2\x86\x43\xb3\xce\x0f\x2b\x7a\x18\xba\x70\x49\x18\x44\x2b\xa1\xf0\x42\x00\x4f\x53\x75\x6b\xad\xfd\xaa\x9e\x5b\xc4\x0e\x88\xf6\xaa\x0d\x72\xcd\x57\xe2\xf0\x27\xb9\x58\xfd\x6d\xfb\x98\x67\xab\x36\x8c\x05\x0a\x53\xac\x73\xb3\xa9\x62\x12\x11\x01\x34\xcb\x65\x3d\x05\xeb\x8e\xc7\xb3\xe7\x6e\x9f\xe2\xaf\x4f\x91\x73\x52\x39\x05\x82\xdd\x6a\x09\x82\xd7\x3e\x59\x66\x30\x79\xc2\x2c\xc3\xbb\x5f\x12\xdc\x86\x0e\x3c\x68\x8c\xd9\x19\xa3\x55\x61\x0a\x8c\xb4\x58\x8a\x83\x38\x14\xc5\x74\xca\xd8\xcb\x5a\x54\x0d\xb1\x24\xbc\x88\xad\x15\x5c\x15\x82\x5f\xef\xc4\x5f\xbb\xc7\x8b\xae\x87\x3e\x7e\xea\x86\x4f\x3c\xb7\xdb\x44\xf9\xb5\xc1\xda\xf0\x80\x89\x70\xcb\x8f\x12\xb1\xbe\x8b\x87\x5c\xe3\x24\xd7\x55\x6a\x55\x08\x74\x35\x18\xee\x26\xb5\xf2\x9c\x13\xd4\xa8\xc0\x39\xac\xa4\x71\xd6\x7c\x95\x09\xc3\x6c\x75\x2c\x5c\x78\xe3\xd0\xef\x5d\xb8\x93\x8a\x63\xdf\xc7\x5b\xa0\x27\xa5\x99\x44\x7c\x88\x7a\x6f\xd7\xd1\x98\xf2\x7b\xb9\x08\x4b\xa2\xf6\x0f\x87\xaa\x61\x21\x5c\x6f\xb5\xff\x0e\x3f\x41\x42\xdb\x77\x11\x1f\xf2\x0e\x8c\xbd\x44\xcc\x7d\x69\x9d\x44\x69\xf1\x68\x97\xaa\x43\xad\x9e\xca\x4c\xa1\xd2\x56\x17\x59\xd9\x9a\x15\x72\x25\x33\x48\x04\x27\x67\xdd\xc0\x8d\x54\xcd\x51\xe8\x47\xb4\xc8\x0c\xeb\xf6\x7a\xae\xef\xa3\xf3\x0d\xbc\xd9\x38\x24\x9d\x0b\x67\xde\x68\x48\x95\x0e\x66\x01\x1f\xca\x7d\x2b\xa2\x74\xa5\x0a\x69\x92\xb5\x26\x5c\x6f\x12\x21\x8b\xbd\x9c\xd0\x22\x19\xb8\x57\x6a\x81\x98\xcb\x28\x88\xeb\x70\x4e\x7a\x7d\x9f\xbd\xc4\xf4\xbb\x1a\x12\x5e\x8b\x4d\x88\xfa\xac\x2f\x99\xdb\x3f\x39\x3d\x3d\xfe\x1c\x3a\x70\x72\xfa\x88\xb9\xbd\xbe\xdf\x05\xa8\xbe\x79\xf4\x4c\xdf\x8e\x1e\x9e\xb1\xfe\xf6\xeb\xf1\xd1\xc9\x43\xc6\x5e\xa2\xb1\x5e\x71\x2d\x2e\x1b\x55\xc5\xf5\x46\x7f\x9d\x52\x5d\x51\x69\xb3\x2a\x84\xb6\xe0\x5c\x7f\x9d\x4a\x23\x1e\x1c\x38\x14\xf5\x30\x96\x56\x25\x06\x5c\x6b\x20\xfb\x4f\xac\x70\x27\x1b\xff\x8b\x71\x03\x54\x3c\xa9\x81\x30\x91\x65\x55\x05\xe6\xf8\xe4\x33\xaa\xc1\x1c\x3f\x7e\xf0\xe0\xe8\x11\xab\x4a\xa3\x08\xc7\x59\x55\xe9\x2c\x94\x32\x6c\xde\xf5\xfd\xe7\xfd\x1a\xfe\xee\xad\x28\xc3\x58\x2d\xea\x42\xa8\x65\x15\x2e\x1a\x81\x9f\x2c\xaa\x84\xe2\x46\x14\x72\xb9\x69\x2d\xcb\x34\x3d\x60\xbe\x3f\xde\x96\x45\x6d\xff\x9a\x6c\xbd\x35\x12\xcd\x81\x91\xf1\xd5\x81\x43\xe5\x18\x7e\xa5\x55\x5a\x9a\x5d\x96\x95\xd1\xe6\xc9\xeb\xa1\x7e\x56\x45\x45\xd6\x74\x7d\xb8\x89\x76\x7c\xc5\xd8\x4b\x1e\xaf\x25\x79\x83\x1a\x98\x15\x62\x55\xa6\xbc\x80\x7b\x98\x0c\x51\xeb\x7d\x9b\x0c\x35\xaa\x25\xaa\x58\xf1\x4c\x7e\xc3\x6d\xe5\x66\x9b\xb6\xbb\xc3\xc5\xb8\xeb\x85\x33\x6f\xb8\xc5\xde\x5b\x67\xc1\x5e\x6a\x11\x95\x85\x34\x9b\x4b\x36\x9a\xfa\x41\x77\x3c\x46\xdc\xd5\xf4\x26\x9f\x7c\x62\x0b\xe4\xb6\x8e\x1e\xcc\xe0\xa9\xeb\xce\xe1\xc5\x6c\xe1\x01\xf1\x1b\xd3\x3e\xf0\xbb\x03\xf7\x93\x4f\x98\xef\xf6\x3c\x37\x08\x9f\xba\x08\x28\x3e\xf9\xc1\x8f\x07\x7d\xf7\xb9\xe7\x3e\xf7\xfe\xe6\xdf\xba\x87\xd9\x60\x69\x14\x26\x72\x12\x1d\xcd\x5a\x90\x77\x8c\xf9\x46\xb3\xf1\x6c\x38\x9a\x86\x9e\x3b\x71\x27\x4f\x5c\x2f\xec\x77\x5f\xa0\x51\x7e\xc6\x7a\xb3\xd9\xd3\x91\x4b\x05\xec\x86\x98\x43\x7e\x2b\x30\x81\xaa\x9b\xb7\xe3\x9a\x7d\x08\xd5\xc7\x12\x25\x55\x75\xf3\xdd\xde\xc2\x6b\x26\x35\x1e\xc6\x21\x8d\xc9\x8f\x7a\xbd\x41\x4c\x95\x88\xcc\xd4\xd9\xaa\xb5\xe3\x6d\x99\x9d\x6a\xeb\xf8\x85\x79\xee\x33\xd7\xf3\x31\x49\x9a\x7d\xf9\x22\xec\x2e\x82\x0b\x77\x1a\x8c\x7a\x36\xa5\xa9\x14\xf0\xcb\xd6\x73\xf7\x09\x36\xb5\xf0\x45\x55\x45\x97\x91\xb8\x64\xdd\x5e\x30\x7a\xe6\x86\xbd\x59\xdf\x0d\xc7\xf8\x34\x19\x4d\x17\x01\xc5\x81\xe3\xb3\x23\xe6\xb9\xbe\x8b\xf9\x36\xaa\xee\x07\x3b\x9d\xc3\x82\x56\x53\x57\x9c\x55\xb6\x94\xc5\x1a\x44\x6b\xcd\x65\x4a\x0e\xaa\x10\x2b\xa9\x8d\x2d\xb7\x30\xcf\x1d\x8e\xfc\xc0\xf5\x42\x77\xd2\x1d\x8d\x43\x3a\xcd\xf0\x26\x7b\x45\x59\x61\x9d\x94\x0d\x89\x76\xb0\x28\x48\xa3\x49\xd3\x6a\xfd\xe2\x51\xa4\xca\xcc\x96\xaf\x9b\xea\x35\xf2\x83\xf7\xd0\x39\x2d\x91\xf2\x18\x2d\x57\x54\x67\x32\x0a\x08\xef\xf0\x6c\x63\x12\x99\xad\xda\x0c\xd3\xa7\x91\xe7\x86\xfe\x68\x38\x1d\x4d\x43\x44\x31\x0d\x0a\x13\xdc\x4d\xa6\xaa\xaa\x4e\x23\xf0\x4d\x67\xc1\x68\xf0\x22\xc4\xdd\x34\xbb\x23\x0e\x89\x85\xe1\x32\x7d\x4c\x47\x14\xfa\xf1\xe1\xe1\x4a\x9a\xa4\xbc\x6a\x47\x6a\x8d\xb6\x25\x8d\x26\x13\x3b\x94\x5a\x97\x42\x1f\x1e\x3f\x3a\xad\x69\x7e\x4c\xaa\xdb\x49\x3e\xd4\x77\xf6\x21\x26\x54\xa1\x3c\xe2\xb9\x89\x12\x8e\x18\x50\xc6\x56\xbd\xde\x93\x52\x45\xbb\xd7\x9d\x07\xbd\x8b\x6e\x8d\xb9\xd8\xcb\x5b\x71\x95\x28\x75\x8d\xae\x20\x20\x14\x84\xc1\x5b\x10\xdd\xd8\x9e\x85\xd4\x4e\xa0\xd4\x62\x57\x18\xc1\x6d\xa2\x4b\xd3\x29\x8f\xae\xf1\x21\x96\x3a\x52\x45\x7c\xc0\x2a\x6c\x43\x56\xe2\x00\xb5\x3b\x50\xb5\xb2\x73\xb8\x50\xea\x9a\x12\x9f\x8f\x64\xc9\xd5\x9a\x30\x9a\xab\xbb\x72\xe3\xbb\xd3\xe1\xbe\x48\xe5\x8d\x28\x28\x67\x42\x24\x2f\x33\xd0\x22\x52\x59\xac\x59\xdf\x45\x35\xf7\xc2\x60\x34\x71\x67\x8b\x80\x40\xd1\x39\x50\x5c\x05\x99\x91\x87\x12\x8d\x0a\x1f\xf2\xcb\x7f\x3a\x9a\x87\xc1\xd8\x0f\x9f\xb9\xde\x68\xf0\xa2\xc1\xf4\xe9\x16\x76\x25\x52\x13\xac\x6d\x64\x80\x04\x3f\x11\xc3\xe5\x7c\x85\xbe\x77\x38\x9a\x0e\xc3\xe9\x62\x42\xcb\x24\x20\x26\x53\x51\x5c\x36\xb0\x6f\x4d\xf6\x49\xb9\x5c\x52\xad\x8d\x62\x2d\xa2\xab\x84\x67\x99\x48\x1d\xb8\x16\x22\x07\x49\x4e\x5d\x52\xc0\xb7\x27\x3b\x10\x13\x8e\xbf\xce\xd4\x2d\xdc\x22\xf8\xa1\xc6\x36\xf3\xdd\x69\x3f\x7c\xb2\x18\x0c\x5c\x0f\x79\x64\x19\x54\x67\xfe\xb1\xd4\x79\xca\x37\xf6\x2c\x83\xec\xd9\x1e\x02\xfa\x8b\x27\xbf\xed\xf6\xec\xd1\x41\x7d\x20\x48\x47\x07\x64\x25\xb6\xbe\xc4\xce\x61\xb8\x26\xf5\xd7\x6b\x93\xb7\x57\xf8\x8c\xaa\xff\xf8\xf4\xec\x33\x76\x0e\x5f\x7c\x51\x35\x7c\xfd\x35\xbd\x7d\xf8\x08\x99\x3c\x55\x46\x38\x75\x9e\x41\xc5\x51\x91\xc5\x15\xd8\x3a\x78\xf8\xe8\xf4\xc0\x01\x7f\x12\xcc\xab\xc4\x13\xe1\xb6\x16\x31\xa6\xbc\x28\x77\x3a\xe9\x09\xc6\x3e\xa8\xcc\x8e\x3d\x3d\xfb\x0c\x19\x50\x08\x04\x5a\x08\xcf\x62\x42\xbd\xde\xa0\x07\x8f\x1e\x1e\x7d\xbe\xcd\x75\xdf\x29\x88\xed\x08\x49\x53\x65\xb8\xe9\x2d\xdf\xe8\xed\x7c\x55\xec\x6f\xc4\xc3\x0b\x77\x3c\x03\x95\x0b\x6b\x3e\x36\xbe\x26\x4a\x1b\x72\xd8\x68\x23\xb1\x44\x79\x89\xcc\xb4\x77\xd5\x09\x1c\x43\xc7\x20\x16\x18\x6f\xfb\xa3\x1d\xed\x13\xdc\x03\x70\x54\x6c\xb6\x69\x74\x9b\x61\x3f\x3a\x0c\xb2\xd1\x86\xfc\x27\x79\x4f\x0b\x18\xec\xd9\x4a\xa3\x18\xad\x9a\x3b\x6e\xc3\x2c\x4b\x37\x84\x0f\x4c\x82\x94\x55\x01\x5a\xa4\xcb\x16\x3a\x49\x11\x37\x07\x6a\xab\xe2\xb5\x7a\x5b\x97\x0a\x51\x2a\x45\x66\x9a\xfd\x10\xf4\x84\x3d\xd7\x0b\x46\x03\xf4\x57\xbb\x00\x77\x47\x7d\xd9\x6a\xf7\xc7\x0a\xcc\x55\x8f\x5d\x85\x99\xf4\xcb\xd6\xe1\xe3\xb8\x10\x5a\x3b\x24\xcd\xd3\x07\x27\x27\x55\x35\xa5\x72\x39\x84\xb2\x79\x06\x82\xb4\x76\xdb\x59\x15\xb4\xfd\x57\x07\xa8\xde\x07\xf0\x23\x6a\xfe\x71\xa3\xd6\xff\x5b\xaf\xc0\x5a\x27\x1b\x78\xb3\x49\x95\x74\xe1\x22\x76\x31\x97\x22\x51\xce\xb5\xbe\x45\x1f\x65\x63\x6c\x13\xdf\x21\x63\x8c\x78\x6d\x0e\x13\xb3\x4e\x29\x11\x4f\x8d\x28\x32\x6e\xe4\x8d\xa8\x88\x93\xc1\xaa\xcc\x20\x00\xaf\xf3\xa7\x60\x82\xe8\x3b\x40\x6c\x81\x41\xb9\x81\x89\x22\x1e\x25\xfb\xb8\x56\xac\x55\xb1\xb1\x18\x31\x96\xe8\x59\x95\x7d\x4b\x3d\x0f\xf6\xcb\xc4\x55\x67\xd6\xed\x77\xe7\x01\xe1\x01\xfb\xa6\x86\x8c\x55\x7b\x85\x43\x87\x3d\x5b\x69\xbb\xe1\x69\xc3\x25\xee\x51\x7c\x74\xc4\x46\xd3\xc0\xf5\x9e\x75\x31\xe0\x3d\x3a\xaa\x09\xd9\xb5\x58\xe4\xd9\x58\xcb\xee\xf8\x8e\x34\xbc\x96\x05\x3b\x07\x1a\xf0\x18\x32\x7b\x0a\xda\x31\x51\xee\x60\x63\xe7\xf1\xa3\x07\x9f\x7d\xee\xd4\x1c\xee\xac\x79\xc4\x0b\x95\x39\xf1\x55\xe7\xc8\xc9\x95\x4a\x29\x5d\xe8\x1c\x1f\x1d\x39\x32\x4e\x45\x58\x79\xf0\x8e\x05\x23\xf5\xcc\x8f\xe1\xd5\x0e\x9a\x1f\x1f\x9f\x1c\x1f\xbf\xaa\xcd\x16\x01\x10\x9d\xde\xdf\xcd\x53\xcc\xe0\x2a\x96\xd6\xec\xbd\x8b\x9f\xf5\xe5\x8a\x26\x43\xe7\x85\xba\x91\x08\xd4\x08\x05\xad\x40\xe5\x16\xfc\x9e\x57\x5d\x1e\x93\x69\xda\x4a\x4e\xb6\xa9\x7b\x6d\x84\xc1\xbc\x56\xa6\xe2\x31\x54\x2b\xdb\x9d\x93\x54\x75\x84\x57\x84\xc8\xab\x56\xfd\xea\xff\x1b\xf7\x30\xb5\x79\x0c\x2b\xd5\xd2\x5f\xa7\xad\xb8\xc0\x10\x79\x48\x2f\x21\xd6\x59\xbd\x60\x6d\x30\x29\xaf\x57\x86\xf9\xcd\xe3\x7a\xbe\x1f\xd7\x6b\x0c\x0d\x3a\xc6\x57\x5b\x36\x85\xd5\xbd\x95\x2a\xb7\xa8\x77\x42\xd9\xb5\xdd\x72\xa4\xd4\xb5\xb4\xd5\xe5\x1a\x24\x57\x10\x5a\x86\xa9\xbc\x16\xa1\xc5\x4c\xec\x1c\xdd\x36\x46\x34\xf4\x5b\x35\xbf\x30\xd7\x45\x94\x55\xa9\x71\xd3\x5d\x5a\xf7\xf3\x01\xd4\x5d\x61\x22\x2d\x4c\x35\xff\xde\x58\x42\x3d\x95\x81\x22\x14\xb6\x54\x76\x25\xa8\x7a\xe9\xc3\x1e\xe1\x88\xad\xe9\xec\x11\x39\x7b\xf4\xf0\xe8\x88\x0d\x7b\x61\x6d\x35\x04\x2c\xa0\x53\x35\xec\xa8\xa4\x72\x69\x6b\xb8\x77\x0c\xf7\x5d\xba\x48\x12\x8e\x47\x03\xf7\xdd\xf1\xbd\x1d\xe3\xc8\x85\xf7\x7c\x6f\xc0\xf0\x4f\xb8\xcf\xc6\x30\xd2\xc5\x92\xb1\x97\xb9\x8c\x4c\x59\x90\x47\xd9\x1e\x2d\xdb\xba\x99\xde\xd6\x84\x30\xd1\xbf\xe1\x86\x17\x9a\x75\x9f\x75\x83\xae\x17\x2e\xe6\xe3\x59\xb7\xbf\x57\x1b\xab\x7b\x9c\x43\x2f\x91\x99\xd0\xa2\x82\x7f\x94\x52\xdb\xb3\xfd\x83\xb8\x54\x3a\x29\xd5\x81\xad\x1d\xf3\xba\x0a\x64\x87\x82\x56\x65\x11\x09\x07\x50\xbe\x16\x27\x3f\x3e\x3c\x8c\xb2\xf6\xaa\xb0\x1d\x08\x2b\xdb\xc7\x43\x36\xf4\xaa\xa5\xf8\xb3\x85\xd7\xa3\xdc\xaa\xea\x46\x87\x5c\x54\x4a\x4f\x4b\xb1\xc5\x06\x4b\x55\x44\xdb\xba\x1c\x9d\xfa\xca\x0c\xd4\x72\x49\x65\xac\x35\xdd\x5f\xa9\x63\x71\x4d\xba\xa1\x19\x03\x11\xd3\x51\x72\xcd\x08\x48\x95\xba\x2e\x73\xdc\xa2\x86\xfe\xd4\xaf\x0a\x1b\x91\x42\xe8\x50\x75\xd9\x15\x64\xd9\xb9\x05\x2d\x14\x60\x10\xd9\x0a\xb1\x4d\x03\x6e\x6f\x6f\xdb\xa9\xbc\xaa\xb7\xa8\x8a\xd5\xf7\x58\x3f\x2d\xeb\xdd\x0d\x20\x4b\x87\x15\x1d\xd4\x95\x58\xea\x2b\x9e\x22\x42\xa9\x94\x76\xe0\xf6\x5d\xaf\x1b\xb8\xfd\x70\xbb\xbf\x0a\xc9\x73\x63\x78\x94\xac\x45\x66\x2e\x1b\x77\x69\x76\x6f\xf7\xa0\x7d\xbb\x3e\xf5\x23\x68\xff\x0a\x49\xbc\xaa\xa6\x78\xa7\x1e\x4b\x07\x81\x3b\x22\xef\x0c\xb4\x5a\xb3\x6b\x7e\xb5\x57\x6f\x68\x34\xb0\x73\x98\x65\xb4\xbd\xb5\x6a\x96\x58\x31\xe7\xf8\x48\x65\xf5\xdd\x92\xe9\xdd\x9d\xa8\x26\xfa\x7e\x0d\x75\x7f\xad\x0f\x4e\x26\x4f\x58\xa3\x94\xfa\xb0\x1a\xf6\xe1\x32\xea\xfe\xf8\xe3\xa3\xf7\xca\xaa\x68\xda\xc8\x6c\x3f\x17\x91\x5c\x4a\x61\x8f\xbd\x2b\x44\x80\x8c\x5b\x96\x69\xba\x01\x55\x9a\xbc\x44\xbd\x8b\x11\x77\xed\x53\xf5\x06\xbd\xe3\xe3\x93\x07\x35\x11\x9e\xd6\xa0\x55\xc4\x75\x4d\x1f\xc5\xd6\x9d\xfa\xa3\x9e\x03\x8b\x4c\xbe\xee\x73\x44\xd4\x5e\x79\xb5\xa9\x9e\x06\xbd\xb3\x93\x93\xfa\xf3\x2b\xfb\x70\x7a\xe4\xd4\xa4\xb7\x0f\xb6\xe9\xc1\x83\x07\x9f\x6f\x1f\xa6\x3c\x53\x0e\x3c\x95\x26\x4a\x44\xe6\x80\x6f\xf8\x3a\xaf\x3e\x26\x32\x4d\xe5\xf6\x39\x2a\x14\xe1\x00\xfa\x8a\xa3\x2a\x8c\x40\xc2\x6c\xe6\x3f\xfc\x0a\x73\xaf\x06\x1b\x6a\x3b\xc1\x6c\x59\xa5\x3c\x5b\xa1\x79\x1c\xe6\xd7\xab\x43\xe4\xde\xe1\x0f\xf2\xeb\x55\x2b\x52\x99\x36\x1c\xb5\x64\x30\xf3\x26\x5d\x0a\xe9\xf5\xd5\x0f\xcc\x3e\x0c\x66\x81\x1a\x45\x44\xc7\xf4\x85\x66\x2f\x53\xb5\xba\x64\xef\x5c\x3e\xaa\x72\x53\xa4\xa6\x52\x51\x01\x97\x2a\xf8\x37\x03\x7e\xdd\xa1\xc6\xbc\x6a\xbd\xe6\xe4\x33\xeb\xaa\xf0\xba\x4c\x8d\xcc\xeb\xd3\x9a\x4a\x3d\xeb\x61\x0e\xe9\xc9\x01\xab\xea\x75\xd5\xdb\xff\x97\x19\xdc\x1d\xc9\x5b\x0d\x6a\x82\x82\x47\x54\x4b\x1c\x65\x4b\x85\x9f\xcf\x79\x91\xe1\xa7\x5b\x14\xaa\xc0\x87\x01\x37\x3c\x7d\x67\xc3\x76\x14\x1b\xbb\xcf\x5c\x44\x78\xf4\x95\xd5\x28\x6f\xcb\x2e\xeb\x7f\xb2\x74\x43\xdc\x6d\x57\xef\x51\xbf\xd3\xc6\xe9\x06\x9d\xdc\x26\xa2\x90\xa6\xa6\xb7\xa5\x44\x7c\x79\x97\x0c\xbe\xfc\x1e\x34\x2a\x7f\x69\xdd\x93\xae\x4f\x20\x45\x8c\x12\x87\x42\x19\x14\xcb\x3d\x7d\x8b\x9a\x4a\xa6\xaa\xd0\x81\x60\x8e\x58\x21\xb2\xfb\x6c\x3c\x1b\x86\xde\x2c\xb0\x29\xca\x36\x9c\xaf\xd0\xfb\x10\x91\x98\xcb\x74\xc3\xfa\xdd\xd1\xf8\xc5\x7b\xfd\xb6\xee\x43\x27\x72\x49\x60\x1e\xf3\xcf\xd4\x9e\x8c\xed\xf1\xf2\xe4\xac\x3a\xdf\x39\x86\x1f\xfd\x08\x4e\xce\x1c\x38\x39\x7d\xd4\x70\x2c\xa1\x7f\x31\x1a\xd0\x7d\xc0\xb3\x8a\x2e\xf9\xf6\x9d\x93\x69\x10\xa6\x41\xe3\xd1\xd4\x56\xde\x8e\xe8\x1f\xca\xfa\x75\x2e\x0b\xf2\x16\x9b\x5a\xe7\x2d\x7a\xbc\x17\x8b\x54\x18\x01\x7c\x69\x44\x01\x6b\xfe\x9a\xba\xdc\x27\x32\xdb\x9a\xe6\xb6\x70\x4c\x95\x99\x77\xa5\x41\x6f\xbf\x97\x38\x9e\x57\x45\x98\x85\x37\x66\xf6\x26\x28\x26\x2e\x85\x6a\x9e\x21\x15\x65\x96\xa1\x0c\xf0\x75\x75\x9a\x9d\x8b\x42\xaa\xd8\x9e\x1c\xdf\x71\xc4\xe7\x95\x59\xb3\x37\xa5\xd5\x74\x6c\x67\x4b\x3c\x6d\xba\x20\xdc\x0d\x42\x4a\xd8\x77\x19\xd3\x39\x2c\xe8\xe6\x6c\x75\x41\x43\xdb\x95\xb4\xed\x75\xda\xb0\x7a\x79\xc9\xfc\xde\x85\xdb\x5f\x50\x08\xfb\xb1\x3d\x04\x3c\x3e\x5a\x33\x2a\xc5\x6e\xcf\x20\x13\xc1\x53\x93\xd8\x9b\x6f\x15\x99\x42\xe4\x2a\xb4\xef\x43\x7a\x7f\x17\xa5\x93\x87\x09\xdb\xd5\x8f\x1e\x1d\x61\x44\xeb\x16\xab\xd2\x86\x56\x74\xf6\xe4\x47\xb2\x18\x3e\x5d\x49\x03\x4b\x1d\x5d\x7f\x5a\x7b\x8e\x56\xab\xcc\x0a\x0c\x4b\xc4\xb5\x56\xcb\xf0\x95\x46\xef\x83\xbe\x91\x3c\xa8\xca\xb6\x3e\x52\x9a\x96\x8e\xd6\x04\x93\x62\x15\x69\x7a\x81\xc4\x0e\x8f\xdb\x9f\xb5\x4f\x59\xd7\x1b\xfa\xd6\xe4\x7a\x74\x77\xaf\x71\xba\x4a\x17\xb2\xb4\x91\x51\xcd\x1e\xda\x4b\x48\xbb\xc3\x36\x7d\xf9\x2e\x77\x49\x28\x77\x6f\x15\x27\x48\x05\xcf\xca\xbc\x39\x05\x2f\xa2\x44\xde\x08\xdd\x64\x5c\xf5\x2e\x8c\x6c\xf7\xf7\x26\xb1\x22\xbc\x7b\x96\x73\x08\x10\x65\xd7\x57\xf7\x76\x57\x12\xe5\xb2\x9e\xab\x71\xa6\x57\x1d\xf5\xb2\xd9\x18\xd3\x8f\xe0\xa2\x8b\xfe\x91\x16\xfb\x72\x25\x4d\xe3\x34\x43\x43\x22\x57\x49\x2a\x57\x09\xd9\x32\x8f\x09\xfd\x66\x31\x14\x62\xad\x6e\xec\x4d\xa6\x6c\x25\x76\x67\x18\xfd\xd1\x60\x10\x5e\x8c\x86\x17\xe3\xd1\xf0\x22\xd8\x2b\x12\x37\x01\x02\x9a\xb2\xde\x62\x17\xa4\xdc\x34\x67\xc4\x72\xb1\x5c\x2e\xa9\x0c\x4d\x46\x39\x1c\x05\x96\x74\xd3\xc8\xdf\xa3\x1a\x25\xbc\xe0\x91\x41\x9c\x4d\x24\xd3\xe6\xe1\xdc\xc7\x69\xd2\x2d\xac\x6e\x2f\xb0\xd7\x66\x4f\xef\x20\x6e\x31\x8d\x4e\xd4\x6d\xf6\x11\x5a\x35\xa8\xb1\xc1\xe6\x23\x6a\xbd\x8a\x1a\x4a\xcd\x57\x2b\x4c\xfc\x51\x48\xad\x16\x7a\xec\xbf\x8e\x4e\xaf\xa2\x4a\xa3\x87\xbd\x70\xa7\xd4\xb3\x6d\xc5\xed\x8e\x32\x2e\x4a\xb9\x5d\xbd\xbf\x64\xf6\xce\x8e\x4b\xc6\x78\x54\xdd\xcd\xb2\x37\xfa\x59\x6f\x3c\x9b\xba\xd5\xf3\x7c\x31\x1e\x57\x8f\xc3\x9e\x2d\x6f\xb0\x97\xd6\x63\x5c\x36\x2e\xbf\x35\x6b\x24\x89\x2a\x0b\x0d\x57\xc2\xdc\x0a\x51\x95\x73\xad\xbb\xe8\xbb\x83\xee\x62\x1c\x84\x8d\x6a\xc9\x19\x22\xef\x5c\x5e\xbe\xc7\x78\x69\xc4\x5a\x5b\xe4\x6f\xaf\xd1\x5a\xb0\xcf\x6d\x65\x18\xb9\x6f\x7f\x09\xe2\xbb\xe1\x28\x70\x27\x56\x7e\x8c\xbd\x2c\x89\xd6\xae\xc8\xbc\x77\x31\x6a\x7b\xbc\x8e\x02\xb5\xda\xa1\x32\xba\xb6\x9a\x22\xcb\x89\xb4\xfb\xe5\x7c\x3c\xf3\xdc\x70\xaf\xf8\x7c\x72\xb4\x47\xd4\x1e\x50\x7c\x88\x1c\x91\x19\xf9\xfe\xe2\x1d\x22\xc7\xfb\x44\xb6\xb7\xf5\xaa\x8b\x50\xfb\x44\x78\x64\xe4\x8d\x34\x1b\x58\x0a\x11\xb3\x81\xeb\xf6\xe9\x1e\x83\xbd\x21\x54\x11\x3c\xdd\x1e\x7b\xab\x25\x1c\x98\x44\xac\x45\x2b\x52\xa9\x2a\x0e\x60\x2d\x0c\x07\xc3\x57\x8e\xbd\x78\x75\xb5\x81\x6e\x16\x17\x4a\xc6\xf0\x5b\x1d\x38\xa5\x0b\xf2\x5d\xd4\x68\x3a\xf3\x00\x1a\x44\x39\x27\x1c\x64\x2a\xab\x8e\x58\xeb\xa3\x57\x2b\x05\x7b\x97\xbd\xf1\xbb\x09\x6d\x36\xe9\xf6\x64\x07\x31\xec\xee\x5c\x27\x16\x37\x22\x55\xb9\x28\x74\x7b\xa5\xd4\xca\x56\x12\x0f\x6f\xc5\xd5\xa1\x0d\x39\xfa\xf0\xe4\xe8\xf8\xe1\xe1\xf1\xf1\xa1\x6f\xd1\x7a\x6b\xa9\x8a\x56\x63\x03\x2d\x99\xb5\x7a\x49\xa1\xd6\xa2\xf5\xe0\x73\x6a\xac\x96\xcf\x82\x0b\x77\xe2\x86\xbd\xd9\x78\xe6\x85\x13\x37\xe8\x86\x41\x77\x08\x1d\x78\xf5\x83\xe5\xf2\xf4\xc1\xc3\x07\xaf\x9a\x68\x44\x66\x70\xb5\x31\x42\xef\x0c\xd9\xa6\x8e\xbb\x2a\xfe\xbd\x66\x5d\x61\xf2\xa4\xc2\x02\x23\x7f\x3e\xee\xda\xd2\x6b\x9d\xed\x9c\x3d\x38\x3b\x7b\x74\x74\x46\x0a\xd6\xde\x9e\xfe\xee\x84\x59\x1d\xf3\x7c\x44\x21\x16\xbe\xeb\xed\xeb\xc3\xe9\xd1\xfb\x9a\xfa\x51\x12\x9e\x3b\x9f\x7d\x94\x44\xa6\x8c\x8c\xfe\x0a\xc5\x9c\xce\x82\x51\xef\x5d\xf5\x3e\xdd\x23\xd3\x3c\xa8\xfe\x28\xad\x99\x37\x7c\x6f\x3d\xc4\x21\x64\xc7\x1d\x76\xf8\xd7\xdc\xdd\x31\x26\x89\xf2\xf8\x2c\xbb\x64\xe3\xee\x14\x7d\x1c\x88\xac\xb5\xf0\x9d\x6f\x92\x56\x6f\x8a\x7f\x2f\x9e\xe2\xdf\xe0\xb9\x13\x8b\x56\xdf\x75\x96\x45\x6b\xe0\x39\x59\xda\x9a\x8e\x9d\xf4\xa6\x35\x7e\xe6\x14\x65\xcb\x5b\x38\x3f\xe1\xad\xdf\x9e\x3b\x42\xb7\x5c\xdf\xc9\x4d\xeb\x89\xe7\xe4\x69\x6b\x3e\x76\xae\x56\xad\x27\x43\x47\x9a\xd6\x28\x70\x96\xb2\x35\x18\x39\xa6\x68\x05\x9e\x13\xe9\x56\xef\x2b\x47\x17\x2d\x7f\xee\xe8\x9b\x96\xef\x3a\xd7\xaa\xf5\xd4\x73\x56\x29\x52\x28\xaf\x5b\x8b\x2e\x5d\x6c\xc0\x15\xb9\xd9\x2a\x95\x3a\x71\xfe\xfc\xdf\xff\xf4\xcf\xfe\xe4\x9f\xfc\xd9\x2f\xff\xe8\xbb\xdf\xfd\xbb\xce\x9f\xff\xea\x67\x7f\xf1\x6f\xff\xa9\xfd\xf2\x97\xbf\xf9\x7b\x7f\xf1\x6f\xfe\xf9\x77\xbf\xfc\x0f\x7f\xf9\x9b\xbf\xff\x6e\xc3\xff\xf8\xc7\xbf\xf8\xee\x57\xff\x15\x1b\xfa\xa2\x34\x3a\x4a\x9c\x41\xc1\xb3\x6f\xff\x80\x4b\xed\x4c\x45\x2c\x8a\x94\x67\xb1\x76\xc6\xdc\xdc\x48\xf1\xa7\x3f\x2f\x9d\x37\xff\xf2\xed\xdf\x79\xfb\xb3\xb7\x3f\x7b\xf3\xeb\x37\xbf\x7c\xf3\x2b\xe7\xbb\xdf\xfb\xd7\xdf\xfd\xfe\xbf\xfb\x9f\x7f\xf8\x2f\x1c\x57\xe7\xfc\xdb\x3f\x56\xa9\x33\x57\x85\x29\x57\xe5\xb7\x7f\xa8\x21\x56\xf0\xa4\xe0\x5a\xe2\xcb\x54\x5f\x4b\xe7\xcd\x1f\xbf\xfd\x07\x6f\xfe\xcb\x9b\xff\xf8\xe6\x17\x6f\x7f\x6a\x69\x38\x23\xc3\x53\x89\x69\xac\x5f\xaa\x35\x4f\xb9\xcc\x44\xe6\x04\xdf\xfe\xa6\xb8\xfe\xf6\x0f\x84\xf3\xdf\xff\x91\xf8\xd3\x9f\x1b\x99\x71\xe7\xcd\xcf\xdf\xfe\xf4\xcd\x7f\xab\x06\xf9\x37\x22\xd3\xd7\xdc\xf9\x3f\xff\xec\xf7\xff\xd7\x7f\xfe\xa3\xff\xfd\xbb\xff\xc9\x19\xf2\x54\xac\x94\xf3\xe6\x5f\xbd\xf9\xf5\xdb\x9f\xbe\xf9\xc5\xdb\xdf\x7b\xf3\x27\x6f\x7f\xf6\xf6\x1f\xbe\xf9\xf5\x9b\x5f\x30\x9b\x27\xda\xe3\x50\xb4\x7e\x0c\x41\xb9\x8c\xae\x45\x61\xa5\xdb\xc6\x97\x98\xda\x5e\x32\x12\x2f\x89\x99\x91\x8c\xa1\x03\xdf\x24\x8c\x04\x4d\x8f\xad\xe0\x39\xa3\xbf\xdb\x6f\x24\x78\xfa\x39\x1c\x23\xe9\x23\xf8\x28\x18\xa9\x00\x74\x20\x4b\x19\xe9\x01\x74\x20\xbd\x61\xa4\x0c\xd0\x81\xa2\x64\xa4\x11\xd0\x81\x9f\x70\x46\x6a\x81\x73\x6a\x46\xba\x01\x1d\xa0\x4f\x46\x3a\x82\xdf\x52\x46\x8a\x02\x1d\xb8\x5a\x31\xd2\x16\xe8\x80\x34\x8c\x54\x06\x27\x94\x8c\xf4\x86\x20\x21\x23\xe5\xc1\xcc\x16\x3f\x19\x29\x11\x74\x40\x17\x8c\x34\x09\x1f\x6f\x18\xa9\x13\x74\xe0\x5a\x31\xd2\x29\xe8\xc0\x2a\x65\xa4\x58\xd0\x81\xf2\x9a\x51\x1e\x53\x5f\x97\x5a\xf3\x3c\xa7\x1f\x91\xa8\x06\x30\x8b\x52\x4e\x87\x06\x84\x26\xda\x46\xad\xd3\x8e\xcc\x24\x7b\xb9\xed\xd1\xae\x86\x5d\x32\xf6\x52\x61\xfa\x7b\xc9\xfc\x8b\xd9\xf3\x70\x30\x9b\x05\xae\x17\x3e\xf1\xec\x4d\xfc\x06\x5a\xf3\x13\x75\x0b\x37\xa2\xa8\x0a\xc8\xef\x56\x25\x28\xd1\x40\x28\x33\x54\xf5\x05\xd2\xa5\x52\x46\x14\x7b\x74\x9f\xb9\x5e\xf5\x0b\xbf\x3a\x89\x44\xaa\x54\x0d\x6e\xfe\x04\xc2\xfe\x92\xa1\xaa\x54\x7f\x80\x54\xe0\x4e\xe6\xe3\x6e\xe0\x86\x54\x68\xad\x8a\xbc\x44\xf5\xff\x06\x00\x00\xff\xff\x12\x9e\x58\xaa\x4c\x3a\x00\x00") func confAppIniBytes() ([]byte, error) { return bindataRead( @@ -307,7 +307,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 14876, mode: os.FileMode(420), modTime: time.Unix(1487727439, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 14924, mode: os.FileMode(420), modTime: time.Unix(1487817807, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4387,7 +4387,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 59014, mode: os.FileMode(420), modTime: time.Unix(1487697535, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 59014, mode: os.FileMode(420), modTime: time.Unix(1487817399, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/modules/setting/setting.go b/modules/setting/setting.go index 7652e0eb4..34884370a 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -187,7 +187,7 @@ var ( // Session settings SessionConfig session.Options - CSRFCookieName = "_csrf" + CSRFCookieName string // Cron tasks Cron struct { @@ -744,6 +744,7 @@ func newSessionService() { SessionConfig.Secure = Cfg.Section("session").Key("COOKIE_SECURE").MustBool() SessionConfig.Gclifetime = Cfg.Section("session").Key("GC_INTERVAL_TIME").MustInt64(86400) SessionConfig.Maxlifetime = Cfg.Section("session").Key("SESSION_LIFE_TIME").MustInt64(86400) + CSRFCookieName = Cfg.Section("session").Key("CSRF_COOKIE_NAME").MustString("_csrf") log.Info("Session Service Enabled") } diff --git a/templates/.VERSION b/templates/.VERSION index 41dd8d9d4..2304768c2 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.165.0222 / 0.10 RC \ No newline at end of file +0.9.166.0222 / 0.10 RC \ No newline at end of file