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
// Boost.TypeErasure library // // Copyright 2011 Steven Watanabe // // 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) // // $Id$ #if !defined(BOOST_PP_IS_ITERATING) #ifndef BOOST_TYPE_ERASURE_DETAIL_VTABLE_HPP_INCLUDED #define BOOST_TYPE_ERASURE_DETAIL_VTABLE_HPP_INCLUDED #include #include #include #include #include #include #include #include #include #include #include #include #include namespace boost { namespace type_erasure { namespace detail { #if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_CONSTEXPR) && !defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS) template struct stored_arg_pack; template struct make_arg_pack_impl { typedef typename make_arg_pack_impl< typename ::boost::mpl::next::type, End, T..., typename ::boost::mpl::deref::type >::type type; }; template struct make_arg_pack_impl { typedef stored_arg_pack type; }; template struct make_arg_pack { typedef typename make_arg_pack_impl< typename ::boost::mpl::begin::type, typename ::boost::mpl::end::type >::type type; }; template struct make_vtable_impl; template struct make_vtable { typedef typename ::boost::type_erasure::detail::make_vtable_impl< typename ::boost::type_erasure::detail::make_arg_pack::type >::type type; }; template struct make_vtable_init_impl; template struct make_vtable_init { typedef typename make_vtable_init_impl< Table, typename ::boost::type_erasure::detail::make_arg_pack::type >::type type; }; template struct vtable_entry { typename T::type value; vtable_entry() = default; constexpr vtable_entry(typename T::type arg) : value(arg) {} }; template struct compare_vtable; template<> struct compare_vtable<> { template static bool apply(const S& /*s1*/, const S& /*s2*/) { return true; } }; template struct compare_vtable { template static bool apply(const S& s1, const S& s2) { return static_cast&>(s1).value == static_cast&>(s2).value && compare_vtable::apply(s1, s2); } }; template struct vtable_storage : vtable_entry... { vtable_storage() = default; constexpr vtable_storage(typename T::type... arg) : vtable_entry(arg)... {} template void convert_from(const Src& src) { *this = vtable_storage( src.lookup( (typename ::boost::type_erasure::detail::rebind_placeholders< T, Bindings >::type*)0)...); } bool operator==(const vtable_storage& other) const { return compare_vtable::apply(*this, other); } template typename U::type lookup(U*) const { return static_cast*>(this)->value; } }; // Provide this specialization manually. // gcc 4.7.2 fails to instantiate the primary template. template<> struct vtable_storage<> { vtable_storage() = default; template void convert_from(const Src& /*src*/) {} bool operator==(const vtable_storage& /*other*/) const { return true; } }; template struct make_vtable_impl > { typedef vtable_storage type; }; template struct vtable_init { static constexpr Table value = Table(T::value...); }; template constexpr Table vtable_init::value; template struct make_vtable_init_impl > { typedef vtable_init type; }; #else template struct make_vtable_impl; template struct make_vtable { typedef typename make_vtable_impl< (::boost::mpl::size::value)>::template apply::type type; }; template struct make_vtable_init_impl; template struct make_vtable_init { typedef typename make_vtable_init_impl< (::boost::mpl::size::value)>::template apply::type type; }; #define BOOST_PP_FILENAME_1 #define BOOST_PP_ITERATION_LIMITS (0, BOOST_TYPE_ERASURE_MAX_FUNCTIONS) #include BOOST_PP_ITERATE() #endif } } } #endif #else #define N BOOST_PP_ITERATION() #define BOOST_TYPE_ERASURE_VTABLE_ENTRY(z, n, data) \ typename BOOST_PP_CAT(T, n)::type BOOST_PP_CAT(t, n); \ typename BOOST_PP_CAT(T, n)::type lookup(BOOST_PP_CAT(T, n)*) const \ { \ return BOOST_PP_CAT(t, n); \ } #define BOOST_TYPE_ERASURE_VTABLE_COMPARE(z, n, data) \ && BOOST_PP_CAT(t, n) == other.BOOST_PP_CAT(t, n) #define BOOST_TYPE_ERASURE_VTABLE_INIT(z, n, data) \ BOOST_PP_CAT(data, n)::value #define BOOST_TYPE_ERASURE_AT(z, n, data) \ typename ::boost::mpl::at_c::type #define BOOST_TYPE_ERASURE_CONVERT_ELEMENT(z, n, data) \ BOOST_PP_CAT(t, n) = src.lookup( \ (typename ::boost::type_erasure::detail::rebind_placeholders< \ BOOST_PP_CAT(T, n), Bindings \ >::type*)0 \ ); #if N != 0 template #else template #endif struct BOOST_PP_CAT(vtable_storage, N) { BOOST_PP_REPEAT(N, BOOST_TYPE_ERASURE_VTABLE_ENTRY, ~) template void convert_from(const Src& BOOST_PP_EXPR_IF(N, src)) { BOOST_PP_REPEAT(N, BOOST_TYPE_ERASURE_CONVERT_ELEMENT, ~) } bool operator==(const BOOST_PP_CAT(vtable_storage, N)& BOOST_PP_EXPR_IF(N, other)) const { return true BOOST_PP_REPEAT(N, BOOST_TYPE_ERASURE_VTABLE_COMPARE, ~); } }; template<> struct make_vtable_impl { template struct apply { typedef ::boost::type_erasure::detail::BOOST_PP_CAT(vtable_storage, N)< BOOST_PP_ENUM(N, BOOST_TYPE_ERASURE_AT, Seq) > type; }; }; template struct BOOST_PP_CAT(vtable_init, N) { static const Table value; }; template const Table BOOST_PP_CAT(vtable_init, N)< Table BOOST_PP_ENUM_TRAILING_PARAMS(N, T)>::value = { BOOST_PP_ENUM(N, BOOST_TYPE_ERASURE_VTABLE_INIT, T) }; template<> struct make_vtable_init_impl { template struct apply { typedef ::boost::type_erasure::detail::BOOST_PP_CAT(vtable_init, N)< Table BOOST_PP_ENUM_TRAILING(N, BOOST_TYPE_ERASURE_AT, Seq) > type; }; }; #undef BOOST_TYPE_ERASURE_CONVERT_ELEMENT #undef BOOST_TYPE_ERASURE_AT #undef BOOST_TYPE_ERASURE_VTABLE_INIT #undef BOOST_TYPE_ERASURE_VTABLE_COMPARE #undef BOOST_TYPE_ERASURE_VTABLE_ENTRY #undef N #endif