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/endian/endian.hpp -----------------------------------------------------------// // Copyright Beman Dawes 2015 // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt // See library home page at http://www.boost.org/libs/endian #ifndef BOOST_ENDIAN_ENDIAN_HPP #define BOOST_ENDIAN_ENDIAN_HPP #ifndef BOOST_ENDIAN_DEPRECATED_NAMES # error " is deprecated. Define BOOST_ENDIAN_DEPRECATED_NAMES to use." #endif #include BOOST_HEADER_DEPRECATED( "" ) #include #include namespace boost { namespace endian { typedef order endianness; typedef align alignment; # ifndef BOOST_NO_CXX11_TEMPLATE_ALIASES template using endian = endian_arithmetic; # endif // unaligned big endian signed integer types typedef endian_arithmetic< order::big, int_least8_t, 8 > big8_t; typedef endian_arithmetic< order::big, int_least16_t, 16 > big16_t; typedef endian_arithmetic< order::big, int_least32_t, 24 > big24_t; typedef endian_arithmetic< order::big, int_least32_t, 32 > big32_t; typedef endian_arithmetic< order::big, int_least64_t, 40 > big40_t; typedef endian_arithmetic< order::big, int_least64_t, 48 > big48_t; typedef endian_arithmetic< order::big, int_least64_t, 56 > big56_t; typedef endian_arithmetic< order::big, int_least64_t, 64 > big64_t; // unaligned big endian_arithmetic unsigned integer types typedef endian_arithmetic< order::big, uint_least8_t, 8 > ubig8_t; typedef endian_arithmetic< order::big, uint_least16_t, 16 > ubig16_t; typedef endian_arithmetic< order::big, uint_least32_t, 24 > ubig24_t; typedef endian_arithmetic< order::big, uint_least32_t, 32 > ubig32_t; typedef endian_arithmetic< order::big, uint_least64_t, 40 > ubig40_t; typedef endian_arithmetic< order::big, uint_least64_t, 48 > ubig48_t; typedef endian_arithmetic< order::big, uint_least64_t, 56 > ubig56_t; typedef endian_arithmetic< order::big, uint_least64_t, 64 > ubig64_t; // unaligned little endian_arithmetic signed integer types typedef endian_arithmetic< order::little, int_least8_t, 8 > little8_t; typedef endian_arithmetic< order::little, int_least16_t, 16 > little16_t; typedef endian_arithmetic< order::little, int_least32_t, 24 > little24_t; typedef endian_arithmetic< order::little, int_least32_t, 32 > little32_t; typedef endian_arithmetic< order::little, int_least64_t, 40 > little40_t; typedef endian_arithmetic< order::little, int_least64_t, 48 > little48_t; typedef endian_arithmetic< order::little, int_least64_t, 56 > little56_t; typedef endian_arithmetic< order::little, int_least64_t, 64 > little64_t; // unaligned little endian_arithmetic unsigned integer types typedef endian_arithmetic< order::little, uint_least8_t, 8 > ulittle8_t; typedef endian_arithmetic< order::little, uint_least16_t, 16 > ulittle16_t; typedef endian_arithmetic< order::little, uint_least32_t, 24 > ulittle24_t; typedef endian_arithmetic< order::little, uint_least32_t, 32 > ulittle32_t; typedef endian_arithmetic< order::little, uint_least64_t, 40 > ulittle40_t; typedef endian_arithmetic< order::little, uint_least64_t, 48 > ulittle48_t; typedef endian_arithmetic< order::little, uint_least64_t, 56 > ulittle56_t; typedef endian_arithmetic< order::little, uint_least64_t, 64 > ulittle64_t; // unaligned native endian_arithmetic signed integer types typedef endian_arithmetic< order::native, int_least8_t, 8 > native8_t; typedef endian_arithmetic< order::native, int_least16_t, 16 > native16_t; typedef endian_arithmetic< order::native, int_least32_t, 24 > native24_t; typedef endian_arithmetic< order::native, int_least32_t, 32 > native32_t; typedef endian_arithmetic< order::native, int_least64_t, 40 > native40_t; typedef endian_arithmetic< order::native, int_least64_t, 48 > native48_t; typedef endian_arithmetic< order::native, int_least64_t, 56 > native56_t; typedef endian_arithmetic< order::native, int_least64_t, 64 > native64_t; // unaligned native endian_arithmetic unsigned integer types typedef endian_arithmetic< order::native, uint_least8_t, 8 > unative8_t; typedef endian_arithmetic< order::native, uint_least16_t, 16 > unative16_t; typedef endian_arithmetic< order::native, uint_least32_t, 24 > unative24_t; typedef endian_arithmetic< order::native, uint_least32_t, 32 > unative32_t; typedef endian_arithmetic< order::native, uint_least64_t, 40 > unative40_t; typedef endian_arithmetic< order::native, uint_least64_t, 48 > unative48_t; typedef endian_arithmetic< order::native, uint_least64_t, 56 > unative56_t; typedef endian_arithmetic< order::native, uint_least64_t, 64 > unative64_t; // aligned native endian_arithmetic typedefs are not provided because // types are superior for this use case typedef endian_arithmetic< order::big, int16_t, 16, align::yes > aligned_big16_t; typedef endian_arithmetic< order::big, uint16_t, 16, align::yes > aligned_ubig16_t; typedef endian_arithmetic< order::little, int16_t, 16, align::yes > aligned_little16_t; typedef endian_arithmetic< order::little, uint16_t, 16, align::yes > aligned_ulittle16_t; typedef endian_arithmetic< order::big, int32_t, 32, align::yes > aligned_big32_t; typedef endian_arithmetic< order::big, uint32_t, 32, align::yes > aligned_ubig32_t; typedef endian_arithmetic< order::little, int32_t, 32, align::yes > aligned_little32_t; typedef endian_arithmetic< order::little, uint32_t, 32, align::yes > aligned_ulittle32_t; typedef endian_arithmetic< order::big, int64_t, 64, align::yes > aligned_big64_t; typedef endian_arithmetic< order::big, uint64_t, 64, align::yes > aligned_ubig64_t; typedef endian_arithmetic< order::little, int64_t, 64, align::yes > aligned_little64_t; typedef endian_arithmetic< order::little, uint64_t, 64, align::yes > aligned_ulittle64_t; } // namespace endian } // namespace boost #endif //BOOST_ENDIAN_ENDIAN_HPP