Added check for GD functions
这个提交包含在:
父节点
27c70cf79d
当前提交
97e2115128
共有 1 个文件被更改,包括 28 次插入 和 25 次删除
|
|
@ -123,6 +123,8 @@
|
|||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css" />
|
||||
<script> $(document).ready(function() { $('a').magnificPopup( { type:'image' } ); }); </script>
|
||||
<?php
|
||||
if (function_exists("imagecreatefromstring")) {
|
||||
|
||||
$folder_name = "images/eqsl_card_images";
|
||||
$desired_width=500;
|
||||
if (is_array($qslarray->result())) {
|
||||
|
|
@ -151,6 +153,7 @@
|
|||
echo '<a href="#" onclick="viewEqsl(\''.$qsl->image_file.'\', \''. $qsl->COL_CALL . '\')" class="photo" style="background-image: url(/'.$dest.');"></a>';
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用