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
#ifndef BOOST_CONTRACT_DETAIL_MIRROR_HPP_ #define BOOST_CONTRACT_DETAIL_MIRROR_HPP_ // Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html #include #include #include #include #include #include #include #include #include // NOTE: Unfortunately, it is not possible to use Boost.TTI because it not // always works on MSVC (e.g., when the mirror meta-function is invoked // multiple times, MSVC 2010 gives an internal compiler error). This is a // simpler mirror implementation that seems to work better on MSVC. /* PRIVATE */ #define BOOST_CONTRACT_DETAIL_MIRROR_END_(tparam) \ template \ static boost::contract::detail::mirror::no& apply(...); \ public: \ static bool const value = sizeof(apply(0)) == \ sizeof(boost::contract::detail::mirror::yes); \ typedef boost::mpl::bool_ type; #define BOOST_CONTRACT_DETAIL_MIRROR_HAS_MEMBER_FUNCTION_(is_static, \ trait, func_name) \ template< \ typename BOOST_CONTRACT_DETAIL_NAME1(T), \ typename BOOST_CONTRACT_DETAIL_NAME1(R), \ class BOOST_CONTRACT_DETAIL_NAME1(P), \ class BOOST_CONTRACT_DETAIL_NAME1(G) = boost::function_types::null_tag \ > \ class trait { \ template \ static boost::contract::detail::mirror::yes& apply( \ boost::contract::detail::mirror::check_function< \ typename \ BOOST_PP_IIF(is_static, \ boost::function_types::function_pointer \ , \ boost::function_types::member_function_pointer \ ) \ < \ typename boost::mpl::push_front< \ BOOST_PP_IIF(is_static, \ BOOST_CONTRACT_DETAIL_NAME1(P) \ BOOST_PP_TUPLE_EAT(2) \ , \ BOOST_PP_TUPLE_REM(2) \ )( \ typename boost::mpl::push_front< \ BOOST_CONTRACT_DETAIL_NAME1(P), \ BOOST_CONTRACT_DETAIL_NAME1(C) \ >::type \ ) \ , BOOST_CONTRACT_DETAIL_NAME1(R) \ >::type, \ BOOST_CONTRACT_DETAIL_NAME1(G) \ >::type, \ &BOOST_CONTRACT_DETAIL_NAME1(C)::func_name \ >* \ ); \ BOOST_CONTRACT_DETAIL_MIRROR_END_( \ BOOST_CONTRACT_DETAIL_NAME1(T)) \ }; /* PUBLIC */ #define BOOST_CONTRACT_DETAIL_MIRROR_HAS_TYPE(trait, type_name)\ template \ class trait { \ template \ static boost::contract::detail::mirror::yes& apply( \ typename BOOST_CONTRACT_DETAIL_NAME1(C)::type_name*); \ BOOST_CONTRACT_DETAIL_MIRROR_END_( \ BOOST_CONTRACT_DETAIL_NAME1(T)) \ }; #define BOOST_CONTRACT_DETAIL_MIRROR_HAS_MEMBER_FUNCTION( \ trait, func_name) \ BOOST_CONTRACT_DETAIL_MIRROR_HAS_MEMBER_FUNCTION_( \ /* is_static = */ 0, trait, func_name) #define BOOST_CONTRACT_DETAIL_MIRROR_HAS_STATIC_MEMBER_FUNCTION(trait, \ func_name) \ BOOST_CONTRACT_DETAIL_MIRROR_HAS_MEMBER_FUNCTION_( \ /* is_static = */ 1, trait, func_name) /* CODE */ namespace boost { namespace contract { namespace detail { namespace mirror { typedef class {} yes; typedef yes no[2]; template class check_function; } } } } // namespace #endif // #include guard