Update transaction.php

This commit is contained in:
ptibogxiv 2018-09-21 09:54:07 +02:00 committed by GitHub
parent 933f253c86
commit d09b74abe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,5 +229,6 @@ elseif ($txn->status=='failed')
print '</form>'; print '</form>';
} }
// End of page
llxFooter(); llxFooter();
$db->close(); $db->close();