aboutsummaryrefslogtreecommitdiff
path: root/manageorders.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 /manageorders.php
parentb708311d256bbf057b0d6ad2fba4d75642c5a095 (diff)
downloadarfnet2-cstims-50464559aa522ce04222cebcee3cc6a115aa2902.tar.gz
arfnet2-cstims-50464559aa522ce04222cebcee3cc6a115aa2902.zip
Add proof of payment and fix HTML issues
Diffstat (limited to 'manageorders.php')
-rw-r--r--manageorders.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/manageorders.php b/manageorders.php
index 565ef91..a307adf 100644
--- a/manageorders.php
+++ b/manageorders.php
@@ -183,8 +183,8 @@ function getclientbyid($id) {
</div>
<div class="col2">
<h3>Logged as <?php echo $username; ?></h3>
- <h3><a href="/logout.php">Logout</h2>
- <h3><a href="/admin.php">Back to admin panel</h2>
+ <h3><a href="/logout.php">Logout</a></h2>
+ <h3><a href="/admin.php">Back to admin panel</a></h2>
</div>
</div>
</main>