Add password reset feature and server management pages

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-10-22 14:38:22 +00:00
parent 0a573145d3
commit 5f93c6728e
14 changed files with 1580 additions and 5 deletions

View file

@ -99,7 +99,7 @@ THIS IS WHAT WE DISPLAY ON THE SHOP PAGE AT THE TOP
<img src="<?php echo $row['img_url'] ;?>" width="460" height="225" >
<img src="../<?php echo $row['img_url'];?>" width="460" height="225" >
<br>
<?php echo $row['service_name'];?>
<br>
@ -136,7 +136,7 @@ if ($row['price_monthly'] == 0.0) {
?>
<div class="float-left decorative-bottom">
<img src="<?php echo $row['img_url'];?>" width=230 height=112 border=0 ">
<img src="../<?php echo $row['img_url'];?>" width=230 height=112 border=0 ">
<center><b> <?php echo $row['service_name'];?></b></center>
<?php