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 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include namespace Aws { namespace Config { /** * Simple data container for a Profile. */ class Profile { public: /* * Data container for a sso-session config entry. * This is independent of the general profile configuration and used by a bearer auth token provider. */ class SsoSession { public: inline const Aws::String& GetName() const { return m_name; } inline void SetName(const Aws::String& value) { m_name = value; } inline const Aws::String& GetSsoRegion() const { return m_ssoRegion; } inline void SetSsoRegion(const Aws::String& value) { m_ssoRegion = value; } inline const Aws::String& GetSsoStartUrl() const { return m_ssoStartUrl; } inline void SetSsoStartUrl(const Aws::String& value) { m_ssoStartUrl = value; } inline void SetAllKeyValPairs(const Aws::Map& map) { m_allKeyValPairs = map; } inline const Aws::String GetValue(const Aws::String& key) const { auto iter = m_allKeyValPairs.find(key); if (iter == m_allKeyValPairs.end()) return {}; return iter->second; } bool operator==(SsoSession const& other) const { return this->m_name == other.m_name && this->m_ssoRegion == other.m_ssoRegion && this->m_ssoStartUrl == other.m_ssoStartUrl && this->m_allKeyValPairs == other.m_allKeyValPairs; } bool operator!=(SsoSession const& other) const { return !operator==(other); } private: // This is independent of the general configuration Aws::String m_name; Aws::String m_ssoRegion; Aws::String m_ssoStartUrl; Aws::Map m_allKeyValPairs; }; inline const Aws::String& GetName() const { return m_name; } inline void SetName(const Aws::String& value) { m_name = value; } inline const Aws::Auth::AWSCredentials& GetCredentials() const { return m_credentials; } inline void SetCredentials(const Aws::Auth::AWSCredentials& value) { m_credentials = value; } inline const Aws::String& GetRegion() const { return m_region; } inline void SetRegion(const Aws::String& value) { m_region = value; } inline const Aws::String& GetRoleArn() const { return m_roleArn; } inline void SetRoleArn(const Aws::String& value) { m_roleArn = value; } inline const Aws::String& GetExternalId() const { return m_externalId; } inline void SetExternalId(const Aws::String& value) { m_externalId = value; } inline const Aws::String& GetSsoStartUrl() const { return m_ssoStartUrl; } inline void SetSsoStartUrl(const Aws::String& value) { m_ssoStartUrl = value; } inline const Aws::String& GetSsoRegion() const { return m_ssoRegion; } inline void SetSsoRegion(const Aws::String& value) { m_ssoRegion = value; } inline const Aws::String& GetSsoAccountId() const { return m_ssoAccountId; } inline void SetSsoAccountId(const Aws::String& value) { m_ssoAccountId = value; } inline const Aws::String& GetSsoRoleName() const { return m_ssoRoleName; } inline void SetSsoRoleName(const Aws::String& value) { m_ssoRoleName = value; } inline const Aws::String& GetDefaultsMode() const { return m_defaultsMode; } inline void SetDefaultsMode(const Aws::String& value) { m_defaultsMode = value; } inline const Aws::String& GetSourceProfile() const { return m_sourceProfile; } inline void SetSourceProfile(const Aws::String& value ) { m_sourceProfile = value; } inline const Aws::String& GetCredentialProcess() const { return m_credentialProcess; } inline void SetCredentialProcess(const Aws::String& value ) { m_credentialProcess = value; } inline void SetAllKeyValPairs(const Aws::Map& map) { m_allKeyValPairs = map; } inline void SetAllKeyValPairs(Aws::Map&& map) { m_allKeyValPairs = std::move(map); } inline const Aws::String GetValue(const Aws::String& key) const { auto iter = m_allKeyValPairs.find(key); if (iter == m_allKeyValPairs.end()) return {}; return iter->second; } inline bool IsSsoSessionSet() const { return m_ssoSessionSet; } inline const SsoSession& GetSsoSession() const { return m_ssoSession; } inline void SetSsoSession(const SsoSession& value) { m_ssoSessionSet = true; m_ssoSession = value; } inline void SetSsoSession(SsoSession&& value) { m_ssoSessionSet = true; m_ssoSession = std::move(value); } private: Aws::String m_name; Aws::String m_region; Aws::Auth::AWSCredentials m_credentials; Aws::String m_roleArn; Aws::String m_externalId; Aws::String m_sourceProfile; Aws::String m_credentialProcess; Aws::String m_ssoStartUrl; Aws::String m_ssoRegion; Aws::String m_ssoAccountId; Aws::String m_ssoRoleName; Aws::String m_defaultsMode; Aws::Map m_allKeyValPairs; bool m_ssoSessionSet = false; SsoSession m_ssoSession; }; } }