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 2003-2005. 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_ARRAY_HPP #define BOOST_PTR_CONTAINER_PTR_ARRAY_HPP #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif #include #include #include #include #if defined(BOOST_PTR_CONTAINER_DISABLE_DEPRECATED) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif namespace boost { namespace ptr_container_detail { template < class T, size_t N, class Allocator = int // dummy > class ptr_array_impl : public boost::array { public: typedef Allocator allocator_type; ptr_array_impl( Allocator /*a*/ = Allocator() ) { this->assign( 0 ); } ptr_array_impl( size_t, T*, Allocator /*a*/ = Allocator() ) { this->assign( 0 ); } }; } template < class T, size_t N, class CloneAllocator = heap_clone_allocator > class ptr_array : public ptr_sequence_adapter< T, ptr_container_detail::ptr_array_impl< typename ptr_container_detail::void_ptr::type,N>, CloneAllocator > { private: typedef ptr_sequence_adapter< T, ptr_container_detail::ptr_array_impl< typename ptr_container_detail::void_ptr::type,N>, CloneAllocator > base_class; typedef BOOST_DEDUCED_TYPENAME remove_nullable::type U; typedef ptr_array this_type; public: typedef std::size_t size_type; typedef U* value_type; typedef U* pointer; typedef U& reference; typedef const U& const_reference; typedef BOOST_DEDUCED_TYPENAME base_class::auto_type auto_type; public: // constructors ptr_array() : base_class() { } ptr_array( const ptr_array& r ) { size_t i = 0; for( ; i != N; ++i ) this->base()[i] = this->null_policy_allocate_clone( static_cast( &r[i] ) ); } template< class U > ptr_array( const ptr_array& r ) { size_t i = 0; for( ; i != N; ++i ) this->base()[i] = this->null_policy_allocate_clone( static_cast( &r[i] ) ); } #ifndef BOOST_NO_AUTO_PTR explicit ptr_array( std::auto_ptr r ) : base_class( r ) { } #endif #ifndef BOOST_NO_CXX11_SMART_PTR explicit ptr_array( std::unique_ptr r ) : base_class( std::move( r ) ) { } #endif ptr_array& operator=( ptr_array r ) { this->swap( r ); return *this; } #ifndef BOOST_NO_AUTO_PTR ptr_array& operator=( std::auto_ptr r ) { base_class::operator=(r); return *this; } #endif #ifndef BOOST_NO_CXX11_SMART_PTR ptr_array& operator=( std::unique_ptr r ) { base_class::operator=(std::move(r)); return *this; } #endif #ifndef BOOST_NO_AUTO_PTR std::auto_ptr release() { std::auto_ptr ptr( new this_type ); this->swap( *ptr ); return ptr; } std::auto_ptr clone() const { std::auto_ptr pa( new this_type ); clone_array_elements( *pa ); return pa; } #else std::unique_ptr release() { std::unique_ptr ptr( new this_type ); this->swap( *ptr ); return ptr; } std::unique_ptr clone() const { std::unique_ptr pa( new this_type ); clone_array_elements( *pa ); return pa; } #endif private: void clone_array_elements( this_type &pa ) const { for( size_t i = 0; i != N; ++i ) { if( !this->is_null(i) ) pa.replace( i, pa.null_policy_allocate_clone( &(*this)[i] ) ); } } private: // hide some members using base_class::insert; using base_class::erase; using base_class::push_back; using base_class::push_front; using base_class::pop_front; using base_class::pop_back; using base_class::transfer; using base_class::get_allocator; public: // compile-time interface template< size_t idx > auto_type replace( U* r ) // strong { BOOST_STATIC_ASSERT( idx < N ); this->enforce_null_policy( r, "Null pointer in 'ptr_array::replace()'" ); auto_type res( static_cast(this->base()[idx]), *this ); // nothrow this->base()[idx] = r; // nothrow return boost::ptr_container::move(res); // nothrow } #ifndef BOOST_NO_AUTO_PTR template< size_t idx, class V > auto_type replace( std::auto_ptr r ) { return replace( r.release() ); } #endif #ifndef BOOST_NO_CXX11_SMART_PTR template< size_t idx, class V > auto_type replace( std::unique_ptr r ) { return replace( r.release() ); } #endif auto_type replace( size_t idx, U* r ) // strong { this->enforce_null_policy( r, "Null pointer in 'ptr_array::replace()'" ); auto_type ptr( r, *this ); BOOST_PTR_CONTAINER_THROW_EXCEPTION( idx >= N, bad_index, "'replace()' aout of bounds" ); auto_type res( static_cast(this->base()[idx]), *this ); // nothrow this->base()[idx] = ptr.release(); // nothrow return boost::ptr_container::move(res); // nothrow } #ifndef BOOST_NO_AUTO_PTR template< class V > auto_type replace( size_t idx, std::auto_ptr r ) { return replace( idx, r.release() ); } #endif #ifndef BOOST_NO_CXX11_SMART_PTR template< class V > auto_type replace( size_t idx, std::unique_ptr r ) { return replace( idx, r.release() ); } #endif using base_class::at; template< size_t idx > T& at() { BOOST_STATIC_ASSERT( idx < N ); return (*this)[idx]; } template< size_t idx > const T& at() const { BOOST_STATIC_ASSERT( idx < N ); return (*this)[idx]; } bool is_null( size_t idx ) const { return base_class::is_null(idx); } template< size_t idx > bool is_null() const { BOOST_STATIC_ASSERT( idx < N ); return this->base()[idx] == 0; } }; ////////////////////////////////////////////////////////////////////////////// // clonability template< typename T, size_t size, typename CA > inline ptr_array* new_clone( const ptr_array& r ) { return r.clone().release(); } ///////////////////////////////////////////////////////////////////////// // swap template< typename T, size_t size, typename CA > inline void swap( ptr_array& l, ptr_array& r ) { l.swap(r); } } #if defined(BOOST_PTR_CONTAINER_DISABLE_DEPRECATED) #pragma GCC diagnostic pop #endif #endif