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
/* * 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.) * * See http://www.boost.org/libs/iostreams for documentation. * * File: boost/iostreams/detail/path.hpp * Date: Sat Jun 21 21:24:05 MDT 2008 * Copyright: 2008 CodeRage, LLC * Author: Jonathan Turkanis * Contact: turkanis at coderage dot com * * Defines the class boost::iostreams::detail::path, for storing a * a std::string or std::wstring. * * This class allows interoperability with Boost.Filesystem without * creating a dependence on Boost.Filesystem headers or implementation. */ #ifndef BOOST_IOSTREAMS_DETAIL_PATH_HPP_INCLUDED #define BOOST_IOSTREAMS_DETAIL_PATH_HPP_INCLUDED #include #include #include #ifndef BOOST_IOSTREAMS_NO_WIDE_STREAMS # include #endif #include #include #include namespace boost { namespace iostreams { namespace detail { #ifndef BOOST_IOSTREAMS_NO_WIDE_STREAMS //------------------------------------// class path { template struct sfinae { typedef V type; }; public: // Default constructor path() : narrow_(), wide_(), is_wide_(false) { } // Constructor taking a std::string path(const std::string& p) : narrow_(p), wide_(), is_wide_(false) { } // Constructor taking a C-style string path(const char* p) : narrow_(p), wide_(), is_wide_(false) { } // Constructor taking a boost::filesystem2::path or // boost::filesystem2::wpath template explicit path(const Path& p, typename Path::external_string_type* = 0) { init(p.external_file_string()); } // Constructor taking a boost::filesystem3::path (boost filesystem v3) template explicit path(const Path& p, typename Path::codecvt_type* = 0) { init(p.native()); } // Copy constructor path(const path& p) : narrow_(p.narrow_), wide_(p.wide_), is_wide_(p.is_wide_) { } // Assignment operator taking another path path& operator=(const path& p) { narrow_ = p.narrow_; wide_ = p.wide_; is_wide_ = p.is_wide_; return *this; } // Assignment operator taking a std::string path& operator=(const std::string& p) { narrow_ = p; wide_.clear(); is_wide_ = false; return *this; } // Assignment operator taking a C-style string path& operator=(const char* p) { narrow_.assign(p); wide_.clear(); is_wide_ = false; return *this; } #if !BOOST_WORKAROUND(BOOST_MSVC, <= 1400) // Assignment operator taking a boost::filesystem2::path or // boost::filesystem2::wpath // (not on Visual C++ 7.1/8.0, as it seems to have problems with // SFINAE functions with the same parameters, doesn't seem // worth working around). template typename sfinae::type operator=(const Path& p) { init(p.external_file_string()); return *this; } #endif // Assignment operator taking a boost::filesystem3::path template typename sfinae::type operator=(const Path& p) { init(p.native()); return *this; } bool is_wide() const { return is_wide_; } // Returns a representation of the underlying path as a std::string // Requires: is_wide() returns false const char* c_str() const { return narrow_.c_str(); } // Returns a representation of the underlying path as a std::wstring // Requires: is_wide() returns true const wchar_t* c_wstr() const { return wide_.c_str(); } private: // For wide-character paths, use a boost::filesystem::wpath instead of a // std::wstring path(const std::wstring&); path& operator=(const std::wstring&); void init(std::string const& file_path) { narrow_ = file_path; wide_.clear(); is_wide_ = false; } void init(std::wstring const& file_path) { narrow_.clear(); wide_ = file_path; is_wide_ = true; } std::string narrow_; std::wstring wide_; bool is_wide_; }; inline bool operator==(const path& lhs, const path& rhs) { return lhs.is_wide() ? rhs.is_wide() && std::wcscmp(lhs.c_wstr(), rhs.c_wstr()) == 0 : !rhs.is_wide() && std::strcmp(lhs.c_str(), rhs.c_str()) == 0; } #else // #ifndef BOOST_IOSTREAMS_NO_WIDE_STREAMS //---------------------------// class path { public: path() { } path(const std::string& p) : path_(p) { } path(const char* p) : path_(p) { } template path(const Path& p) : path_(p.external_file_string()) { } path(const path& p) : path_(p.path_) { } path& operator=(const path& other) { path_ = other.path_; return *this; } path& operator=(const std::string& p) { path_ = p; return *this; } path& operator=(const char* p) { path_ = p; return *this; } template path& operator=(const Path& p) { path_ = p.external_file_string(); return *this; } bool is_wide() const { return false; } const char* c_str() const { return path_.c_str(); } const wchar_t* c_wstr() const { return 0; } private: std::string path_; }; inline bool operator==(const path& lhs, const path& rhs) { return std::strcmp(lhs.c_str(), rhs.c_str()) == 0 ; } #endif // #ifndef BOOST_IOSTREAMS_NO_WIDE_STREAMS //--------------------------// } } } // End namespaces detail, iostreams, boost. #endif // #ifndef BOOST_IOSTREAMS_DETAIL_PATH_HPP_INCLUDED