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 (c) 2001-2010 Joel de Guzman Copyright (c) 2010 Thomas Heller 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_PHOENIX_STATEMENT_SWITCH_HPP #define BOOST_PHOENIX_STATEMENT_SWITCH_HPP #include #include #include #include #include #include #include #include #include #ifdef _MSC_VER #pragma warning(push) #pragma warning(disable: 4065) // switch statement contains 'default' but no 'case' labels #endif BOOST_PHOENIX_DEFINE_EXPRESSION( (boost)(phoenix)(switch_case) , (proto::terminal) (meta_grammar) ) BOOST_PHOENIX_DEFINE_EXPRESSION( (boost)(phoenix)(switch_default_case) , (meta_grammar) ) namespace boost { namespace phoenix { namespace detail { struct switch_case_grammar; struct switch_case_with_default_grammar; struct switch_grammar : proto::or_< proto::when< detail::switch_case_grammar , mpl::false_() > , proto::when< detail::switch_case_with_default_grammar , mpl::true_() > > {}; } namespace detail { struct switch_case_is_nullary : proto::or_< proto::when< proto::comma< switch_case_is_nullary , proto::or_ > , mpl::and_< switch_case_is_nullary( proto::_child_c<0> , proto::_state ) , switch_case_is_nullary( proto::_child_c<1> , proto::_state ) >() > , proto::when< proto::or_ , evaluator(proto::_child_c<0>, proto::_state) > > {}; struct switch_case_grammar : proto::or_< proto::comma , proto::when > {}; struct switch_case_with_default_grammar : proto::or_< proto::comma , proto::when > {}; struct switch_size : proto::or_< proto::when< proto::comma , mpl::next() > , proto::when()> > {}; } }} BOOST_PHOENIX_DEFINE_EXPRESSION( (boost)(phoenix)(switch_) , (meta_grammar) // Cond (detail::switch_grammar) // Cases ) namespace boost { namespace phoenix { template struct is_nullary::when : proto::and_< evaluator(proto::_child_c<0>, _context) , detail::switch_case_is_nullary(proto::_child_c<1>, _context) > {}; struct switch_eval { typedef void result_type; template result_type operator()(Context const &) const { } template result_type operator()(Cond const & cond, Cases const & cases, Context const & ctx) const { this->evaluate( ctx , cond , cases , typename detail::switch_size::impl::result_type() , typename detail::switch_grammar::impl::result_type() ); } private: template result_type evaluate( Context const & ctx , Cond const & cond , Cases const & cases , mpl::int_<1> , mpl::false_ ) const { typedef typename proto::result_of::value< typename proto::result_of::child_c< Cases , 0 >::type >::type case_label; switch(boost::phoenix::eval(cond, ctx)) { case case_label::value: boost::phoenix::eval(proto::child_c<1>(cases), ctx); } } template result_type evaluate( Context const & ctx , Cond const & cond , Cases const & cases , mpl::int_<1> , mpl::true_ ) const { switch(boost::phoenix::eval(cond, ctx)) { default: boost::phoenix::eval(proto::child_c<0>(cases), ctx); } } // Bring in the evaluation functions #include }; template struct default_actions::when : call {}; template inline typename proto::result_of::make_expr< tag::switch_case , proto::basic_default_domain , mpl::int_ , A >::type const case_(A const & a) { return proto::make_expr< tag::switch_case , proto::basic_default_domain >( mpl::int_() , a ); } template inline typename proto::result_of::make_expr< tag::switch_default_case , proto::basic_default_domain , A >::type const default_(A const& a) { return proto::make_expr< tag::switch_default_case , proto::basic_default_domain >(a); } template struct switch_gen { switch_gen(Cond const& cond_) : cond(cond_) {} template typename expression::switch_< Cond , Cases >::type operator[](Cases const& cases) const { return this->generate( cases , proto::matches() ); } private: Cond const& cond; template typename expression::switch_< Cond , Cases >::type generate(Cases const & cases, mpl::true_) const { return expression::switch_::make(cond, cases); } template typename expression::switch_< Cond , Cases >::type generate(Cases const &, mpl::false_) const { BOOST_MPL_ASSERT_MSG( false , INVALID_SWITCH_CASE_STATEMENT , (Cases) ); } }; template inline switch_gen const switch_(Cond const& cond) { return switch_gen(cond); } }} #ifdef _MSC_VER #pragma warning(pop) #endif #endif