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
// // process/environment/detail/environment_win.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2021 Klemens D. Morgenstern (klemens dot morgenstern at gmx dot net) // // 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_PROCESS_V2_DETAIL_ENVIRONMENT_WIN_HPP #define BOOST_PROCESS_V2_DETAIL_ENVIRONMENT_WIN_HPP #include #include #include BOOST_PROCESS_V2_BEGIN_NAMESPACE namespace environment { using char_type = wchar_t; template struct key_char_traits { typedef Char char_type; typedef typename std::char_traits::int_type int_type; typedef typename std::char_traits::off_type off_type; typedef typename std::char_traits::pos_type pos_type; typedef typename std::char_traits::state_type state_type; BOOST_CONSTEXPR static char to_lower(char c) {return std::tolower(to_int_type(c));} BOOST_CONSTEXPR static wchar_t to_lower(wchar_t c) {return std::towlower(to_int_type(c));} BOOST_CONSTEXPR static int_type to_lower(int_type i, char ) {return std::tolower(i);} BOOST_CONSTEXPR static int_type to_lower(int_type i, wchar_t) {return std::towlower(i);} BOOST_CONSTEXPR static void assign(char_type& c1, const char_type& c2) BOOST_NOEXCEPT { c1 = c2; } BOOST_CONSTEXPR static bool eq(char_type c1, char_type c2) BOOST_NOEXCEPT { return to_lower(c1) == to_lower(c2); } BOOST_CONSTEXPR static bool lt(char_type c1, char_type c2) BOOST_NOEXCEPT { return to_lower(c1) < to_lower(c2); } BOOST_CXX14_CONSTEXPR static int compare(const char_type* s1, const char_type* s2, size_t n) BOOST_NOEXCEPT { auto itrs = std::mismatch(s1, s1 + n, s2, &eq); if (itrs.first == (s1 + n)) return 0; auto c1 = to_lower(*itrs.first); auto c2 = to_lower(*itrs.second); return (c1 < c2 ) ? -1 : 1; } static size_t length(const char* s) BOOST_NOEXCEPT { return std::strlen(s); } static size_t length(const wchar_t* s) BOOST_NOEXCEPT { return std::wcslen(s); } BOOST_CXX14_CONSTEXPR static const char_type* find(const char_type* s, size_t n, const char_type& a) BOOST_NOEXCEPT { const char_type u = to_lower(a); return std::find_if(s, s + n, [u](char_type c){return to_lower(c) == u;}); } BOOST_CXX14_CONSTEXPR static char_type* move(char_type* s1, const char_type* s2, size_t n) BOOST_NOEXCEPT { if (s1 < s2) return std::move(s2, s2 + n, s1); else return std::move_backward(s2, s2 + n, s1 + n); } BOOST_CONSTEXPR static char_type* copy(char_type* s1, const char_type* s2, size_t n) BOOST_NOEXCEPT { return std::copy(s2, s2 + n, s1); } BOOST_CXX14_CONSTEXPR static char_type* assign(char_type* s, size_t n, char_type a) BOOST_NOEXCEPT { std::fill(s, s + n, a); return s +n; } BOOST_CONSTEXPR static int_type not_eof(int_type c) BOOST_NOEXCEPT { return eq_int_type(c, eof()) ? ~eof() : c; } BOOST_CONSTEXPR static char_type to_char_type(int_type c) BOOST_NOEXCEPT { return char_type(c); } BOOST_CONSTEXPR static int_type to_int_type(char c) BOOST_NOEXCEPT { return int_type((unsigned char)c); } BOOST_CONSTEXPR static int_type to_int_type(wchar_t c) BOOST_NOEXCEPT { return int_type((wchar_t)c); } BOOST_CONSTEXPR static bool eq_int_type(int_type c1, int_type c2) BOOST_NOEXCEPT { return to_lower(c1, char_type()) == to_lower(c2, char_type()); } BOOST_CONSTEXPR static inline int_type eof() BOOST_NOEXCEPT { return int_type(EOF); } }; namespace detail { template std::size_t hash_step(std::size_t prev, Char c, key_char_traits) { return prev ^ (key_char_traits::to_lower(c) << 1); } } template using value_char_traits = std::char_traits; BOOST_CONSTEXPR static char_type equality_sign = L'='; BOOST_CONSTEXPR static char_type delimiter = L';'; using native_handle_type = wchar_t*; using native_iterator = const wchar_t*; namespace detail { BOOST_PROCESS_V2_DECL std::basic_string> get( basic_cstring_ref> key, error_code & ec); BOOST_PROCESS_V2_DECL void set(basic_cstring_ref> key, basic_cstring_ref> value, error_code & ec); BOOST_PROCESS_V2_DECL void unset(basic_cstring_ref> key, error_code & ec); BOOST_PROCESS_V2_DECL std::basic_string> get( basic_cstring_ref> key, error_code & ec); BOOST_PROCESS_V2_DECL void set(basic_cstring_ref> key, basic_cstring_ref> value, error_code & ec); BOOST_PROCESS_V2_DECL void unset(basic_cstring_ref> key, error_code & ec); BOOST_PROCESS_V2_DECL native_handle_type load_native_handle(); struct native_handle_deleter { native_handle_deleter() = default; native_handle_deleter(const native_handle_deleter& ) = default; BOOST_PROCESS_V2_DECL void operator()(native_handle_type nh) const; }; inline const char_type * dereference(native_iterator iterator) {return iterator;} BOOST_PROCESS_V2_DECL native_iterator next(native_iterator nh); BOOST_PROCESS_V2_DECL native_iterator find_end(native_handle_type nh); BOOST_PROCESS_V2_DECL bool is_exec_type(const wchar_t * pth); inline bool is_executable(const filesystem::path & pth, error_code & ec) { return filesystem::is_regular_file(pth, ec) && is_exec_type(pth.c_str()); } } } BOOST_PROCESS_V2_END_NAMESPACE #endif //BOOST_PROCESS_V2_DETAIL_ENVIRONMENT_WIN_HPP