Skip to content

Commit 6a13b0a

Browse files
committed
Adding user_dashboard_fail.php
1 parent 5eebb3a commit 6a13b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_dashboard_fail.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
</div>
1515
<div class="card-body">
1616
<div class="card-body-left">
17-
<img class="img-fluid" src="<?php echo "data:image/jpeg;base64,".base64_encode($row['Gambar'])?>"/>
17+
<!-- <img class="img-fluid" src="<?php echo "data:image/jpeg;base64,".base64_encode($row['Gambar'])?>"/> -->
18+
<img class="img-fluid" src="<?php echo "media/image/".$row['Gambar']?>">
1819
</div>
1920
<div class="card-body-right">
2021
<p class="h3 color-yellow">NISN: <?php echo $row['NISN']?></p>

0 commit comments

Comments
 (0)