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
tagObjectManager = $tagObjectManager; $this->otherTypeManager = $otherTypeManager; } public function decode(Stream $stream): CBORObject { return $this->process($stream); } private function process(Stream $stream, bool $breakable = false): CBORObject { $ib = ord($stream->read(1)); $mt = $ib >> 5; $ai = $ib & 0b00011111; $val = null; switch ($ai) { case 0b00011000: //24 case 0b00011001: //25 case 0b00011010: //26 case 0b00011011: //27 $val = $stream->read(2 ** ($ai & 0b00000111)); break; case 0b00011100: //28 case 0b00011101: //29 case 0b00011110: //30 throw new InvalidArgumentException(sprintf('Cannot parse the data. Found invalid Additional Information "%s" (%d).', str_pad(decbin($ai), 5, '0', STR_PAD_LEFT), $ai)); case 0b00011111: //31 return $this->processInfinite($stream, $mt, $breakable); } return $this->processFinite($stream, $mt, $ai, $val); } private function processFinite(Stream $stream, int $mt, int $ai, ?string $val): CBORObject { switch ($mt) { case 0b000: //0 return UnsignedIntegerObject::createObjectForValue($ai, $val); case 0b001: //1 return SignedIntegerObject::createObjectForValue($ai, $val); case 0b010: //2 $length = null === $val ? $ai : Utils::binToInt($val); return new ByteStringObject($stream->read($length)); case 0b011: //3 $length = null === $val ? $ai : Utils::binToInt($val); return new TextStringObject($stream->read($length)); case 0b100: //4 $object = new ListObject(); $nbItems = null === $val ? $ai : Utils::binToInt($val); for ($i = 0; $i < $nbItems; ++$i) { $object->add($this->process($stream)); } return $object; case 0b101: //5 $object = new MapObject(); $nbItems = null === $val ? $ai : Utils::binToInt($val); for ($i = 0; $i < $nbItems; ++$i) { $object->add($this->process($stream), $this->process($stream)); } return $object; case 0b110: //6 return $this->tagObjectManager->createObjectForValue($ai, $val, $this->process($stream)); case 0b111: //7 return $this->otherTypeManager->createObjectForValue($ai, $val); default: throw new RuntimeException(sprintf('Unsupported major type "%s" (%d).', str_pad(decbin($mt), 5, '0', STR_PAD_LEFT), $mt)); // Should never append } } private function processInfinite(Stream $stream, int $mt, bool $breakable): CBORObject { switch ($mt) { case 0b010: //2 $object = new ByteStringWithChunkObject(); while (!($it = $this->process($stream, true)) instanceof BreakObject) { if (!$it instanceof ByteStringObject) { throw new RuntimeException('Unable to parse the data. Infinite Byte String object can only get Byte String objects.'); } $object->add($it); } return $object; case 0b011: //3 $object = new TextStringWithChunkObject(); while (!($it = $this->process($stream, true)) instanceof BreakObject) { if (!$it instanceof TextStringObject) { throw new RuntimeException('Unable to parse the data. Infinite Text String object can only get Text String objects.'); } $object->add($it); } return $object; case 0b100: //4 $object = new InfiniteListObject(); while (!($it = $this->process($stream, true)) instanceof BreakObject) { $object->add($it); } return $object; case 0b101: //5 $object = new InfiniteMapObject(); while (!($it = $this->process($stream, true)) instanceof BreakObject) { $object->append($it, $this->process($stream)); } return $object; case 0b111: //7 if (!$breakable) { throw new InvalidArgumentException('Cannot parse the data. No enclosing indefinite.'); } return new BreakObject(); case 0b000: //0 case 0b001: //1 case 0b110: //6 default: throw new InvalidArgumentException(sprintf('Cannot parse the data. Found infinite length for Major Type "%s" (%d).', str_pad(decbin($mt), 5, '0', STR_PAD_LEFT), $mt)); } } }