mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-11 13:28:40 +00:00
remove image function check
This commit is contained in:
parent
7f8d825f60
commit
506cda3dd4
|
|
@ -7360,7 +7360,7 @@ class TCPDF {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// GD extension
|
// GD extension
|
||||||
if (($parsed === false) && \function_exists('imagecreatefrompng')) {
|
if (($parsed === false)) {
|
||||||
try {
|
try {
|
||||||
// generate images
|
// generate images
|
||||||
$img = \imagecreatefrompng($file);
|
$img = \imagecreatefrompng($file);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user