Update transaction.php

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

View File

@ -1,5 +1,5 @@
<?php
/* Copyright (C) 2018 Thibault FOUCART <support@ptibogxiv.net>
/* Copyright (C) 2018 Thibault FOUCART <support@ptibogxiv.net>
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
*
* This program is free software; you can redistribute it and/or modify
@ -227,7 +227,7 @@ elseif ($txn->status=='failed')
print "</table>";
print '</div>';
print '</form>';
} else {}
}
llxFooter();
$db->close();