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 definition of the template codecvt_helper, useful for // defining specializations of std::codecvt where state_type != mbstate_t. // Compensates for the fact that some standard library implementations // do not derive the primiary codecvt template from locale::facet or // provide the correct member types and functions. // Usage: // // // In global namespace: // BOOST_IOSTREAMS_CODECVT_SPEC(mystate) // // // In user namespace: // template // struct mycodecvt : codecvt_helper { ... }; // // // Or: // struct mycodecvt : codecvt_helper { ... }; // // Etc. #ifndef BOOST_IOSTREAMS_DETAIL_CODECVT_HELPER_HPP_INCLUDED #define BOOST_IOSTREAMS_DETAIL_CODECVT_HELPER_HPP_INCLUDED #if defined(_MSC_VER) # pragma once #endif #include // Put size_t in std, BOOST_MSVC, Dinkum. #include #include // min. #include // size_t. #include // locale, codecvt_base, codecvt. #include //------------------Definition of traits--------------------------------------// namespace boost { namespace iostreams { namespace detail { #if !BOOST_WORKAROUND(BOOST_DINKUMWARE_STDLIB, == 1) //-----------------------// template struct codecvt_intern { typedef typename T::intern_type type; }; template struct codecvt_extern { typedef typename T::extern_type type; }; #else // #if !BOOST_WORKAROUND(BOOST_DINKUMWARE_STDLIB, == 1) //--------------// template struct codecvt_intern { typedef typename T::from_type type; }; template struct codecvt_extern { typedef typename T::to_type type; }; #endif // #if !BOOST_WORKAROUND(BOOST_DINKUMWARE_STDLIB, == 1) //-------------// template struct codecvt_state { typedef typename T::state_type type; }; } } } // End namespaces detail, iostreams, boost. //------------------Definition of codecvt_impl--------------------------------// #if defined(BOOST_IOSTREAMS_NO_PRIMARY_CODECVT_DEFINITION) || \ defined(BOOST_IOSTREAMS_EMPTY_PRIMARY_CODECVT_DEFINITION) || \ defined(BOOST_IOSTREAMS_NO_LOCALE) \ /**/ namespace boost { namespace iostreams { namespace detail { template struct codecvt_impl : std::locale::facet, std::codecvt_base { public: typedef Intern intern_type; typedef Extern extern_type; typedef State state_type; codecvt_impl(std::size_t refs = 0) : std::locale::facet(refs) { } std::codecvt_base::result in( State& state, const Extern* first1, const Extern* last1, const Extern*& next1, Intern* first2, Intern* last2, Intern*& next2 ) const { return do_in(state, first1, last1, next1, first2, last2, next2); } std::codecvt_base::result out( State& state, const Intern* first1, const Intern* last1, const Intern*& next1, Extern* first2, Extern* last2, Extern*& next2 ) const { return do_out(state, first1, last1, next1, first2, last2, next2); } std::codecvt_base::result unshift(State& state, Extern* first2, Extern* last2, Extern*& next2) const { return do_unshift(state, first2, last2, next2); } bool always_noconv() const throw() { return do_always_noconv(); } int max_length() const throw() { return do_max_length(); } int encoding() const throw() { return do_encoding(); } int length( BOOST_IOSTREAMS_CODECVT_CV_QUALIFIER State& state, const Extern* first1, const Extern* last1, std::size_t len2 ) const throw() { return do_length(state, first1, last1, len2); } protected: std::codecvt_base::result virtual do_in( State&, const Extern*, const Extern*, const Extern*&, Intern*, Intern*, Intern*& ) const { return std::codecvt_base::noconv; } std::codecvt_base::result virtual do_out( State&, const Intern*, const Intern*, const Intern*&, Extern*, Extern*, Extern*& ) const { return std::codecvt_base::noconv; } std::codecvt_base::result virtual do_unshift(State&, Extern*, Extern*, Extern*&) const { return std::codecvt_base::ok; } virtual bool do_always_noconv() const throw() { return true; } virtual int do_max_length() const throw() { return 1; } virtual int do_encoding() const throw() { return 1; } virtual int do_length( BOOST_IOSTREAMS_CODECVT_CV_QUALIFIER State&, const Extern* first1, const Extern* last1, std::size_t len2 ) const throw() { return (std::min)(static_cast(last1 - first1), len2); } }; } } } // End namespaces detail, iostreams, boost. #endif // no primary codecvt definition, empty definition. //------------------Definition of BOOST_IOSTREAMS_CODECVT_SPEC----------------// #if defined(BOOST_IOSTREAMS_NO_PRIMARY_CODECVT_DEFINITION) || \ defined(BOOST_IOSTREAMS_EMPTY_PRIMARY_CODECVT_DEFINITION) \ /**/ # define BOOST_IOSTREAMS_CODECVT_SPEC(state) \ namespace std { \ template \ class codecvt \ : public ::boost::iostreams::detail::codecvt_impl< \ Intern, Extern, state \ > \ { \ public: \ codecvt(std::size_t refs = 0) \ : ::boost::iostreams::detail::codecvt_impl< \ Intern, Extern, state \ >(refs) \ { } \ static std::locale::id id; \ }; \ template \ std::locale::id codecvt::id; \ } \ /**/ #else # define BOOST_IOSTREAMS_CODECVT_SPEC(state) #endif // no primary codecvt definition, or empty definition. namespace boost { namespace iostreams { namespace detail { //------------------Definition of codecvt_helper------------------------------// template struct codecvt_helper : std::codecvt { typedef Intern intern_type; typedef Extern extern_type; typedef State state_type; codecvt_helper(std::size_t refs = 0) #if !defined(BOOST_IOSTREAMS_NO_CODECVT_CTOR_FROM_SIZE_T) : std::codecvt(refs) #else : std::codecvt() #endif { } #ifdef BOOST_IOSTREAMS_NO_CODECVT_MAX_LENGTH int max_length() const throw() { return do_max_length(); } protected: virtual int do_max_length() const throw() { return 1; } #endif }; } } } // End namespaces detail, iostreams, boost. #endif // #ifndef BOOST_IOSTREAMS_DETAIL_CODECVT_HELPER_HPP_INCLUDED