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
/////////////////////////////////////////////////////////////// // Copyright 2013 John Maddock. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_MP_CPP_INT_LITERALS_HPP #define BOOST_MP_CPP_INT_LITERALS_HPP #include namespace boost { namespace multiprecision { namespace literals { namespace detail { template struct hex_value; template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; template <> struct hex_value<'8'> { static constexpr limb_type value = 8; }; template <> struct hex_value<'9'> { static constexpr limb_type value = 9; }; template <> struct hex_value<'a'> { static constexpr limb_type value = 10; }; template <> struct hex_value<'b'> { static constexpr limb_type value = 11; }; template <> struct hex_value<'c'> { static constexpr limb_type value = 12; }; template <> struct hex_value<'d'> { static constexpr limb_type value = 13; }; template <> struct hex_value<'e'> { static constexpr limb_type value = 14; }; template <> struct hex_value<'f'> { static constexpr limb_type value = 15; }; template <> struct hex_value<'A'> { static constexpr limb_type value = 10; }; template <> struct hex_value<'B'> { static constexpr limb_type value = 11; }; template <> struct hex_value<'C'> { static constexpr limb_type value = 12; }; template <> struct hex_value<'D'> { static constexpr limb_type value = 13; }; template <> struct hex_value<'E'> { static constexpr limb_type value = 14; }; template <> struct hex_value<'F'> { static constexpr limb_type value = 15; }; template struct combine_value_to_pack; template struct combine_value_to_pack, value> { using type = value_pack; }; template struct pack_values { static constexpr std::size_t chars_per_limb = sizeof(limb_type) * CHAR_BIT / 4; static constexpr std::size_t shift = ((sizeof...(CHARS)) % chars_per_limb) * 4; static constexpr limb_type value_to_add = shift ? hex_value::value << shift : hex_value::value; using recursive_packed_type = typename pack_values::type ; using pack_type = typename std::conditional::type; using type = typename combine_value_to_pack::type; }; template struct pack_values { static constexpr limb_type value_to_add = hex_value::value; using type = value_pack; }; template struct strip_leading_zeros_from_pack; template struct strip_leading_zeros_from_pack > { using type = value_pack; }; template struct strip_leading_zeros_from_pack > { using type = typename strip_leading_zeros_from_pack >::type; }; template struct append_value_to_pack; template struct append_value_to_pack > { using type = value_pack; }; template struct reverse_value_pack; template struct reverse_value_pack > { using lead_values = typename reverse_value_pack >::type; using type = typename append_value_to_pack::type ; }; template struct reverse_value_pack > { using type = value_pack; }; template <> struct reverse_value_pack > { using type = value_pack<>; }; template struct make_packed_value_from_str { static_assert(l1 == '0', "Multi-precision integer literals must be in hexadecimal notation."); static_assert((l2 == 'X') || (l2 == 'x'), "Multi-precision integer literals must be in hexadecimal notation."); using packed_type = typename pack_values::type ; using stripped_type = typename strip_leading_zeros_from_pack::type; using type = typename reverse_value_pack::type ; }; template struct make_backend_from_pack { static constexpr Pack p = {}; static constexpr B value = p; }; #if !defined(__cpp_inline_variables) template constexpr B make_backend_from_pack::value; #endif template struct signed_cpp_int_literal_result_type { static constexpr unsigned bits = Digits * 4; using backend_type = boost::multiprecision::backends::cpp_int_backend; using number_type = number ; }; template struct unsigned_cpp_int_literal_result_type { static constexpr unsigned bits = Digits * 4; using backend_type = boost::multiprecision::backends::cpp_int_backend; using number_type = number ; }; } // namespace detail template constexpr typename boost::multiprecision::literals::detail::signed_cpp_int_literal_result_type((sizeof...(STR)) - 2u)>::number_type operator ""_cppi() { using pt = typename boost::multiprecision::literals::detail::make_packed_value_from_str::type; return boost::multiprecision::literals::detail::make_backend_from_pack((sizeof...(STR)) - 2u)>::backend_type>::value; } template constexpr typename boost::multiprecision::literals::detail::unsigned_cpp_int_literal_result_type((sizeof...(STR)) - 2u)>::number_type operator ""_cppui() { using pt = typename boost::multiprecision::literals::detail::make_packed_value_from_str::type; return boost::multiprecision::literals::detail::make_backend_from_pack((sizeof...(STR)) - 2u)>::backend_type>::value; } #define BOOST_MP_LIT(P, N) BOOST_JOIN(operator "", BOOST_JOIN(P, N)) #define BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(Bits) \ template \ constexpr boost::multiprecision::number > BOOST_MP_LIT(_cppi, Bits)() \ { \ using pt = typename boost::multiprecision::literals::detail::make_packed_value_from_str::type; \ return boost::multiprecision::literals::detail::make_backend_from_pack< \ pt, \ boost::multiprecision::backends::cpp_int_backend >::value; \ } \ template \ constexpr boost::multiprecision::number > BOOST_MP_LIT(_cppui, Bits)() \ { \ using pt = typename boost::multiprecision::literals::detail::make_packed_value_from_str::type; \ return boost::multiprecision::literals::detail::make_backend_from_pack< \ pt, \ boost::multiprecision::backends::cpp_int_backend >::value; \ } BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(128) BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(256) BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(512) BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(1024) #undef BOOST_MP_LIT } // namespace literals // // Overload unary minus operator for constexpr use: // template constexpr number, et_off> operator-(const number, et_off>& a) { return cpp_int_backend(a.backend(), boost::multiprecision::literals::detail::make_negate_tag()); } template constexpr number, et_off> operator-(number, et_off>&& a) { return cpp_int_backend(static_cast, et_off>&>(a).backend(), boost::multiprecision::literals::detail::make_negate_tag()); } }} // namespace boost::multiprecision #endif // BOOST_MP_CPP_INT_CORE_HPP