Pisah server penyimpanan dan update payment gateway
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user