| .. | |||||
| assets | |||||
| gallery | |||||
| page | |||||
| part | |||||
| favicon.ico | |||||
| index.php | |||||
| login.php |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.108 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/home/admin/ |
Upload File : |
<!doctype html>
<html class="fixed light sidebar-left-sm">
<?php
include ('part/head.php');
?>
<body>
<section class="body">
<!-- start: header -->
<?php
include ('part/header.php');
?>
<!-- end: header -->
<div class="inner-wrapper">
<!-- start: sidebar -->
<?php
include ('part/sidebar.php');
?>
<!-- end: sidebar -->
<?php
if (isset($_GET['page'])){
switch($_GET['page']){
case 'setting':
case 'addUser':
case 'editUser':
case 'users': include "page/user.php";
break;
case 'addJabatan':
case 'editJabatan':
case 'jabatan': include "page/jabatan.php";
break;
case 'addArtikel':
case 'editArtikel':
case 'artikel': include "page/artikel.php";
break;
case 'addPerizinan':
case 'editPerizinan':
case 'perizinan': include "page/perizinan.php";
break;
case 'about': include "page/about.php";
break;
case 'addPartner':
case 'editPartner':
case 'Partner': include "page/partner.php";
break;
case 'addPejabat':
case 'struktur': include "page/struktur.php";
break;
case 'formUMKM': include "page/formUMKM.php";
break;
case 'formPMA': include "page/formPMA.php";
break;
case 'formPMDN': include "page/formPMDN.php";
break;
case 'promosi': include "page/promosi.php";
break;
case 'log': include "page/log.php";
break;
default:include "page/dashboard.php";
break;
}
}else{include('page/dashboard.php');}
?>
</div>
</section>
<?php
include('part/import_js.php');
?>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-133317862-1');
</script>
</body>
</html>| .. | |||||
| assets | |||||
| gallery | |||||
| page | |||||
| part | |||||
| favicon.ico | |||||
| index.php | |||||
| login.php |