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) // Copyright (c) 2022 Alan de Freitas (alandefreitas@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/url // #ifndef BOOST_URL_DETAIL_CONFIG_HPP #define BOOST_URL_DETAIL_CONFIG_HPP #include #include #include #include #if CHAR_BIT != 8 # error unsupported platform #endif // Determine if compiling as a dynamic library #if (defined(BOOST_URL_DYN_LINK) || defined(BOOST_ALL_DYN_LINK)) && !defined(BOOST_URL_STATIC_LINK) # define BOOST_URL_BUILD_DLL #endif // Set visibility flags #if !defined(BOOST_URL_BUILD_DLL) # define BOOST_URL_DECL /* static library */ #elif defined(BOOST_URL_SOURCE) # define BOOST_URL_DECL BOOST_SYMBOL_EXPORT /* source: dllexport/visibility */ #else # define BOOST_URL_DECL BOOST_SYMBOL_IMPORT /* header: dllimport */ #endif // Set up auto-linker # if !defined(BOOST_URL_SOURCE) && !defined(BOOST_ALL_NO_LIB) && !defined(BOOST_URL_NO_LIB) # define BOOST_LIB_NAME boost_url # if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_URL_DYN_LINK) # define BOOST_DYN_LINK # endif # include # endif // Set up SSE2 #if ! defined(BOOST_URL_NO_SSE2) && \ ! defined(BOOST_URL_USE_SSE2) # if (defined(_M_IX86) && _M_IX86_FP == 2) || \ defined(_M_X64) || defined(__SSE2__) # define BOOST_URL_USE_SSE2 # endif #endif // constexpr #if BOOST_WORKAROUND( BOOST_GCC_VERSION, <= 72000 ) || \ BOOST_WORKAROUND( BOOST_CLANG_VERSION, <= 35000 ) # define BOOST_URL_CONSTEXPR #else # define BOOST_URL_CONSTEXPR constexpr #endif // Add source location to error codes #ifdef BOOST_URL_NO_SOURCE_LOCATION # define BOOST_URL_ERR(ev) (::boost::system::error_code(ev)) # define BOOST_URL_RETURN_EC(ev) return (ev) # define BOOST_URL_POS ::boost::source_location() #else # define BOOST_URL_ERR(ev) (::boost::system::error_code( (ev), [] { \ static constexpr auto loc((BOOST_CURRENT_LOCATION)); \ return &loc; }())) # define BOOST_URL_RETURN_EC(ev) \ static constexpr auto loc ## __LINE__((BOOST_CURRENT_LOCATION)); \ return ::boost::system::error_code((ev), &loc ## __LINE__) # define BOOST_URL_POS (BOOST_CURRENT_LOCATION) #endif #if !defined(BOOST_NO_CXX20_HDR_CONCEPTS) && defined(__cpp_lib_concepts) #define BOOST_URL_HAS_CONCEPTS #endif #ifdef BOOST_URL_HAS_CONCEPTS #define BOOST_URL_CONSTRAINT(C) C #else #define BOOST_URL_CONSTRAINT(C) class #endif // String token parameters #ifndef BOOST_URL_STRTOK_TPARAM #define BOOST_URL_STRTOK_TPARAM BOOST_URL_CONSTRAINT(string_token::StringToken) StringToken = string_token::return_string #endif #ifndef BOOST_URL_STRTOK_RETURN #define BOOST_URL_STRTOK_RETURN typename StringToken::result_type #endif #ifndef BOOST_URL_STRTOK_ARG #define BOOST_URL_STRTOK_ARG(name) StringToken&& token = {} #endif // Move #if BOOST_WORKAROUND( BOOST_GCC_VERSION, < 80000 ) || \ BOOST_WORKAROUND( BOOST_CLANG_VERSION, < 30900 ) #define BOOST_URL_RETURN(x) return std::move((x)) #else #define BOOST_URL_RETURN(x) return (x) #endif // Limit tests #ifndef BOOST_URL_MAX_SIZE // we leave room for a null, // and still fit in size_t #define BOOST_URL_MAX_SIZE ((std::size_t(-1))-1) #endif // noinline attribute #ifdef BOOST_GCC #define BOOST_URL_NO_INLINE [[gnu::noinline]] #else #define BOOST_URL_NO_INLINE #endif // libstdcxx copy-on-write strings #ifndef BOOST_URL_COW_STRINGS #if defined(BOOST_LIBSTDCXX_VERSION) && (BOOST_LIBSTDCXX_VERSION < 60000 || (defined(_GLIBCXX_USE_CXX11_ABI) && _GLIBCXX_USE_CXX11_ABI == 0)) #define BOOST_URL_COW_STRINGS #endif #endif // detect 32/64 bit #if UINTPTR_MAX == UINT64_MAX # define BOOST_URL_ARCH 64 #elif UINTPTR_MAX == UINT32_MAX # define BOOST_URL_ARCH 32 #else # error Unknown or unsupported architecture, please open an issue #endif // deprecated attribute #if defined(BOOST_MSVC) #define BOOST_URL_DEPRECATED(msg) #else #define BOOST_URL_DEPRECATED(msg) BOOST_DEPRECATED(msg) #endif // Implementation defined type for Doxygen while Clang // can still parse the comments into the AST #ifndef BOOST_URL_DOCS #define BOOST_URL_IMPLEMENTATION_DEFINED(Type) Type #else #define BOOST_URL_IMPLEMENTATION_DEFINED(Type) __implementation_defined__ #endif #ifndef BOOST_URL_DOCS #define BOOST_URL_SEE_BELOW(Type) Type #else #define BOOST_URL_SEE_BELOW(Type) __see_below__ #endif #ifdef __cpp_lib_array_constexpr #define BOOST_URL_LIB_ARRAY_CONSTEXPR constexpr #else #define BOOST_URL_LIB_ARRAY_CONSTEXPR #endif // avoid Boost.TypeTraits for these traits namespace boost { namespace urls { template struct make_void { typedef void type; }; template using void_t = typename make_void::type; } // urls } // boost #endif