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:
@@ -86,6 +86,8 @@ $html .= '</tbody>
|
||||
</table>
|
||||
</div>';
|
||||
|
||||
mysqli_close($conn);
|
||||
|
||||
include("mpdf/mpdf.php");
|
||||
|
||||
$mpdf = new mPDF('c');
|
||||
|
Reference in New Issue
Block a user