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) 2020 T. Zachary Laine // // 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) #ifndef BOOST_PARSER_CONFIG_HPP #define BOOST_PARSER_CONFIG_HPP #include // Included for definition of __cpp_lib_concepts. #include #ifdef BOOST_PARSER_DOXYGEN /** Boost.Parser uses assertions (`BOOST_ASSERT()`) in several places to indicate that your use of the library has an error in it. All of those places could have instead been ill-formed code, caught at compile time. It is far quicker and easier to determine exactly where in your code such an error is located if this is a runtime failure; you can just look at the stack in your favorite debugger. However, if you want to make these kinds of errors always ill-formed code, define this macro. */ # define BOOST_PARSER_NO_RUNTIME_ASSERTIONS /** Asserts that the given condition is true. If `BOOST_PARSER_NO_RUNTIME_ASSERTIONS` macro is defined by the user, `BOOST_PARSER_ASSERT` expands to a compile-time `static_assert()`. Otherwise, it expands to a run-time `BOOST_ASSERT()`. Note that defining `BOOST_DISABLE_ASSERTS` disables the use of C `assert`, even when `BOOST_ASSERT` is unavailable. */ # define BOOST_PARSER_ASSERT(condition) /** Boost.Parser will automatically use concepts to constrain templates when building in C++20 mode, if the compiler defines `__cpp_lib_concepts`. To disable the use of concepts, define this macro. */ # define BOOST_PARSER_DISABLE_CONCEPTS /** Define this macro to use `boost::hana::tuple` instead of `std::tuple` throughout Boost.Parser. */ # define BOOST_PARSER_USE_HANA_TUPLE /** Boost.Parser automatically treats aggregate structs as if they were tuples. It uses some metaprogramming to do this. The technique used has a hard limit on the number of data members a struct can have. Re-define this macro to change the hard limit. Note that large values may increase compile times. */ # define BOOST_PARSER_MAX_AGGREGATE_SIZE 25 /** The subrange template that is used throughout Boost.Parser. This will be `boost::parser::subrange` in C++17 builds, and `std::ranges::subrange` in all other builds. */ # define BOOST_PARSER_SUBRANGE /** If you are using Visual Studio to run your program, and don't have a terminal in which to observe the output when parsing with `trace::on`, define this macro and you'll see the trace output in the Visual Studio debugger's output panel. This macro has no effect when `_MSC_VER` is not also defined. */ # define BOOST_PARSER_TRACE_TO_VS_OUTPUT #else # ifdef BOOST_PARSER_NO_RUNTIME_ASSERTIONS # define BOOST_PARSER_ASSERT(condition) static_assert(condition) # elif defined(BOOST_PARSER_HAVE_BOOST_ASSERT) # define BOOST_PARSER_ASSERT(condition) BOOST_ASSERT(condition) # elif BOOST_DISABLE_ASSERTS # define BOOST_PARSER_ASSERT(condition) ((void)0) # else # define BOOST_PARSER_ASSERT(condition) assert(condition) # endif #endif // Follows logic in boost/config/detail/select_compiler_config.hpp. #if defined(__clang__) && !defined(__ibmxl__) && !defined(__CODEGEARC__) #elif defined(__GNUC__) && !defined(__ibmxl__) #define BOOST_PARSER_GCC #endif #if defined(__cpp_lib_constexpr_algorithms) # define BOOST_PARSER_ALGO_CONSTEXPR constexpr #else # define BOOST_PARSER_ALGO_CONSTEXPR #endif #if defined(__cpp_lib_concepts) && !defined(BOOST_PARSER_DISABLE_CONCEPTS) && \ (!defined(__clang_major__) || 16 <= __clang_major__) # define BOOST_PARSER_USE_CONCEPTS 1 #else # define BOOST_PARSER_USE_CONCEPTS 0 #endif #if defined(__cpp_lib_ranges) && BOOST_PARSER_USE_CONCEPTS # define BOOST_PARSER_SUBRANGE std::ranges::subrange #else # include # define BOOST_PARSER_SUBRANGE boost::parser::subrange #endif #if defined(BOOST_PARSER_USE_HANA_TUPLE) # define BOOST_PARSER_USE_STD_TUPLE 0 #else # define BOOST_PARSER_USE_STD_TUPLE 1 #endif #if !defined(BOOST_PARSER_MAX_AGGREGATE_SIZE) # define BOOST_PARSER_MAX_AGGREGATE_SIZE 25 #endif // VS2019 and VS2017 need conditional constexpr in some places, even in C++17 mode. #if !defined(_MSC_VER) || 1930 <= _MSC_VER # define BOOST_PARSER_CONSTEXPR constexpr #else # define BOOST_PARSER_CONSTEXPR #endif #if defined(_MSC_VER) && defined(BOOST_PARSER_TRACE_TO_VS_OUTPUT) # define BOOST_PARSER_TRACE_OSTREAM boost::parser::detail::vs_cout #else # define BOOST_PARSER_TRACE_OSTREAM std::cout #endif #endif