fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
| DIR:/home/u1105814/public_html/mountanasikunir.com/admin/modul/mod_dashboard/ |
| Current File : /home/u1105814/public_html/mountanasikunir.com/admin/modul/mod_dashboard/dashboard.php |
<script LANGUAGE="JavaScript">
<!--
function confirmSubmit() {
var msg;
msg= "Anda yakin akan menghapus?";
var agree=confirm(msg);
if (agree)
return true ;
else
return false ;
}
// -->
</script>
<?php
$module=$_GET['module'];
$aksi="modul/mod_review/aksi_review.php";
switch($_GET['act']){
// Tampil Review
default:
echo "
<section class='content'>
<div class='container-fluid'>
<div class='row'>
<div class='col-12'>
<div class='card'>
<div class='card-header'>
</div>
<div class='card-body'>
<h3> Selamat Datang Di Halaman Admin Website Montana Villa</h3>
</div>
</div>
</div>
</div>
</div>
</section>";
break;
}
?> |