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
// (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com) // (C) Copyright 2003-2007 Jonathan Turkanis // Distributed under 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.) // See http://www.boost.org/libs/iostreams for documentation. // Contains: The function template copy, which reads data from a Source // and writes it to a Sink until the end of the sequence is reached, returning // the number of characters transfered. // The implementation is complicated by the need to handle smart adapters // and direct devices. #ifndef BOOST_IOSTREAMS_COPY_HPP_INCLUDED #define BOOST_IOSTREAMS_COPY_HPP_INCLUDED #if defined(_MSC_VER) # pragma once #endif #include // Make sure ptrdiff_t is in std. #include // copy, min. #include // ptrdiff_t. #include // pair. #include #include #include #include #include #include #include #include #include // failure, streamsize. #include #include #include // read, write, close. #include #include #include namespace boost { namespace iostreams { namespace detail { // The following four overloads of copy_impl() optimize // copying in the case that one or both of the two devices // models Direct (see // http://www.boost.org/libs/iostreams/doc/index.html?path=4.1.1.4) // Copy from a direct source to a direct sink template std::streamsize copy_impl( Source& src, Sink& snk, std::streamsize /* buffer_size */, mpl::true_, mpl::true_ ) { using namespace std; typedef typename char_type_of::type char_type; typedef std::pair pair_type; pair_type p1 = iostreams::input_sequence(src); pair_type p2 = iostreams::output_sequence(snk); std::streamsize total = static_cast( (std::min)(p1.second - p1.first, p2.second - p2.first) ); std::copy(p1.first, p1.first + total, p2.first); return total; } // Copy from a direct source to an indirect sink template std::streamsize copy_impl( Source& src, Sink& snk, std::streamsize /* buffer_size */, mpl::true_, mpl::false_ ) { using namespace std; typedef typename char_type_of::type char_type; typedef std::pair pair_type; pair_type p = iostreams::input_sequence(src); std::streamsize size, total; for ( total = 0, size = static_cast(p.second - p.first); total < size; ) { std::streamsize amt = iostreams::write(snk, p.first + total, size - total); total += amt; } return total; } // Copy from an indirect source to a direct sink template std::streamsize copy_impl( Source& src, Sink& snk, std::streamsize buffer_size, mpl::false_, mpl::true_ ) { typedef typename char_type_of::type char_type; typedef std::pair pair_type; detail::basic_buffer buf(buffer_size); pair_type p = snk.output_sequence(); std::streamsize total = 0; std::ptrdiff_t capacity = p.second - p.first; while (true) { std::streamsize amt = iostreams::read( src, buf.data(), buffer_size < capacity - total ? buffer_size : static_cast(capacity - total) ); if (amt == -1) break; std::copy(buf.data(), buf.data() + amt, p.first + total); total += amt; } return total; } // Copy from an indirect source to an indirect sink template std::streamsize copy_impl( Source& src, Sink& snk, std::streamsize buffer_size, mpl::false_, mpl::false_ ) { typedef typename char_type_of::type char_type; detail::basic_buffer buf(buffer_size); non_blocking_adapter nb(snk); std::streamsize total = 0; bool done = false; while (!done) { std::streamsize amt; done = (amt = iostreams::read(src, buf.data(), buffer_size)) == -1; if (amt != -1) { iostreams::write(nb, buf.data(), amt); total += amt; } } return total; } // The following function object is used with // boost::iostreams::detail::execute() in the primary // overload of copy_impl(), below // Function object that delegates to one of the above four // overloads of compl_impl() template class copy_operation { public: typedef std::streamsize result_type; copy_operation(Source& src, Sink& snk, std::streamsize buffer_size) : src_(src), snk_(snk), buffer_size_(buffer_size) { } std::streamsize operator()() { return copy_impl( src_, snk_, buffer_size_, is_direct(), is_direct() ); } private: copy_operation& operator=(const copy_operation&); Source& src_; Sink& snk_; std::streamsize buffer_size_; }; // Primary overload of copy_impl. Delegates to one of the above four // overloads of compl_impl(), depending on which of the two given // devices, if any, models Direct (see // http://www.boost.org/libs/iostreams/doc/index.html?path=4.1.1.4) template std::streamsize copy_impl(Source src, Sink snk, std::streamsize buffer_size) { using namespace std; typedef typename char_type_of::type src_char; typedef typename char_type_of::type snk_char; BOOST_STATIC_ASSERT((is_same::value)); return detail::execute_all( copy_operation(src, snk, buffer_size), detail::call_close_all(src), detail::call_close_all(snk) ); } } // End namespace detail. //------------------Definition of copy----------------------------------------// // Overload of copy() for the case where neither the source nor the sink is // a standard stream or stream buffer template std::streamsize copy( const Source& src, const Sink& snk, std::streamsize buffer_size = default_device_buffer_size BOOST_IOSTREAMS_DISABLE_IF_STREAM(Source) BOOST_IOSTREAMS_DISABLE_IF_STREAM(Sink) ) { typedef typename char_type_of::type char_type; return detail::copy_impl( detail::resolve(src), detail::resolve(snk), buffer_size ); } // Overload of copy() for the case where the source, but not the sink, is // a standard stream or stream buffer template std::streamsize copy( Source& src, const Sink& snk, std::streamsize buffer_size = default_device_buffer_size BOOST_IOSTREAMS_ENABLE_IF_STREAM(Source) BOOST_IOSTREAMS_DISABLE_IF_STREAM(Sink) ) { typedef typename char_type_of::type char_type; return detail::copy_impl( detail::wrap(src), detail::resolve(snk), buffer_size ); } // Overload of copy() for the case where the sink, but not the source, is // a standard stream or stream buffer template std::streamsize copy( const Source& src, Sink& snk, std::streamsize buffer_size = default_device_buffer_size BOOST_IOSTREAMS_DISABLE_IF_STREAM(Source) BOOST_IOSTREAMS_ENABLE_IF_STREAM(Sink) ) { typedef typename char_type_of::type char_type; return detail::copy_impl( detail::resolve(src), detail::wrap(snk), buffer_size ); } // Overload of copy() for the case where neither the source nor the sink is // a standard stream or stream buffer template std::streamsize copy( Source& src, Sink& snk, std::streamsize buffer_size = default_device_buffer_size BOOST_IOSTREAMS_ENABLE_IF_STREAM(Source) BOOST_IOSTREAMS_ENABLE_IF_STREAM(Sink) ) { return detail::copy_impl(detail::wrap(src), detail::wrap(snk), buffer_size); } } } // End namespaces iostreams, boost. #endif // #ifndef BOOST_IOSTREAMS_COPY_HPP_INCLUDED