Add password reset feature and server management pages
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
0a573145d3
commit
5f93c6728e
14 changed files with 1580 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue