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
/
inc
/
Edit File:
page_header_200423.php
<?php /** * page_header.php * * Author: pixelcave * * The header of each page * */ ?> <!-- Header --> <!-- In the PHP version you can set the following options from inc/config file --> <!-- Available header.navbar classes: 'navbar-default' for the default light header 'navbar-inverse' for an alternative dark header 'navbar-fixed-top' for a top fixed header (fixed main sidebar with scroll will be auto initialized, functionality can be found in js/app.js - handleSidebar()) 'header-fixed-top' has to be added on #page-container only if the class 'navbar-fixed-top' was added 'navbar-fixed-bottom' for a bottom fixed header (fixed main sidebar with scroll will be auto initialized, functionality can be found in js/app.js - handleSidebar())) 'header-fixed-bottom' has to be added on #page-container only if the class 'navbar-fixed-bottom' was added --> <header class="navbar<?php if ($template['header_navbar']) { echo ' ' . $template['header_navbar']; } ?><?php if ($template['header']) { echo ' '. $template['header']; } ?>"> <!-- Left Header Navigation --> <ul class="nav navbar-nav-custom"> <!-- Main Sidebar Toggle Button --> <li> <a href="javascript:void(0)" onclick="App.sidebar('toggle-sidebar');"> <i class="fa fa-ellipsis-v fa-fw animation-fadeInRight" id="sidebar-toggle-mini"></i> <i class="fa fa-bars fa-fw animation-fadeInRight" id="sidebar-toggle-full"></i> </a> </li> <!-- END Main Sidebar Toggle Button --> <?php if ($template['header_link']) { ?> <!-- Header Link --> <li class="hidden-xs animation-fadeInQuick"> <a href=""><strong><?php echo $template['header_link']; ?></strong></a> </li> <!-- END Header Link --> <?php } ?> </ul> <!-- END Left Header Navigation --> <!-- Right Header Navigation --> <ul class="nav navbar-nav-custom pull-right"> <!-- User Dropdown --> <li class="dropdown"> <a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown"> <img src="img/lpkmn/avatar9.jpg" alt="avatar"> </a> <ul class="dropdown-menu dropdown-menu-right"> <li class="dropdown-header"> <strong>ADMINISTRATOR</strong> </li> <li> <a href="javascript:void(0)" onclick="App.sidebar('toggle-sidebar-alt');"> <i class="gi gi-keys fa-fw pull-right"></i> Change Password </a> </li> <li> <a href="javascript:void(0)"> <i class="gi gi-lock fa-fw pull-right"></i> Lock Account </a> </li> <li> <a href="main.php?do=logout"> <i class="fa fa-power-off fa-fw pull-right"></i> Log out </a> </li> </ul> </li> <!-- END User Dropdown --> </ul> <!-- END Right Header Navigation --> </header> <!-- END Header -->
Simpan