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) 2016 Paul Fultz II config.hpp 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_HOF_GUARD_CONFIG_HPP #define BOOST_HOF_GUARD_CONFIG_HPP // Unpack has extra checks to ensure that the function will be invoked with // the sequence. This extra check can help improve error reporting but it can // slow down compilation. This is enabled by default. #ifndef BOOST_HOF_CHECK_UNPACK_SEQUENCE #define BOOST_HOF_CHECK_UNPACK_SEQUENCE 1 #endif // Check for std version #if __cplusplus >= 201606 #define BOOST_HOF_HAS_STD_17 1 #else #define BOOST_HOF_HAS_STD_17 0 #endif #if __cplusplus >= 201402 #define BOOST_HOF_HAS_STD_14 1 #else #define BOOST_HOF_HAS_STD_14 0 #endif #if __cplusplus >= 201103 #define BOOST_HOF_HAS_STD_11 1 #else #define BOOST_HOF_HAS_STD_11 0 #endif // This determines if it safe to use inheritance for EBO. On every platform // except clang, compilers have problems with ambigous base conversion. So // this configures the library to use a different technique to achieve empty // optimization. #ifndef BOOST_HOF_HAS_EBO #ifdef __clang__ #define BOOST_HOF_HAS_EBO 1 #else #define BOOST_HOF_HAS_EBO 0 #endif #endif // This configures the library whether expression sfinae can be used to detect // callability of a function. #ifndef BOOST_HOF_NO_EXPRESSION_SFINAE #ifdef _MSC_VER #define BOOST_HOF_NO_EXPRESSION_SFINAE 1 #else #define BOOST_HOF_NO_EXPRESSION_SFINAE 0 #endif #endif // This configures the library to use manual type deduction in a few places // where it problematic on a few platforms. #ifndef BOOST_HOF_HAS_MANUAL_DEDUCTION #if (defined(__GNUC__) && !defined (__clang__) && __GNUC__ == 4 && __GNUC_MINOR__ < 8) #define BOOST_HOF_HAS_MANUAL_DEDUCTION 1 #else #define BOOST_HOF_HAS_MANUAL_DEDUCTION 0 #endif #endif // Whether the compiler has relaxed constexpr. #ifndef BOOST_HOF_HAS_RELAXED_CONSTEXPR #ifdef __cpp_constexpr #if __cpp_constexpr >= 201304 #define BOOST_HOF_HAS_RELAXED_CONSTEXPR 1 #else #define BOOST_HOF_HAS_RELAXED_CONSTEXPR 0 #endif #else #define BOOST_HOF_HAS_RELAXED_CONSTEXPR BOOST_HOF_HAS_STD_14 #endif #endif // Whether the compiler supports generic lambdas #ifndef BOOST_HOF_HAS_GENERIC_LAMBDA #if defined(__cpp_generic_lambdas) || defined(_MSC_VER) #define BOOST_HOF_HAS_GENERIC_LAMBDA 1 #else #define BOOST_HOF_HAS_GENERIC_LAMBDA BOOST_HOF_HAS_STD_14 #endif #endif // Whether the compiler supports constexpr lambdas #ifndef BOOST_HOF_HAS_CONSTEXPR_LAMBDA #if defined(__cpp_constexpr) && __cpp_constexpr >= 201603 #define BOOST_HOF_HAS_CONSTEXPR_LAMBDA 1 #else #define BOOST_HOF_HAS_CONSTEXPR_LAMBDA BOOST_HOF_HAS_STD_17 #endif #endif // Whether the compiler supports inline variables #ifndef BOOST_HOF_HAS_INLINE_VARIABLES #if defined(__cpp_inline_variables) #define BOOST_HOF_HAS_INLINE_VARIABLES 1 #else #define BOOST_HOF_HAS_INLINE_VARIABLES BOOST_HOF_HAS_STD_17 #endif #endif // Whether inline variables defined with lambdas have external linkage. // Currently, no compiler supports this yet. #ifndef BOOST_HOF_HAS_INLINE_LAMBDAS #define BOOST_HOF_HAS_INLINE_LAMBDAS 0 #endif // Whether the compiler supports variable templates #ifndef BOOST_HOF_HAS_VARIABLE_TEMPLATES #if defined(__clang__) && __clang_major__ == 3 && __clang_minor__ < 5 #define BOOST_HOF_HAS_VARIABLE_TEMPLATES 0 #elif defined(__cpp_variable_templates) #define BOOST_HOF_HAS_VARIABLE_TEMPLATES 1 #else #define BOOST_HOF_HAS_VARIABLE_TEMPLATES BOOST_HOF_HAS_STD_14 #endif #endif // Whether a constexpr function can use a void return type #ifndef BOOST_HOF_NO_CONSTEXPR_VOID #if BOOST_HOF_HAS_RELAXED_CONSTEXPR #define BOOST_HOF_NO_CONSTEXPR_VOID 0 #else #define BOOST_HOF_NO_CONSTEXPR_VOID 1 #endif #endif // Whether to use template aliases #ifndef BOOST_HOF_HAS_TEMPLATE_ALIAS #if defined(__GNUC__) && !defined (__clang__) && __GNUC__ == 4 && __GNUC_MINOR__ < 8 #define BOOST_HOF_HAS_TEMPLATE_ALIAS 0 #else #define BOOST_HOF_HAS_TEMPLATE_ALIAS 1 #endif #endif // Whether evaluations of function in brace initialization is ordered from // left-to-right. #ifndef BOOST_HOF_NO_ORDERED_BRACE_INIT #if (defined(__GNUC__) && !defined (__clang__) && __GNUC__ == 4 && __GNUC_MINOR__ < 9) || defined(_MSC_VER) #define BOOST_HOF_NO_ORDERED_BRACE_INIT 1 #else #define BOOST_HOF_NO_ORDERED_BRACE_INIT 0 #endif #endif // Whether the compiler has trouble mangling some expressions used in // decltype. #ifndef BOOST_HOF_HAS_MANGLE_OVERLOAD #if defined(__GNUC__) && !defined (__clang__) && __GNUC__ == 4 && __GNUC_MINOR__ < 7 #define BOOST_HOF_HAS_MANGLE_OVERLOAD 0 #else #define BOOST_HOF_HAS_MANGLE_OVERLOAD 1 #endif #endif // Whether an incomplete 'this' pointer can be used in a trailing decltype. #ifndef BOOST_HOF_HAS_COMPLETE_DECLTYPE #if !BOOST_HOF_HAS_MANGLE_OVERLOAD || (defined(__GNUC__) && !defined (__clang__)) #define BOOST_HOF_HAS_COMPLETE_DECLTYPE 0 #else #define BOOST_HOF_HAS_COMPLETE_DECLTYPE 1 #endif #endif // Whether function will deduce noexcept from an expression #ifndef BOOST_HOF_HAS_NOEXCEPT_DEDUCTION #if defined(__GNUC__) && !defined (__clang__) && ((__GNUC__ == 4 && __GNUC_MINOR__ < 8) || (__GNUC__ == 7 && __GNUC_MINOR__ == 1)) #define BOOST_HOF_HAS_NOEXCEPT_DEDUCTION 0 #else #define BOOST_HOF_HAS_NOEXCEPT_DEDUCTION 1 #endif #endif // Some type expansion failures on gcc 4.6 #ifndef BOOST_HOF_NO_TYPE_PACK_EXPANSION_IN_TEMPLATE #if defined(__GNUC__) && !defined (__clang__) && __GNUC__ == 4 && __GNUC_MINOR__ < 7 #define BOOST_HOF_NO_TYPE_PACK_EXPANSION_IN_TEMPLATE 1 #else #define BOOST_HOF_NO_TYPE_PACK_EXPANSION_IN_TEMPLATE 0 #endif #endif // Whether to use std::default_constructible, it is a little buggy on gcc 4.6. #ifndef BOOST_HOF_NO_STD_DEFAULT_CONSTRUCTIBLE #if defined(__GNUC__) && !defined (__clang__) && __GNUC__ == 4 && __GNUC_MINOR__ < 7 #define BOOST_HOF_NO_STD_DEFAULT_CONSTRUCTIBLE 1 #else #define BOOST_HOF_NO_STD_DEFAULT_CONSTRUCTIBLE 0 #endif #endif #endif