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
/
Edit File:
config(1).php
<?php /** * config.php * * Author: pixelcave * * Configuration file. It contains variables used in the template as well as the primary navigation array from which the navigation is created * */ /* Template variables */ $link_query = explode("&",$_SERVER['QUERY_STRING']); $base = (basename($_SERVER['PHP_SELF']) == 'index.php') ? basename($_SERVER['PHP_SELF']).'?'.$link_query[0] : basename($_SERVER['PHP_SELF']) ; $template = array( 'name' => 'eDGPENS LPKmn', 'version' => '0.1', 'author' => '', 'robots' => 'noindex, nofollow', 'title' => 'eDGPENS LPKmn', 'description' => 'Sistem eDEPENS Lembaga Pelabuhan Kemaman', // true enable page preloader // false disable page preloader 'page_preloader' => true, // 'navbar-default' for a light header // 'navbar-inverse' for a dark header 'header_navbar' => 'navbar-inverse', // '' empty for a static header/main sidebar // 'navbar-fixed-top' for a top fixed header/sidebars // 'navbar-fixed-bottom' for a bottom fixed header/sidebars 'header' => 'navbar-fixed-top', // '' empty for the default full width layout // 'fixed-width' for a fixed width layout (can only be used with a static header/main sidebar) 'layout' => '', // 'sidebar-visible-lg-mini' main sidebar condensed - Mini Navigation (> 991px) // 'sidebar-visible-lg-full' main sidebar full - Full Navigation (> 991px) // 'sidebar-alt-visible-lg' alternative sidebar visible by default (> 991px) (You can add it along with another class - leaving a space between) // 'sidebar-light' for a light main sidebar (You can add it along with another class - leaving a space between) 'sidebar' => 'sidebar-visible-lg-full', // '' Disable cookies (best for setting an active color theme from the next variable) // 'enable-cookies' Enables cookies for remembering active color theme when changed from the sidebar links (the next color theme variable will be ignored) 'cookies' => '', // '', 'classy', 'social', 'flat', 'amethyst', 'creme', 'passion', 'lpkmn' 'theme' => 'lpkmn', // Used as the text for the header link - You can set a value in each page if you like to enable it in the header 'header_link' => '', // The name of the files in the inc/ folder to be included in page_head.php - Can be changed per page if you // would like to have a different file included (eg a different alternative sidebar) 'inc_sidebar' => 'page_sidebar', 'inc_sidebar_alt' => '', 'inc_header' => 'page_header', // The following variable is used for setting the active link in the sidebar menu 'active_page' => $base ); /* Primary navigation array (the primary navigation will be created automatically based on this array, up to 3 levels deep) */ $primary_nav = array( array( 'name' => 'Dashboard', 'url' => 'index.php', 'icon' => 'gi gi-home' ), array( 'url' => 'separator', ), array( 'name' => 'Utility', 'icon' => 'fa fa-cog', 'sub' => array( array( 'name' => 'User Management', 'sub' => array( array( 'name' => 'Users', 'url' => 'index.php?page=kod/userList' ), array( 'name' => 'User Roles', 'url' => 'index.php?page=kod/userRole' ) ) ), array( 'name' => 'Master Codes', 'sub' => array( /* array( 'name' => 'Blank Page', 'url' => 'index.php?page=kod/blank_page' ), */ array( 'name' => 'Dangerous Goods', 'url' => 'index.php?page=kod/kodDG' ), array( 'name' => 'Countries', 'url' => 'index.php?page=kod/kodNegara' ), array( 'name' => 'Ports', 'url' => 'index.php?page=kod/kodPort' ), array( 'name' => 'Vessels', 'url' => 'index.php?page=kod/kodKapal' ), array( 'name' => 'Companies', 'url' => 'index.php?page=kod/kodSyarikat' ), array( 'name' => 'Company Types', 'url' => 'index.php?page=kod/kodJenisSyarikat' ), array( 'name' => 'Marine Facilties', 'url' => 'index.php?page=kod/kodMF' ), array( 'name' => 'Vessel Types', 'url' => 'index.php?page=kod/kodJenisKapal' ), array( 'name' => 'Operation Types', 'url' => 'index.php?page=kod/kodJenisOps' ), array( 'name' => 'Call Purposes', 'url' => 'index.php?page=kod/kodCP' ), array( 'name' => 'Packing Types', 'url' => 'index.php?page=kod/kodPacking' ), array( 'name' => 'CTU Types', 'url' => 'index.php?page=kod/kodCTU' ), array( 'name' => 'Dimensions', 'url' => 'index.php?page=kod/kodDimension' ), array( 'name' => 'Weight Units', 'url' => 'index.php?page=kod/kodWeight' ) ) )//, //array( // 'name' => 'Template Surat', // 'url' => 'page_ready_article.php' //) ) ) );
Simpan