1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-09-15 04:35:34 -04:00

close mysql connection after pdf render

This commit is contained in:
2017-07-16 15:27:36 -04:00
parent c3a241fa6b
commit 5daffff5bf

View File

@@ -86,6 +86,8 @@ $html .= '</tbody>
</table>
</div>';
mysqli_close($conn);
include("mpdf/mpdf.php");
$mpdf = new mPDF('c');