Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/patches/composer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/patches/composer/tcpdi_parser.patch
diff --git a/vendor/faradey/tcpdi/tcpdi_parser.php b/vendor/faradey/tcpdi/tcpdi_parser.php
Index: ../vendor/faradey/tcpdi/tcpdi_parser.php
--- b/vendor/faradey/tcpdi/tcpdi_parser.php	2020-12-18 10:14:37.000000000 +0000
+++ a/vendor/faradey/tcpdi/tcpdi_parser.php	2021-07-28 09:25:55.393000000 +0000
@@ -1251,7 +1251,7 @@
             }
         }

-        if ($annots[0] == PDF_TYPE_OBJREF)
+        if (@$annots[0] == PDF_TYPE_OBJREF)
             return $this->getObjectVal($annots);
         return $annots;
     }
@@ -1427,7 +1427,7 @@
                 return false;
             } else {
                 $res = $this->_getPageRotation($obj[1][1]['/Parent']);
-                if ($res[0] == PDF_TYPE_OBJECT)
+                if (@$res[0] == PDF_TYPE_OBJECT)
                     return $res[1];
                 return $res;
             }
@@ -1449,4 +1449,4 @@

 //============================================================+
 // END OF FILE
-//============================================================+
\ No newline at end of file
+//============================================================+

Spamworldpro Mini