aboutsummaryrefslogtreecommitdiff
path: root/order.php
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-04-09 16:20:32 +0200
committerarf20 <aruizfernandez05@gmail.com>2024-04-09 16:20:32 +0200
commit50464559aa522ce04222cebcee3cc6a115aa2902 (patch)
tree3608f36fe6816d7ea847806048ef952ec3d315a3 /order.php
parentb708311d256bbf057b0d6ad2fba4d75642c5a095 (diff)
downloadarfnet2-cstims-50464559aa522ce04222cebcee3cc6a115aa2902.tar.gz
arfnet2-cstims-50464559aa522ce04222cebcee3cc6a115aa2902.zip
Add proof of payment and fix HTML issues
Diffstat (limited to 'order.php')
-rw-r--r--order.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/order.php b/order.php
index 5e5675a..c51fce2 100644
--- a/order.php
+++ b/order.php
@@ -178,8 +178,8 @@ function genoption($id, $name) {
</div>
<div class="col2">
<h3>Logged as <?php echo $username; ?></h3>
- <h3><a href="/logout.php">Logout</h2>
- <h3><a href="/client.php">Back to dashboard</h2>
+ <h3><a href="/logout.php">Logout</a></h2>
+ <h3><a href="/client.php">Back to dashboard</a></h2>
</div>
</div>
</main>