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 2007 Tobias Schwinger Copyright 2019 Glen Joseph Fernandes (glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_FUNCTIONAL_FACTORY_HPP #define BOOST_FUNCTIONAL_FACTORY_HPP #include #include #include #include #if !defined(BOOST_NO_CXX11_ALLOCATOR) #include #endif #include #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && \ !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) #include #endif namespace boost { enum factory_alloc_propagation { factory_alloc_for_pointee_and_deleter, factory_passes_alloc_to_smart_pointer }; namespace detail { template struct fc_tag { }; #if !defined(BOOST_NO_CXX11_ALLOCATOR) template struct fc_rebind { typedef typename std::allocator_traits::template rebind_alloc type; }; template struct fc_pointer { typedef typename std::allocator_traits::pointer type; }; #else template struct fc_rebind { typedef typename A::template rebind::other type; }; template struct fc_pointer { typedef typename A::pointer type; }; #endif #if !defined(BOOST_NO_CXX11_ALLOCATOR) && \ !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && \ !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) template inline void fc_destroy(A& a, T* p) { std::allocator_traits::destroy(a, p); } #else template inline void fc_destroy(A&, T* p) { p->~T(); } #endif #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && \ !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) #if !defined(BOOST_NO_CXX11_ALLOCATOR) template inline void fc_construct(A& a, T* p, Args&&... args) { std::allocator_traits::construct(a, p, std::forward(args)...); } #else template inline void fc_construct(A&, T* p, Args&&... args) { ::new((void*)p) T(std::forward(args)...); } #endif #endif template class fc_delete : boost::empty_value { typedef boost::empty_value base; public: explicit fc_delete(const A& a) BOOST_NOEXCEPT : base(boost::empty_init_t(), a) { } void operator()(typename fc_pointer::type p) { boost::detail::fc_destroy(base::get(), boost::to_address(p)); base::get().deallocate(p, 1); } }; template class fc_allocate { public: explicit fc_allocate(const A& a) : a_(a) , p_(a_.allocate(1)) { } ~fc_allocate() { if (p_) { a_.deallocate(p_, 1); } } A& state() BOOST_NOEXCEPT { return a_; } typename A::value_type* get() const BOOST_NOEXCEPT { return boost::to_address(p_); } R release(fc_tag) { return R(release(), fc_delete(a_), a_); } R release(fc_tag) { return R(release(), fc_delete(a_)); } private: typedef typename fc_pointer::type pointer; pointer release() BOOST_NOEXCEPT { pointer p = p_; p_ = pointer(); return p; } fc_allocate(const fc_allocate&); fc_allocate& operator=(const fc_allocate&); A a_; pointer p_; }; } /* detail */ template class factory; template class factory { public: typedef typename remove_cv::type result_type; private: typedef typename pointer_traits::element_type type; public: #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && \ !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) template result_type operator()(Args&&... args) const { return result_type(new type(std::forward(args)...)); } #else result_type operator()() const { return result_type(new type()); } template result_type operator()(A0& a0) const { return result_type(new type(a0)); } template result_type operator()(A0& a0, A1& a1) const { return result_type(new type(a0, a1)); } template result_type operator()(A0& a0, A1& a1, A2& a2) const { return result_type(new type(a0, a1, a2)); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3) const { return result_type(new type(a0, a1, a2, a3)); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4) const { return result_type(new type(a0, a1, a2, a3, a4)); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5) const { return result_type(new type(a0, a1, a2, a3, a4, a5)); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6) const { return result_type(new type(a0, a1, a2, a3, a4, a5, a6)); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6, A7& a7) const { return result_type(new type(a0, a1, a2, a3, a4, a5, a6, a7)); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6, A7& a7, A8& a8) const { return result_type(new type(a0, a1, a2, a3, a4, a5, a6, a7, a8)); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6, A7& a7, A8& a8, A9& a9) const { return result_type(new type(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9)); } #endif }; template class factory : empty_value::type>::element_type>::type> { public: typedef typename remove_cv::type result_type; private: typedef typename pointer_traits::element_type type; typedef typename detail::fc_rebind::type allocator; typedef empty_value base; public: factory() BOOST_NOEXCEPT : base(empty_init_t()) { } explicit factory(const Allocator& a) BOOST_NOEXCEPT : base(empty_init_t(), a) { } #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && \ !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) template result_type operator()(Args&&... args) const { detail::fc_allocate s(base::get()); detail::fc_construct(s.state(), s.get(), std::forward(args)...); return s.release(detail::fc_tag()); } #else result_type operator()() const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1, A2& a2) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1, a2); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1, a2, a3); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1, a2, a3, a4); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1, a2, a3, a4, a5); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1, a2, a3, a4, a5, a6); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6, A7& a7) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1, a2, a3, a4, a5, a6, a7); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6, A7& a7, A8& a8) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1, a2, a3, a4, a5, a6, a7, a8); return s.release(detail::fc_tag()); } template result_type operator()(A0& a0, A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6, A7& a7, A8& a8, A9& a9) const { detail::fc_allocate s(base::get()); ::new((void*)s.get()) type(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9); return s.release(detail::fc_tag()); } #endif }; template class factory { }; } /* boost */ #endif