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
// Copyright 2014 Renato Tegon Forti, Antony Polukhin. // Copyright Antony Polukhin, 2015-2025. // // 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_DLL_SHARED_LIBRARY_MODE_HPP #define BOOST_DLL_SHARED_LIBRARY_MODE_HPP #include #include #include #if BOOST_OS_WINDOWS # include #else # include #endif #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif /// \file boost/dll/shared_library_load_mode.hpp /// \brief Contains only the boost::dll::load_mode::type enum and operators related to it. namespace boost { namespace dll { namespace load_mode { /*! Library load modes. * * Each of system family provides own modes. Flags not supported by a particular platform will be silently ignored. * * For a detailed description of platform specific options see: * Windows specific options, * POSIX specific options. * */ enum type { #ifdef BOOST_DLL_DOXYGEN /*! * Default open mode. See the \b Default: comments below to find out the flags that are enabled by default. */ default_mode, /*! * \b Platforms: Windows * * \b Default: disabled * * If this value is used, and the executable module is a DLL, the system does * not call DllMain for process and thread initialization and termination. * Also, the system does not load additional executable modules that are * referenced by the specified module. * * Note Do not use this value; it is provided only for backward compatibility. * If you are planning to access only data or resources in the DLL, use * LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE or LOAD_LIBRARY_AS_IMAGE_RESOURCE * or both. */ dont_resolve_dll_references, /*! * \b Platforms: Windows * * \b Default: disabled * * If this value is used, the system does not check AppLocker rules or * apply Software Restriction Policies for the DLL. */ load_ignore_code_authz_level, /*! * \b Platforms: Windows * * \b Default: disabled * * If this value is used and lpFileName specifies an absolute path, * the system uses the alternate file search strategy. * * This value cannot be combined with any LOAD_LIBRARY_SEARCH flag. */ load_with_altered_search_path, /*! * \b Platforms: POSIX * * \b Default: enabled * * Relocations shall be performed at an implementation-defined time, ranging * from the time of the dlopen() call until the first reference to a given * symbol occurs. * * Specifying RTLD_LAZY should improve performance on implementations * supporting dynamic symbol binding as a process may not reference all of * the functions in any given object. And, for systems supporting dynamic * symbol resolution for normal process execution, this behavior mimics * the normal handling of process execution. */ rtld_lazy, /*! * \b Platforms: POSIX * * \b Default: disabled * * All necessary relocations shall be performed when the object is first * loaded. This may waste some processing if relocations are performed for * functions that are never referenced. This behavior may be useful for * plugins that need to know as soon as an object is loaded that all * symbols referenced during execution are available. */ rtld_now, /*! * \b Platforms: POSIX * * \b Default: disabled * * The object's symbols shall be made available for the relocation * processing of any other object. In addition, symbol lookup using * dlopen(0, mode) and an associated dlsym() allows objects loaded * with this mode to be searched. */ rtld_global, /*! * \b Platforms: POSIX * * \b Default: enabled * * The object's symbols shall not be made available for the relocation * processing of any other object. * * This is a default Windows behavior that can not be changed. */ rtld_local, /*! * \b Platforms: POSIX (requires glibc >= 2.3.4) * * \b Default: disabled * * The object will use its own symbols in preference to global symbols * with the same name contained in libraries that have already been loaded. * This flag is not specified in POSIX.1-2001. */ rtld_deepbind, /*! * \b Platforms: Windows, POSIX * * \b Default: disabled * * Append a platform specific extension and prefix to shared library filename before trying to load it. * If load attempt fails, try to load with exactly specified name. * * \b Example: * \code * // Opens `./my_plugins/plugin1.dll` on Windows, `./my_plugins/libplugin1.so` on Linux, `./my_plugins/libplugin1.dylib` on MacOS. * // If that fails, loads `./my_plugins/plugin1` * boost::dll::shared_library lib("./my_plugins/plugin1", load_mode::append_decorations); * \endcode */ append_decorations, /*! * \b Platforms: Windows, POSIX * * \b Default: disabled * * Allow loading from system folders if path to library contains no parent path. */ search_system_folders #elif BOOST_OS_WINDOWS default_mode = 0, dont_resolve_dll_references = boost::winapi::DONT_RESOLVE_DLL_REFERENCES_, load_ignore_code_authz_level = boost::winapi::LOAD_IGNORE_CODE_AUTHZ_LEVEL_, load_with_altered_search_path = boost::winapi::LOAD_WITH_ALTERED_SEARCH_PATH_, rtld_lazy = 0, rtld_now = 0, rtld_global = 0, rtld_local = 0, rtld_deepbind = 0, append_decorations = 0x00800000, search_system_folders = (append_decorations << 1) #else default_mode = 0, dont_resolve_dll_references = 0, load_ignore_code_authz_level = 0, load_with_altered_search_path = 0, rtld_lazy = RTLD_LAZY, rtld_now = RTLD_NOW, rtld_global = RTLD_GLOBAL, rtld_local = RTLD_LOCAL, #if BOOST_LIB_C_GNU < BOOST_VERSION_NUMBER(2,3,4) rtld_deepbind = 0, #else rtld_deepbind = RTLD_DEEPBIND, #endif append_decorations = 0x00800000, search_system_folders = (append_decorations << 1) #endif }; /// Free operators for load_mode::type flag manipulation. BOOST_CONSTEXPR inline type operator|(type left, type right) noexcept { return static_cast( static_cast(left) | static_cast(right) ); } BOOST_CXX14_CONSTEXPR inline type& operator|=(type& left, type right) noexcept { left = left | right; return left; } BOOST_CONSTEXPR inline type operator&(type left, type right) noexcept { return static_cast( static_cast(left) & static_cast(right) ); } BOOST_CXX14_CONSTEXPR inline type& operator&=(type& left, type right) noexcept { left = left & right; return left; } BOOST_CONSTEXPR inline type operator^(type left, type right) noexcept { return static_cast( static_cast(left) ^ static_cast(right) ); } BOOST_CXX14_CONSTEXPR inline type& operator^=(type& left, type right) noexcept { left = left ^ right; return left; } BOOST_CONSTEXPR inline type operator~(type left) noexcept { return static_cast( ~static_cast(left) ); } }}} // boost::dll::load_mode #endif // BOOST_DLL_SHARED_LIBRARY_MODE_HPP