fix: update koneksi database ke localhost dan perbaiki path URL
This commit is contained in:
@@ -65,13 +65,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="/sig-bansos/ORANG%20BERKEBUTUHAN.html" class="nav-card">
|
||||
<a href="/WEBPOVERTYSIGUAS/sig-bansos/ORANG%20BERKEBUTUHAN.html" class="nav-card">
|
||||
<i class="fas fa-user-edit" style="color:#17a2b8;"></i>
|
||||
Kelola Orang
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="/sig-bansos/RUMAH%20IBADAT.html" class="nav-card">
|
||||
<a href="/WEBPOVERTYSIGUAS/sig-bansos/RUMAH%20IBADAT.html" class="nav-card">
|
||||
<i class="fas fa-place-of-worship" style="color:#28a745;"></i>
|
||||
Kelola Ibadah
|
||||
</a>
|
||||
@@ -100,8 +100,8 @@
|
||||
window.location.href = '/login.html';
|
||||
}
|
||||
|
||||
const API_ORANG = '/sig-jalan/api_orang.php';
|
||||
const API_IBADAH = '/sig-jalan/api_ibadah.php';
|
||||
const API_ORANG = '/WEBPOVERTYSIGUAS/sig-jalan/api_orang.php';
|
||||
const API_IBADAH = '/WEBPOVERTYSIGUAS/sig-jalan/api_ibadah.php';
|
||||
const W = { masjid:'#28a745', gereja:'#dc3545', klenteng:'#ff6f00', vihara:'#ff9800', pura:'#9c27b0' };
|
||||
const I = { masjid:'fa-mosque', gereja:'fa-church', klenteng:'fa-torii-gate', vihara:'fa-om', pura:'fa-gopuram' };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user