One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
htdocs
/
edgpens
/
dashboard
/
View File Name :
main.php
<?php $page = $_POST['target']; $dtitle = $_POST['title']; session_start(); include_once "../odbc.php"; if ($_SESSION['session']) $session=updateSession($_SESSION["session"]); else $session=''; $user = get_user_full($_SESSION['session']); $roles = (int)$user['idRoles']; // $roles = 1; $idUser = (int)$user['idUser']; $idPelabuhan = $user['idPelabuhan']; $flagDGApproval = $user['flagDGApproval']; include_once $page.".php"; // include_once $page.".php"; ?> <style type="text/css"> .moveme:hover, .moveme:focus { text-decoration: none; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05); box-shadow: 0 3px 5px rgba(0, 0, 0, .05); -webkit-transform: translateY(-2px); transform: translateY(-2px); } .blinkme { animation: blink 2s ease-in infinite; } .circle_custom1{ width: 55px; height: 55px; box-shadow: 0px 2px 25px #E6E6E6; margin-bottom: 5px /*background-color:green;*/ } .text-wrap { word-wrap: break-word; } @keyframes blink { from, to { opacity: 1 } 50% { opacity: 0 } } </style>