Pisah server penyimpanan dan update payment gateway

This commit is contained in:
WD - Dev
2025-11-10 17:44:35 +07:00
parent 6017dfd369
commit 4a7c248fff
3044 changed files with 1586515 additions and 481 deletions
+2 -2
View File
@@ -117,11 +117,11 @@ $data = $stmt->fetchAll();
<div class="col-md-6">
<?php if($data[0]['status'] == 4 OR $data[0]['status'] == 5) { ?>
<h6>Foto Sebelum Perbaikan</h6><br>
<img src="img/user/<?php echo $data[0]['img_sebelum']; ?>" width="100%">
<img src="https://storage.manjapro.net/files/user/<?php echo $data[0]['img_sebelum']; ?>" width="100%">
</div>
<div class="col-md-6">
<h6>Foto Setelah Perbaikan</h6><br>
<img src="img/user/<?php echo $data[0]['img_selesai']; ?>" width="100%">
<img src="https://storage.manjapro.net/files/user/<?php echo $data[0]['img_selesai']; ?>" width="100%">
<!-- Sebelum di perbaikai -->
<?php } if($data[0]['status'] == 2) { ?>
<label>Foto sebelum di perbaikan</label>