first commit

This commit is contained in:
2019-05-31 11:26:35 -04:00
commit c403ba19f7
5075 changed files with 965209 additions and 0 deletions
@@ -0,0 +1,16 @@
<div class="content-wrapper">
<?php include('common/userstrip.php'); ?>
<div class="panel panel-flat" style='height: 550px;'>
<div class="panel-heading">
<h5 class="panel-title">Payments</h5>
</div>
<div class="panel-heading">
<?php echo $payment_result; ?>
</div>
<div class="panel-heading">
<?php echo $links; ?>
</div>
</div>
</div>