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 2023 Matt Borland // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_CHARCONV_DETAIL_CONFIG_HPP #define BOOST_CHARCONV_DETAIL_CONFIG_HPP #include #include #include #include #define BOOST_CHARCONV_ASSERT(expr) BOOST_ASSERT(expr) #define BOOST_CHARCONV_ASSERT_MSG(expr, msg) BOOST_ASSERT_MSG(expr, msg) #ifdef BOOST_CHARCONV_DEBUG # define BOOST_CHARCONV_DEBUG_ASSERT(expr) BOOST_CHARCONV_ASSERT(expr) #else # define BOOST_CHARCONV_DEBUG_ASSERT(expr) #endif // Use 128-bit integers and suppress warnings for using extensions #if defined(BOOST_HAS_INT128) # define BOOST_CHARCONV_HAS_INT128 # define BOOST_CHARCONV_INT128_MAX static_cast((static_cast(1) << 127) - 1) # define BOOST_CHARCONV_INT128_MIN (-BOOST_CHARCONV_INT128_MAX - 1) # define BOOST_CHARCONV_UINT128_MAX (2 * static_cast(BOOST_CHARCONV_INT128_MAX) + 1) #endif #ifndef BOOST_NO_CXX14_CONSTEXPR # define BOOST_CHARCONV_CXX14_CONSTEXPR BOOST_CXX14_CONSTEXPR # define BOOST_CHARCONV_CXX14_CONSTEXPR_NO_INLINE BOOST_CXX14_CONSTEXPR #else # define BOOST_CHARCONV_CXX14_CONSTEXPR inline # define BOOST_CHARCONV_CXX14_CONSTEXPR_NO_INLINE #endif #if defined(__GNUC__) && __GNUC__ == 5 # define BOOST_CHARCONV_GCC5_CONSTEXPR inline #else # define BOOST_CHARCONV_GCC5_CONSTEXPR BOOST_CHARCONV_CXX14_CONSTEXPR #endif // C++17 allowed for constexpr lambdas #if defined(__cpp_constexpr) && __cpp_constexpr >= 201603L # define BOOST_CHARCONV_CXX17_CONSTEXPR constexpr #else # define BOOST_CHARCONV_CXX17_CONSTEXPR inline #endif // Determine endianness #if defined(_WIN32) #define BOOST_CHARCONV_ENDIAN_BIG_BYTE 0 #define BOOST_CHARCONV_ENDIAN_LITTLE_BYTE 1 #elif defined(__BYTE_ORDER__) #define BOOST_CHARCONV_ENDIAN_BIG_BYTE (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) #define BOOST_CHARCONV_ENDIAN_LITTLE_BYTE (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) #else #error Could not determine endian type. Please file an issue at https://github.com/cppalliance/charconv with your architecture #endif // Determine endianness // Inclue intrinsics if available #if defined(BOOST_MSVC) # include # if defined(_WIN64) # define BOOST_CHARCONV_HAS_MSVC_64BIT_INTRINSICS # else # define BOOST_CHARCONV_HAS_MSVC_32BIT_INTRINSICS # endif #endif static_assert((BOOST_CHARCONV_ENDIAN_BIG_BYTE || BOOST_CHARCONV_ENDIAN_LITTLE_BYTE) && !(BOOST_CHARCONV_ENDIAN_BIG_BYTE && BOOST_CHARCONV_ENDIAN_LITTLE_BYTE), "Inconsistent endianness detected. Please file an issue at https://github.com/cppalliance/charconv with your architecture"); // Suppress additional buffer overrun check. // I have no idea why MSVC thinks some functions here are vulnerable to the buffer overrun // attacks. No, they aren't. #if defined(__GNUC__) || defined(__clang__) #define BOOST_CHARCONV_SAFEBUFFERS #elif defined(_MSC_VER) #define BOOST_CHARCONV_SAFEBUFFERS __declspec(safebuffers) #else #define BOOST_CHARCONV_SAFEBUFFERS #endif #if defined(__has_builtin) #define BOOST_CHARCONV_HAS_BUILTIN(x) __has_builtin(x) #else #define BOOST_CHARCONV_HAS_BUILTIN(x) false #endif // Workaround for errors in MSVC 14.3 with gotos in if constexpr blocks #if defined(BOOST_MSVC) && (BOOST_MSVC == 1933 || BOOST_MSVC == 1934) # define BOOST_CHARCONV_IF_CONSTEXPR if #else # define BOOST_CHARCONV_IF_CONSTEXPR BOOST_IF_CONSTEXPR #endif // Clang < 4 return type deduction does not work with the policy implementation #ifndef BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION # if (defined(__clang__) && __clang_major__ < 4) || (defined(_MSC_VER) && _MSC_VER == 1900) # define BOOST_CHARCONV_NO_CXX14_RETURN_TYPE_DEDUCTION # endif #elif defined(BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION) # define BOOST_CHARCONV_NO_CXX14_RETURN_TYPE_DEDUCTION #endif // Is constant evaluated detection #ifdef __cpp_lib_is_constant_evaluated # define BOOST_CHARCONV_HAS_IS_CONSTANT_EVALUATED #endif #ifdef __has_builtin # if __has_builtin(__builtin_is_constant_evaluated) && !defined(BOOST_NO_CXX14_CONSTEXPR) # define BOOST_CHARCONV_HAS_BUILTIN_IS_CONSTANT_EVALUATED # endif #endif // // MSVC also supports __builtin_is_constant_evaluated if it's recent enough: // #if defined(_MSC_FULL_VER) && (_MSC_FULL_VER >= 192528326) # define BOOST_CHARCONV_HAS_BUILTIN_IS_CONSTANT_EVALUATED #endif // // As does GCC-9: // #if !defined(BOOST_NO_CXX14_CONSTEXPR) && defined(__GNUC__) && (__GNUC__ >= 9) && !defined(BOOST_CHARCONV_HAS_BUILTIN_IS_CONSTANT_EVALUATED) # define BOOST_CHARCONV_HAS_BUILTIN_IS_CONSTANT_EVALUATED #endif #if defined(BOOST_CHARCONV_HAS_IS_CONSTANT_EVALUATED) && !defined(BOOST_NO_CXX14_CONSTEXPR) # define BOOST_CHARCONV_IS_CONSTANT_EVALUATED(x) std::is_constant_evaluated() #elif defined(BOOST_CHARCONV_HAS_BUILTIN_IS_CONSTANT_EVALUATED) # define BOOST_CHARCONV_IS_CONSTANT_EVALUATED(x) __builtin_is_constant_evaluated() #elif !defined(BOOST_NO_CXX14_CONSTEXPR) && defined(__GNUC__) && (__GNUC__ >= 6) # define BOOST_CHARCONV_IS_CONSTANT_EVALUATED(x) __builtin_constant_p(x) # define BOOST_CHARCONV_USING_BUILTIN_CONSTANT_P #else # define BOOST_CHARCONV_IS_CONSTANT_EVALUATED(x) false # define BOOST_CHARCONV_NO_CONSTEXPR_DETECTION #endif #ifdef BOOST_MSVC # define BOOST_CHARCONV_ASSUME(expr) __assume(expr) #elif defined(__clang__) # define BOOST_CHARCONV_ASSUME(expr) __builtin_assume(expr) #elif defined(__GNUC__) # define BOOST_CHARCONV_ASSUME(expr) if (expr) {} else { __builtin_unreachable(); } #elif defined(__has_cpp_attribute) # if __has_cpp_attribute(assume) # define BOOST_CHARCONV_ASSUME(expr) [[assume(expr)]] # else # define BOOST_CHARCONV_ASSUME(expr) # endif #else # define BOOST_CHARCONV_ASSUME(expr) #endif // Detection for C++23 fixed width floating point types // All of these types are optional so check for each of them individually #if (defined(_MSVC_LANG) && _MSVC_LANG > 202002L) || __cplusplus > 202002L # if __has_include() # include # endif #endif #ifdef __STDCPP_FLOAT16_T__ # define BOOST_CHARCONV_HAS_FLOAT16 #endif #ifdef __STDCPP_FLOAT32_T__ # define BOOST_CHARCONV_HAS_FLOAT32 #endif #ifdef __STDCPP_FLOAT64_T__ # define BOOST_CHARCONV_HAS_FLOAT64 #endif #ifdef __STDCPP_FLOAT128_T__ # define BOOST_CHARCONV_HAS_STDFLOAT128 #endif #ifdef __STDCPP_BFLOAT16_T__ # define BOOST_CHARCONV_HAS_BRAINFLOAT16 #endif // Check for PPC64LE with IEEE long double (which is an alias to __float128) // See: https://github.com/boostorg/boost/issues/1035 // // IBM128 has 106 Mantissa Digits whereas IEEE128 has 113 // https://developers.redhat.com/articles/2023/05/16/benefits-fedora-38-long-double-transition-ppc64le# #if (defined(__ppc64__) || defined(__PPC64__) || defined(__ppc64le__) || defined(__PPC64LE__)) && (defined(__LONG_DOUBLE_IEEE128__) || LDBL_MANT_DIG == 113) #define BOOST_CHARCONV_LDBL_IS_FLOAT128 #define BOOST_CHARCONV_UNSUPPORTED_LONG_DOUBLE static_assert(std::is_same::value, "__float128 should be an alias to long double. Please open an issue at: https://github.com/boostorg/charconv"); #endif #endif // BOOST_CHARCONV_DETAIL_CONFIG_HPP