fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh bnmbertsurrttrtrtrtrjhjhjjhjhhjhjhjhf'tdfg php sh-3ll

HOME


sh-3ll 1.0
DIR:/home/u1105814/public_html/cms_lgc/
Upload File :
Current File : /home/u1105814/public_html/cms_lgc/content.php
<style type="text/css">
#list {
	width:inherit;
	border: 1px #03C solid;
}
#list th{
	background:#09C;
}
#list td .even {
	background:#0CF;
}
#list tr:hover {
	background:#3FC;
}
</style>
<?php
include "config/koneksi.php";
include "config/library.php";
include "config/fungsi_indotgl.php";
include "config/fungsi_combobox.php";
include "config/class_paging.php";
include "config/fungsi_rupiah.php";

// Bagian Home
if ($_GET['module']=='user'){
  include "modul/mod_user/user.php";
}

elseif ($_GET['module']=='add_user'){
  include "modul/mod_user/add_user.php";
}

elseif ($_GET['module']=='edit_user'){
  include "modul/mod_user/edit_user.php";
}



// Bagian Kategori
elseif ($_GET['module']=='taspen'){
  include "modul/mod_taspen/taspen.php";
}

// Bagian Vendor
elseif ($_GET['module']=='asabri'){
  include "modul/mod_asabri/asabri.php";
}


// Bagian Produk
elseif ($_GET['module']=='pengajuan'){
  include "modul/mod_pengajuan/pengajuan.php";
}


// Bagian Order
elseif ($_GET['module']=='simulasi'){
  include "modul/mod_simulasi/simulasi.php";
}

?>