diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2024-04-09 16:20:32 +0200 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2024-04-09 16:20:32 +0200 |
| commit | 50464559aa522ce04222cebcee3cc6a115aa2902 (patch) | |
| tree | 3608f36fe6816d7ea847806048ef952ec3d315a3 /admin.php | |
| parent | b708311d256bbf057b0d6ad2fba4d75642c5a095 (diff) | |
| download | arfnet2-cstims-50464559aa522ce04222cebcee3cc6a115aa2902.tar.gz arfnet2-cstims-50464559aa522ce04222cebcee3cc6a115aa2902.zip | |
Add proof of payment and fix HTML issues
Diffstat (limited to 'admin.php')
| -rw-r--r-- | admin.php | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -155,12 +155,12 @@ function getorderbyid($id) { </div> <div class="col2"> <h3>Logged as <?php echo $username; ?></h3> - <h3><a href="/logout.php">Logout</h2> - <h3><a href="/manageusers.php">Manage users</h2> - <h3><a href="/manageservices.php">Manage services</h2> - <h3><a href="/manageorders.php">Manage orders</h2> - <h3><a href="/managetickets.php">Manage tickets</h2> - <h3><a href="/manageinvoices.php">Manage invoices</h2> + <h3><a href="/logout.php">Logout</a></h2> + <h3><a href="/manageusers.php">Manage users</a></h2> + <h3><a href="/manageservices.php">Manage services</a></h2> + <h3><a href="/manageorders.php">Manage orders</a></h2> + <h3><a href="/managetickets.php">Manage tickets</a></h2> + <h3><a href="/manageinvoices.php">Manage invoices</a></h2> </div> </div> </main> |
