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 (c) 2019 Vinnie Falco (vinnie.falco@gmail.com) // // 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) // // Official repository: https://github.com/boostorg/json // #ifndef BOOST_JSON_DETAIL_CONFIG_HPP #define BOOST_JSON_DETAIL_CONFIG_HPP #include #include #include #include #include #include #include // detect 32/64 bit #if UINTPTR_MAX == UINT64_MAX # define BOOST_JSON_ARCH 64 #elif UINTPTR_MAX == UINT32_MAX # define BOOST_JSON_ARCH 32 #else # error Unknown or unsupported architecture, please open an issue #endif #ifndef BOOST_JSON_REQUIRE_CONST_INIT # define BOOST_JSON_REQUIRE_CONST_INIT # if __cpp_constinit >= 201907L # undef BOOST_JSON_REQUIRE_CONST_INIT # define BOOST_JSON_REQUIRE_CONST_INIT constinit # elif defined(__clang__) && defined(__has_cpp_attribute) # if __has_cpp_attribute(clang::require_constant_initialization) # undef BOOST_JSON_REQUIRE_CONST_INIT # define BOOST_JSON_REQUIRE_CONST_INIT [[clang::require_constant_initialization]] # endif # endif #endif #ifndef BOOST_JSON_NO_DESTROY # if defined(__clang__) && defined(__has_cpp_attribute) # if __has_cpp_attribute(clang::no_destroy) # define BOOST_JSON_NO_DESTROY [[clang::no_destroy]] # endif # endif #endif #if ! defined(BOOST_JSON_NO_SSE2) && \ ! defined(BOOST_JSON_USE_SSE2) # if (defined(_M_IX86) && _M_IX86_FP == 2) || \ defined(_M_X64) || defined(__SSE2__) # define BOOST_JSON_USE_SSE2 # endif #endif #if defined(BOOST_JSON_DOCS) # define BOOST_JSON_DECL #else # if (defined(BOOST_JSON_DYN_LINK) || defined(BOOST_ALL_DYN_LINK)) && !defined(BOOST_JSON_STATIC_LINK) # if defined(BOOST_JSON_SOURCE) # define BOOST_JSON_DECL BOOST_SYMBOL_EXPORT # else # define BOOST_JSON_DECL BOOST_SYMBOL_IMPORT # endif # endif // shared lib # ifndef BOOST_JSON_DECL # define BOOST_JSON_DECL # endif # if !defined(BOOST_JSON_SOURCE) && !defined(BOOST_ALL_NO_LIB) && !defined(BOOST_JSON_NO_LIB) # define BOOST_LIB_NAME boost_json # if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_JSON_DYN_LINK) # define BOOST_DYN_LINK # endif # include # endif #endif #ifndef BOOST_JSON_LIKELY # define BOOST_JSON_LIKELY(x) BOOST_LIKELY( !!(x) ) #endif #ifndef BOOST_JSON_UNLIKELY # define BOOST_JSON_UNLIKELY(x) BOOST_UNLIKELY( !!(x) ) #endif #ifndef BOOST_JSON_UNREACHABLE # ifdef _MSC_VER # define BOOST_JSON_UNREACHABLE() __assume(0) # elif defined(__GNUC__) || defined(__clang__) # define BOOST_JSON_UNREACHABLE() __builtin_unreachable() # elif defined(__has_builtin) # if __has_builtin(__builtin_unreachable) # define BOOST_JSON_UNREACHABLE() __builtin_unreachable() # endif # else # define BOOST_JSON_UNREACHABLE() static_cast(0) # endif #endif #ifndef BOOST_JSON_ASSUME # define BOOST_JSON_ASSUME(x) (!!(x) ? void() : BOOST_JSON_UNREACHABLE()) # ifdef _MSC_VER # undef BOOST_JSON_ASSUME # define BOOST_JSON_ASSUME(x) __assume(!!(x)) # elif defined(__has_builtin) # if __has_builtin(__builtin_assume) # undef BOOST_JSON_ASSUME # define BOOST_JSON_ASSUME(x) __builtin_assume(!!(x)) # endif # endif #endif // older versions of msvc and clang don't always // constant initialize when they are supposed to #ifndef BOOST_JSON_WEAK_CONSTINIT # if defined(_MSC_VER) && ! defined(__clang__) && _MSC_VER < 1920 # define BOOST_JSON_WEAK_CONSTINIT # elif defined(__clang__) && __clang_major__ < 4 # define BOOST_JSON_WEAK_CONSTINIT # endif #endif // These macros are private, for tests, do not change // them or else previously built libraries won't match. #ifndef BOOST_JSON_MAX_STRING_SIZE # define BOOST_JSON_NO_MAX_STRING_SIZE # define BOOST_JSON_MAX_STRING_SIZE 0x7ffffffe #endif #ifndef BOOST_JSON_MAX_STRUCTURED_SIZE # define BOOST_JSON_NO_MAX_STRUCTURED_SIZE # define BOOST_JSON_MAX_STRUCTURED_SIZE 0x7ffffffe #endif #ifndef BOOST_JSON_STACK_BUFFER_SIZE # define BOOST_JSON_NO_STACK_BUFFER_SIZE # if defined(__i386__) || defined(__x86_64__) || \ defined(_M_IX86) || defined(_M_X64) # define BOOST_JSON_STACK_BUFFER_SIZE 4096 # else // If we are not on Intel, then assume we are on // embedded and use a smaller stack size. If this // is not suitable, the user can define the macro // themselves when building the library or including // src.hpp. # define BOOST_JSON_STACK_BUFFER_SIZE 256 # endif #endif #if defined(__cpp_constinit) && __cpp_constinit >= 201907L # define BOOST_JSON_CONSTINIT constinit #elif defined(__has_cpp_attribute) && defined(__clang__) # if __has_cpp_attribute(clang::require_constant_initialization) # define BOOST_JSON_CONSTINIT [[clang::require_constant_initialization]] # endif #elif defined(__GNUC__) && (__GNUC__ >= 10) # define BOOST_JSON_CONSTINIT __constinit #endif #ifndef BOOST_JSON_CONSTINIT # define BOOST_JSON_CONSTINIT #endif namespace boost { namespace json { namespace detail { template struct make_void { using type =void; }; template using void_t = typename make_void::type; template using remove_cvref = typename std::remove_cv::type>::type; template T exchange(T& t, U u) noexcept { T v = std::move(t); t = std::move(u); return v; } /* This is a derivative work, original copyright: Copyright Eric Niebler 2013-present 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) Project home: https://github.com/ericniebler/range-v3 */ template struct static_const { static constexpr T value {}; }; template constexpr T static_const::value; #define BOOST_JSON_INLINE_VARIABLE(name, type) \ namespace { constexpr auto& name = \ ::boost::json::detail::static_const::value; \ } struct _unused_ ## name ## _semicolon_bait_ } // detail } // namespace json } // namespace boost #ifndef BOOST_JSON_ALLOW_DEPRECATED # ifdef BOOST_ALLOW_DEPRECATED # define BOOST_JSON_ALLOW_DEPRECATED # endif #endif #if defined(BOOST_GCC) && BOOST_GCC < 50000 && !defined(BOOST_JSON_ALLOW_DEPRECATED) # pragma GCC warning "Support for GCC versions below 5.0 is deprecated and will stop in Boost 1.88.0. To suppress this message define macro BOOST_JSON_ALLOW_DEPRECATED." #endif #ifndef BOOST_JSON_ALLOW_DEPRECATED # define BOOST_JSON_DEPRECATED(x) BOOST_DEPRECATED(x) #else # define BOOST_JSON_DEPRECATED(x) #endif #ifndef BOOST_ALL_NO_EMBEDDED_GDB_SCRIPTS #include #endif #endif