Notice (8): Undefined index: HTTP_ACCEPT_LANGUAGE [APP/Controller/AppController.php, line 49]Code Context $current_url = Router::url();
//print_r($current_url);
$lang = strtoupper(substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2));
$current_url = '/FileDownload/getFile/112/Bakalarska_prace_Pokorny_David.pdf/'
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 49
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 80
[main] - ROOT/webroot/index.php, line 37
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 1719 bytes written, possibly out of free disk space in /var/www/www-uk-public/www-uk-public/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_menu_tree' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_menu_tree'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'menu_tree'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'parent_id' => [
[maximum depth reached]
],
'lft' => [
[maximum depth reached]
],
'rght' => [
[maximum depth reached]
],
'name' => [
[maximum depth reached]
],
'description' => [
[maximum depth reached]
],
'url' => [
[maximum depth reached]
],
'template' => [
[maximum depth reached]
],
'header_text' => [
[maximum depth reached]
],
'header_image' => [
[maximum depth reached]
],
'article_id' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'parent_id' => 'integer',
'lft' => 'integer',
'rght' => 'integer',
'name' => 'string',
'description' => 'string',
'url' => 'string',
'template' => 'string',
'header_text' => 'string',
'header_image' => 'string',
'article_id' => 'integer'
]
[protected] _indexes => [
'url' => [
[maximum depth reached]
]
]
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_czech_ci'
]
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => '/var/www/www-uk-public/www-uk-public/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = false
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 241
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 531
Cake\ORM\Query::addDefaultTypes() - CORE/src/ORM/Query.php, line 210
Cake\ORM\Query::__construct() - CORE/src/ORM/Query.php, line 167
Cake\ORM\Table::query() - CORE/src/ORM/Table.php, line 1569
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1171
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 77
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 2279 bytes written, possibly out of free disk space in /var/www/www-uk-public/www-uk-public/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): _cake_model_ cache was unable to write 'default_final_works_files' to Cake\Cache\Engine\FileEngine cache [CORE/src/Cache/Cache.php, line 241]Code Context get_class($engine)
),
E_USER_WARNING
$key = 'default_final_works_files'
$value = object(Cake\Database\Schema\TableSchema) {
[protected] _table => 'final_works_files'
[protected] _columns => [
'id' => [
[maximum depth reached]
],
'final_work_id' => [
[maximum depth reached]
],
'file_name' => [
[maximum depth reached]
],
'file_description' => [
[maximum depth reached]
],
'file_type' => [
[maximum depth reached]
],
'file_size' => [
[maximum depth reached]
]
]
[protected] _typeMap => [
'id' => 'integer',
'final_work_id' => 'integer',
'file_name' => 'string',
'file_description' => 'string',
'file_type' => 'string',
'file_size' => 'integer'
]
[protected] _indexes => []
[protected] _constraints => [
'primary' => [
[maximum depth reached]
]
]
[protected] _options => [
'engine' => 'InnoDB',
'collation' => 'utf8_czech_ci'
]
[protected] _temporary => false
[protected] _columnKeys => [
'type' => null,
'baseType' => null,
'length' => null,
'precision' => null,
'null' => null,
'default' => null,
'comment' => null
]
[protected] _columnExtras => [
'string' => [
[maximum depth reached]
],
'text' => [
[maximum depth reached]
],
'integer' => [
[maximum depth reached]
],
'biginteger' => [
[maximum depth reached]
],
'decimal' => [
[maximum depth reached]
],
'float' => [
[maximum depth reached]
]
]
[protected] _indexKeys => [
'type' => null,
'columns' => [[maximum depth reached]],
'length' => [[maximum depth reached]],
'references' => [[maximum depth reached]],
'update' => 'restrict',
'delete' => 'restrict'
]
[protected] _validIndexTypes => [
(int) 0 => 'index',
(int) 1 => 'fulltext'
]
[protected] _validConstraintTypes => [
(int) 0 => 'primary',
(int) 1 => 'unique',
(int) 2 => 'foreign'
]
[protected] _validForeignKeyActions => [
(int) 0 => 'cascade',
(int) 1 => 'setNull',
(int) 2 => 'setDefault',
(int) 3 => 'noAction',
(int) 4 => 'restrict'
]
}
$config = '_cake_model_'
$engine = object(Cake\Cache\Engine\FileEngine) {
[protected] _File => null
[protected] _defaultConfig => [
'duration' => (int) 3600,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => null,
'prefix' => 'cake_',
'probability' => (int) 100,
'serialize' => true
]
[protected] _init => true
[protected] _groupPrefix => null
[protected] _config => [
'duration' => (int) 120,
'groups' => [[maximum depth reached]],
'isWindows' => false,
'lock' => true,
'mask' => (int) 436,
'path' => '/var/www/www-uk-public/www-uk-public/tmp/cache/models/',
'prefix' => 'myapp_cake_model_',
'probability' => (int) 100,
'serialize' => true,
'url' => null
]
[protected] _configInitialized => true
}
$success = false
Cake\Cache\Cache::write() - CORE/src/Cache/Cache.php, line 241
Cake\Database\Schema\CachedCollection::describe() - CORE/src/Database/Schema/CachedCollection.php, line 66
Cake\ORM\Table::getSchema() - CORE/src/ORM/Table.php, line 531
Cake\ORM\Table::getPrimaryKey() - CORE/src/ORM/Table.php, line 652
Cake\ORM\Table::get() - CORE/src/ORM/Table.php, line 1393
App\Controller\FileDownloadController::getFile() - APP/Controller/FileDownloadController.php, line 23
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 440
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 119
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
Warning: file_put_contents() [function.file-put-contents]: Only 0 of 2122 bytes written, possibly out of free disk space in /var/www/www-uk-public/www-uk-public/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
Warning (512): Unable to emit headers. Headers sent in file=/var/www/www-uk-public/www-uk-public/vendor/cakephp/cakephp/src/Error/Debugger.php line=822 [CORE/src/Http/ResponseEmitter.php, line 48]Code Context $message = "Unable to emit headers. Headers sent in file=$file line=$line";
if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'application/pdf',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'Accept-Ranges' => [
[maximum depth reached]
],
'Content-Length' => [
[maximum depth reached]
]
],
'file' => object(Cake\Filesystem\File) {},
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => '%PDF-1.4
%����
322 0 obj <</Linearized 1/L 5893083/O 324/E 87147/N 25/T 5886595/H [ 956 545]>>
endobj
xref
322 33
0000000016 00000 n
0000001501 00000 n
0000001607 00000 n
0000001992 00000 n
0000004407 00000 n
0000007709 00000 n
0000010924 00000 n
0000014260 00000 n
0000017396 00000 n
0000020452 00000 n
0000023557 00000 n
0000026604 00000 n
0000026763 00000 n
0000026925 00000 n
0000027082 00000 n
0000027237 00000 n
0000027394 00000 n
0000027556 00000 n
0000028248 00000 n
0000028480 00000 n
0000028546 00000 n
0000028615 00000 n
0000028750 00000 n
0000034762 00000 n
0000034998 00000 n
0000035067 00000 n
0000035580 00000 n
0000043514 00000 n
0000043745 00000 n
0000043814 00000 n
0000044454 00000 n
0000074319 00000 n
0000000956 00000 n
trailer
<</Size 355/Prev 5886583/Root 323 0 R/Info 321 0 R/ID[<28BF4E5E4E758A4164004E56FFFA0108><8B7BAB60191DC348B84639B52F8EE0B2>]>>
startxref
0
%%EOF
354 0 obj<</Length 451/E 944/Filter/FlateDecode/I 960/O 928/S 793>>stream
x�b```"5V��� c�r\``��
�hQd�8���/f��?EM�%�xg~Yk�lƔb������?��GbڙU7
�6���μ��Wq�]O}���y,�w�J���)��50� ~G�ɪ�a1�$37�1y|�U�d`�t-��u�P��/۲�L�,���촕3T�f[T�N>d)�@ū�U�M�"�i�z
Ȟ6�L�A�2��ͼ(/#��w �\<������-9mS��50�\�x8;ש� s���1ʮ�G��Y�1� % >2D&|�r@lqb�g�Sْ�p��C�[�s��b,af`�� v�����U�%蹃Vc�~�
�)��zޔ5LaX�f|�����
�
k34�0s�80��p8Ӱ�a������������Ȑb`�6�U"w�����@�#C�<�B ~` x�+
endstream
endobj
323 0 obj<</Names<</Dests 292 0 R>>/Outlines 266 0 R/Metadata 320 0 R/Pages 319 0 R/Type/Catalog>>
endobj
324 0 obj<</CropBox[0.0 0.0 595.276 841.89]/Parent 319 0 R/Contents[325 0 R 326 0 R 327 0 R 328 0 R 329 0 R 330 0 R 331 0 R 332 0 R]/Rotate 0/MediaBox[0.0 0.0 595.276 841.89]/TrimBox[0.0 0.0 595.276 841.89]/Resources<</XObject<</Im49 352 0 R/Im50 353 0 R>>/Font<</F13 333 0 R/F19 334 0 R/F25 335 0 R/F31 336 0 R/F37 337 0 R/F43 338 0 R>>/ProcSet[/PDF/Text/ImageC]>>/Type/Page>>
endobj
325 0 obj<</Length 2344/Filter/FlateDecode>>stream
H��WAn$9����-�%�=,v���].��>��A��Te���� =.)%�
�T\��w
���j�ο�3�������|z|ȴPJ�DמOO�z|��#�)�����������ߏ�?���`#�����,5�v�9,Rs[�ە�C�B%����,s/c����/���5���oX��w�!�}��g�L��TC]Z(<���c�~���X����T���V�.Y��0)��
z�0��+�\����l� ��b��_&���y|W�dm��Z6�`���Z�W�Oܗ\[��@"+�v~���~���̍B�����D���?(���y����c@��4eE{����rx
j�ՈkS:}CJ�j�0�u�:�#�v���G�zD��� �1f�����u3nQs�;_����_g?g�խ�$�_��}
�|u��E��E�{T�~c�J�oG�B���EWL���"ȫ��Hi�qSdd%��I�˖�;���f��6~I�z$IJІ��2�$oe��ʹ�q��� ���1x_R��������I��}�POz��E.a���<n4瀪�# ���`� �ۍ���P
��0q��j�bküT�;�g|-�o�ٕeV�6���Z�JK�Y8�5�7sD�/� �c���l���|uM<�s��Q[:ʷEo+�p��N)��+�����z�g#�FEW�L�S߄�&�V���e�F��9�[] V�6�O!�X-�=WtKq��9An4^k��IG�8��i��iޖD�S����#���^�ȡ�wI�?�Eq]:�=c���<��.���JP��7�Ђ�g�jAi���u�-��i^����U�zE���*�H��{�����nx�����{��C�WZ-w�~�{S�V�di+��wf
�\H�a��ν��r_8�}��>�4�h߭���:p�<U�n��M�y�z���Q�=K.�k�`Q��.�C��nt���d%Ӂ�����=с�e��e@uq$����k�� 3��xd���$K����Lk���V�a�d��ߎ�>���k �u#.���R��z@�+���L2Z��j�ln %��/��iw#
l��F�F��O�f�F�N�6��tv3:�]�bZ���L���
bN�x=�c+lpq���/�� ��τC �d����>�9ub[l�;�1��\�2���w^����z�@�\��\��u�]��b�K
�o
��JDH�i��.�?+=�_��ᾪIz��2��k�����n�arpn�so����5�;�ŧ�:t�ӡB~�v=��
@?Wއۋ[�����]�D���/�9����:�?�N��Pܰ�T^�JN��=1�<:������
�=��|�� h��y�
���{�q��C�w_��b��'�]��`N����o��/[�^G`2����W��a��K�+гK<Id���
�B�/S�9-��~e�e�yc���]���y���S]�{NݡV/��k6�CM�[瞞
I�M���W��R�Դ�w�>Ô�y�p��N����%?�j�\2i�����$�k��"]Vq��Vߟ7¯����`��C��4Y����ʍ�tyi*7sϊ O+as�4��Nrܷ�6&մ�����CP(`J�~��e������ �B������N�Zy�¸�Z�E�ƅŶ���YEJI:ŜO�^��+����m��eKY(�U]5&�3JGn0фAI�5�q���b�r�GY�m���m\��Q��e��1�,���A� &��K��qJ�S$�ő�K�RP� o��6�-����
b�5l�pp�]�Ήqpb�X+��eD
7綴0�13m㌭D�Bۖq/9x�J����=e��L��O�Z���3$S5q_}�1Sѱr��g���b]e��=� �Y"�Ђ,��-��c��آS���)�>E(C)
�
MDA�pJ�q���Z4`�A2ZEa��&W(&���i6�-P�.��%UN�%�O%gUZ�&6�t�đ����)�6Fj �����($�ϫ� � ���D΅���*��1���DJMp��1� =�8�9
�||ޒާ~* :_MiFnSP���p�0�c�:8
u��(D��:I����T��BGDPަ��
ȕF��8� 5���
.Eգ�|%�_��W�:�-P�44j,i@
�긎$�9�5K"���$V%�#{1�����`��M-|JXM�$�6���2�0�Bű�q��o*(�{��/�)�y���@�*��>N|C�X)z(��q�Y��������� ����
endstream
endobj
326 0 obj<</Length 3231/Filter/FlateDecode>>stream
H�dWM�.�
��9��ZAD]OOzPw���?�FUė*J�_�1~F�V7���#��4Y�e����˅K�
����XW��74�5w�K�;�6b�1wq�Ah��~`��3�e���^n}/)�.�a�d��߉�K:�Wb�d^�K|npd]=O�����+�y�u�s�
�&4�*��xڳ ������F�M�g~`/�F;�_67�K����~ �I\�J;�m�e���|��oÍ�[-�����������vwn���QS��=����λԒ�S�]4�: ��H��t��ض4w�Oc�:�$�3>qpC��ms e��|Z-��#U=���P�@}�Wت�0�{ߥ�$�ǂ���{��}�C`:�w�e�^�QS����bGqy��wڛ�����;�B;�5m��w5� �j?�͛#Ǯ%�G\`�B"�)�1D�⩹с��{� 1�Z�����3�K��c�L������n{2%�t��Ke� �P���*�4����~��i��P�݄�zL^���d���'v�V�D�<�{��].� @��+l�����]jIB\h��{A=@��d䤺�ԁ1�
�Co5iZ5��=c;;|��,�A�>vŸ1�D��^"�LJe�S���kR�m1��֮=��λl�H�-�� ��z�FFm�Ҫ�D���KM�5�>��x�I;�:C�Pl�KZi�����i���k�P=Ej2�ᘸgQB�m���q��C����^�3v,�<��O�BI� Z�kN����1���L����8j��Ί�B�Atp]Ԭ��!�L��+��bz�j��+�)��ǒ����)�
���vrvc���4��a����Q�41(����m��J�V��}��*�}k��,�"Z�
dw�p� ^��n���G�:c��TM�5�4���KG�#v64VV:]���m�1��!-f~�v �z=�@c��Ϫ�AN�k��ty�!B?�WY۫�D��L�����!��K$^�T퉍lS�h�=
.<������~SFc��c��CH�0e� �
��ɖpܕ���n�����(s�����7�H�Ƶ%`V� � ��S5fbX�[�҇FF�=��@��ƪ\��eg�bGH�B�f>#ą!�!ёULs(#F��k<��N��.#Y 7]�����FQy��3=A���{1.�,�^�) A���[�������UrEه�)�L�j �аX/!X�X��#'ۧ`D����vR+ �.�@�&?�?S>f٣�Q/�ꄺhJNg���&^��Ա��{��u.�ݝE�� ����n�I����vdvT�z�~��gJ
F�����Ҩ�r���l��y6ĸ���w�jc�����o-�����莂�b�:�危�2|��cb}�=��ƄA>��ut��Z���芀�K|k99h���0��R�<�,#��e�����K�vژ(���L��0��p�MARHTA ���\ NgfSoO7��a�~ �����:R=�bA�OKjY����ccM��U#O@�]���s�=4��u}���<��|Q�d�wb���*�� T��q��QM@R�}x+��<b�,�͏���|{z��/R�����TY� ��w�Gl`>����h���P�>�z8��żW�{�;�ZeY�"�G�BR)"�ٓ��v������m�J��Il�< *Kl�+�����\&�v��I҃@H�&��*5րW��Y�
@Y�.�Z�T*˙/ن
E�����
���Tf'�6�� L���0-&�<���}V���5Iϖ ڰ���H�Xn�/��w��㞅�)C`�3GE(�zƜ��A����h ���⧡+��o�SMo,�ׄ�(q ���ÞB=�]���l׀)�
x-E4v�@q� ū��Q�*��0��u�h{�Ġ2�G�`�a�<L>@�k�Pb���R��1Ԛٔl) ��n�����
@��M,�� �9�^MpV#�Sco��?��v<\�6�Ծx�ؼ�"`���a����]����,�?
m��q�@CypYz���8T���l��>Hu� �O���wo�8X��9�}�L��&@|���)Ry,���S/�x6~�B�@0� qU�{ݹ���y6��f]l-X�4Rj�,]q��G����39r����]g �6&P���-t�5��&d��nE�]e�j�`�I�U�?���|��ZPU�k����<�oV�L>�=x h&��l.r��ڇ�A��@� � r~z��=G�
n`Ь<ܩ!��fc�o�h�{"�f�]vc�U���\�1Jv��5*����8����ZN�>������t��uPWfݵgɠ�p�N�=W9���IJ���� (�kʓd`��#Hf]�Z��
ŭ�v>���
)L�W,�rF�vԪ�Z��2�6T/�@o��3�C�Q���w�yy�y�Y��1��<��~�:oHm�l�C�m� �<�z0��] ��4{�����Yj��h���M�0N�Ήk$�F��Q]&�� m%%��ϑ������h��V�*F���q/����p��s��f;?[f�����m�s.
��%�P#�E}��K��9�5Y*w����3C5רay�dH�V^�ak�ԅ\����)�җ�x�d���}d��� D���ʍ���r�Lm>`+� ����� �h�5�@2���}���]\�`�4��C�0[M֩+oS�Q��0�c�z�O4�j��Y�B+��"4�m�������:�o�KRֺ�P�� 0���C�JFs�+
�e��|��Z�NlSs��lw�I��VȎ���)2�r5�-��z��Jt@J�K@����6}g�\��r@�@�y���.9
��£�<�/������-�0p�����o!��n���BB���]O�
: ��s�)�u�bi��x3yt��;�kp:s���ɡ˴kd��=���z�+r�ډ�LJi��ԕ�z�>