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
/*============================================================================= Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ State machine detecting include guards in an included file. This detects two forms of include guards: #ifndef INCLUDE_GUARD_MACRO #define INCLUDE_GUARD_MACRO ... #endif or if !defined(INCLUDE_GUARD_MACRO) #define INCLUDE_GUARD_MACRO ... #endif note, that the parenthesis are optional (i.e. !defined INCLUDE_GUARD_MACRO will work as well). The code allows for any whitespace, newline and single '#' tokens before the #if/#ifndef and after the final #endif. Copyright (c) 2001-2012 Hartmut Kaiser. 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) =============================================================================*/ #if !defined(BOOST_DETECT_INCLUDE_GUARDS_HK060304_INCLUDED) #define BOOST_DETECT_INCLUDE_GUARDS_HK060304_INCLUDED #include #include // this must occur after all of the includes and before any code appears #ifdef BOOST_HAS_ABI_HEADERS #include BOOST_ABI_PREFIX #endif /////////////////////////////////////////////////////////////////////////////// namespace boost { namespace wave { namespace cpplexer { template class include_guards { public: include_guards() : state(&include_guards::state_0), detected_guards(false), current_state(true), if_depth(0) {} Token& detect_guard(Token& t) { return current_state ? (this->*state)(t) : t; } bool detected(std::string& guard_name_) const { if (detected_guards) { guard_name_ = guard_name.c_str(); return true; } return false; } private: typedef Token& state_type(Token& t); state_type include_guards::* state; bool detected_guards; bool current_state; typename Token::string_type guard_name; int if_depth; state_type state_0, state_1, state_2, state_3, state_4, state_5; state_type state_1a, state_1b, state_1c, state_1d, state_1e; bool is_skippable(token_id id) const { return (T_POUND == BASE_TOKEN(id) || IS_CATEGORY(id, WhiteSpaceTokenType) || IS_CATEGORY(id, EOLTokenType)); } }; /////////////////////////////////////////////////////////////////////////////// // state 0: beginning of a file, tries to recognize #ifndef or #if tokens template inline Token& include_guards::state_0(Token& t) { token_id id = token_id(t); if (T_PP_IFNDEF == id) state = &include_guards::state_1; else if (T_PP_IF == id) state = &include_guards::state_1a; else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 1: found #ifndef, looking for T_IDENTIFIER template inline Token& include_guards::state_1(Token& t) { token_id id = token_id(t); if (T_IDENTIFIER == id) { guard_name = t.get_value(); state = &include_guards::state_2; } else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 1a: found T_PP_IF, looking for T_NOT ("!") template inline Token& include_guards::state_1a(Token& t) { token_id id = token_id(t); if (T_NOT == BASE_TOKEN(id)) state = &include_guards::state_1b; else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 1b: found T_NOT, looking for 'defined' template inline Token& include_guards::state_1b(Token& t) { token_id id = token_id(t); if (T_IDENTIFIER == id && t.get_value() == "defined") state = &include_guards::state_1c; else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 1c: found 'defined', looking for (optional) T_LEFTPAREN template inline Token& include_guards::state_1c(Token& t) { token_id id = token_id(t); if (T_LEFTPAREN == id) state = &include_guards::state_1d; else if (T_IDENTIFIER == id) { guard_name = t.get_value(); state = &include_guards::state_2; } else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 1d: found T_LEFTPAREN, looking for T_IDENTIFIER guard template inline Token& include_guards::state_1d(Token& t) { token_id id = token_id(t); if (T_IDENTIFIER == id) { guard_name = t.get_value(); state = &include_guards::state_1e; } else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 1e: found T_IDENTIFIER guard, looking for T_RIGHTPAREN template inline Token& include_guards::state_1e(Token& t) { token_id id = token_id(t); if (T_RIGHTPAREN == id) state = &include_guards::state_2; else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 2: found T_IDENTIFIER, looking for #define template inline Token& include_guards::state_2(Token& t) { token_id id = token_id(t); if (T_PP_DEFINE == id) state = &include_guards::state_3; else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 3: found #define, looking for T_IDENTIFIER as recognized by state 1 template inline Token& include_guards::state_3(Token& t) { token_id id = token_id(t); if (T_IDENTIFIER == id && t.get_value() == guard_name) state = &include_guards::state_4; else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// // state 4: found guard T_IDENTIFIER, looking for #endif template inline Token& include_guards::state_4(Token& t) { token_id id = token_id(t); if (T_PP_IF == id || T_PP_IFDEF == id || T_PP_IFNDEF == id) ++if_depth; else if (T_PP_ENDIF == id) { if (if_depth > 0) --if_depth; else state = &include_guards::state_5; } return t; } /////////////////////////////////////////////////////////////////////////////// // state 5: found final #endif, looking for T_EOF template inline Token& include_guards::state_5(Token& t) { token_id id = token_id(t); if (T_EOF == id) detected_guards = current_state; else if (!is_skippable(id)) current_state = false; return t; } /////////////////////////////////////////////////////////////////////////////// } // namespace cpplexer } // namespace wave } // namespace boost // the suffix header occurs after all of the code #ifdef BOOST_HAS_ABI_HEADERS #include BOOST_ABI_SUFFIX #endif #endif // !BOOST_DETECT_INCLUDE_GUARDS_HK060304_INCLUDED