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
/
upload
/
View File Name :
index(1).php
<?php include 'inc/config.php'; $template['header_link'] = 'eDGPENS LPKMn'; ?> <?php include 'inc/template_start.php'; ?> <?php include 'inc/page_head.php'; ?> <?php include 'inc/template_scripts.php'; ?> <?php include('odbc.php');?> <?php $page = $_GET['page']; ?> <?php if($page == 'dashboard'){ ?> <!-- Load and execute javascript code used only in this page --> <script src="js/pages/readyDashboard.js"></script> <script>$(function(){ ReadyDashboard.init(); });</script> <?php }?> <script src="custom.js"></script> <!-- Page content --> <div id="page-content"> <?php // echo $page; function growl_me($sess = null,$g_scc){ $type = $g_scc; $msg = (!empty($sess)) ? $sess['success_msg'] : ""; if($g_scc == 1 && !empty($sess['success_msg'])){ echo "<script>$(document).ready(function(){ $.testme({$type},'{$msg}'); });</script>"; } if($g_scc == 2 && !empty($sess['success_msg'])){ echo "<script>$(document).ready(function(){ $.testme({$type},'{$msg}'); });</script>"; } if($g_scc == 3 && !empty($sess['success_msg'])){ echo "<script>$(document).ready(function(){ $.testme({$type},'{$msg}'); });</script>"; } } growl_me($_SESSION,$g_success); if(!empty($page) && file_exists("{$page}.php")) include "{$page}.php"; else echo "<script>window.location.replace('?page=dashboard');</script>"; ?> </div> <!-- END Page Content --> <?php include 'inc/page_footer.php'; ?> <?php include 'inc/template_end.php'; ?>