1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// // Boost.Pointer Container // // Copyright Thorsten Ottosen 2008. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // For more information, see http://www.boost.org/libs/ptr_container/ // #ifndef BOOST_PTR_CONTAINER_PTR_UNORDERED_MAP_HPP #define BOOST_PTR_CONTAINER_PTR_UNORDERED_MAP_HPP #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif #include #include #include #if defined(BOOST_PTR_CONTAINER_DISABLE_DEPRECATED) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif namespace boost { template < class Key, class T, class Hash = boost::hash, class Pred = std::equal_to, class CloneAllocator = heap_clone_allocator, class Allocator = std::allocator< std::pair::type> > > class ptr_unordered_map : public ptr_map_adapter::type,Hash,Pred,Allocator>, CloneAllocator,false> { typedef ptr_map_adapter::type,Hash,Pred,Allocator>, CloneAllocator,false> base_type; typedef ptr_unordered_map this_type; public: typedef typename base_type::size_type size_type; private: using base_type::lower_bound; using base_type::upper_bound; using base_type::rbegin; using base_type::rend; using base_type::crbegin; using base_type::crend; using base_type::key_comp; using base_type::value_comp; using base_type::front; using base_type::back; public: using base_type::begin; using base_type::end; using base_type::cbegin; using base_type::cend; using base_type::bucket_count; using base_type::max_bucket_count; using base_type::bucket_size; using base_type::bucket; using base_type::load_factor; using base_type::max_load_factor; using base_type::rehash; using base_type::key_eq; using base_type::hash_function; public: ptr_unordered_map() { } explicit ptr_unordered_map( size_type n ) : base_type( n, ptr_container_detail::unordered_associative_container_tag() ) { } ptr_unordered_map( size_type n, const Hash& comp, const Pred& pred = Pred(), const Allocator& a = Allocator() ) : base_type( n, comp, pred, a ) { } template< typename InputIterator > ptr_unordered_map( InputIterator first, InputIterator last ) : base_type( first, last ) { } template< typename InputIterator > ptr_unordered_map( InputIterator first, InputIterator last, const Hash& comp, const Pred& pred = Pred(), const Allocator& a = Allocator() ) : base_type( first, last, comp, pred, a ) { } BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE( ptr_unordered_map, base_type, this_type ) template< class U > ptr_unordered_map( const ptr_unordered_map& r ) : base_type( r ) { } ptr_unordered_map& operator=( ptr_unordered_map r ) { this->swap( r ); return *this; } }; template < class Key, class T, class Hash = boost::hash, class Pred = std::equal_to, class CloneAllocator = heap_clone_allocator, class Allocator = std::allocator< std::pair > > class ptr_unordered_multimap : public ptr_multimap_adapter, CloneAllocator,false> { typedef ptr_multimap_adapter, CloneAllocator,false> base_type; typedef ptr_unordered_multimap this_type; public: typedef typename base_type::size_type size_type; private: using base_type::lower_bound; using base_type::upper_bound; using base_type::rbegin; using base_type::rend; using base_type::crbegin; using base_type::crend; using base_type::key_comp; using base_type::value_comp; using base_type::front; using base_type::back; public: using base_type::begin; using base_type::end; using base_type::cbegin; using base_type::cend; using base_type::bucket_count; using base_type::max_bucket_count; using base_type::bucket_size; using base_type::bucket; using base_type::load_factor; using base_type::max_load_factor; using base_type::rehash; using base_type::key_eq; using base_type::hash_function; public: ptr_unordered_multimap() { } explicit ptr_unordered_multimap( size_type n ) : base_type( n, ptr_container_detail::unordered_associative_container_tag() ) { } ptr_unordered_multimap( size_type n, const Hash& comp, const Pred& pred = Pred(), const Allocator& a = Allocator() ) : base_type( n, comp, pred, a ) { } template< typename InputIterator > ptr_unordered_multimap( InputIterator first, InputIterator last ) : base_type( first, last ) { } template< typename InputIterator > ptr_unordered_multimap( InputIterator first, InputIterator last, const Hash& comp, const Pred& pred = Pred(), const Allocator& a = Allocator() ) : base_type( first, last, comp, pred, a ) { } BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE( ptr_unordered_multimap, base_type, this_type ) template< class U > ptr_unordered_multimap( const ptr_unordered_multimap& r ) : base_type( r ) { } ptr_unordered_multimap& operator=( ptr_unordered_multimap r ) { this->swap( r ); return *this; } }; ////////////////////////////////////////////////////////////////////////////// // clonability template< class K, class T, class H, class P, class CA, class A > inline ptr_unordered_map* new_clone( const ptr_unordered_map& r ) { return r.clone().release(); } template< class K, class T, class H, class P, class CA, class A > inline ptr_unordered_multimap* new_clone( const ptr_unordered_multimap& r ) { return r.clone().release(); } ///////////////////////////////////////////////////////////////////////// // swap template< class K, class T, class H, class P, class CA, class A > inline void swap( ptr_unordered_map& l, ptr_unordered_map& r ) { l.swap(r); } template< class K, class T, class H, class P, class CA, class A > inline void swap( ptr_unordered_multimap& l, ptr_unordered_multimap& r ) { l.swap(r); } } #if defined(BOOST_PTR_CONTAINER_DISABLE_DEPRECATED) #pragma GCC diagnostic pop #endif #endif