[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
simpeg
/
lib
/
[
Home
]
File: konfigurasi_semua.php
<?php require_once("konek.php"); //konfigurasi user id if(!$_SESSION["hrd-id"]) $_SESSION["hrd-id"] = 0; $sql = "select * from hrd_user_login where user_id = ".$_SESSION["hrd-id"]; $rs = mysql_query($sql); $confUser = mysql_fetch_array($rs); $pgw_id = $confUser["id_pgw"]; if(!$pgw_id) $pgw_id = 0; //konfigurasi direktori penting $sql = "select * from hrd_conf_dir where dir_id = 1"; $rs = mysql_query($sql); $confDir = mysql_fetch_array($rs); $dir_lib = $confDir["dir_lib"]; $dir_img = $confDir["dir_img"]; //konfigurasi display form // $sql = "select * from hrd_conf_disp where disp_default = 1"; // $rs = mysql_query($sql); // $confDisp = mysql_fetch_array($rs); // $bgcolor = $confDisp["disp_bgcolor"]; // $textcolor = $confDisp["disp_textcolor"]; $background = "../img/bgbr.jpg"; $disp_status = "background"; //$disp_status = "bgcolor"; //$bgcolor = "#efefef"; //konfigurasi text $defFont = "<font face=Verdana, Arial, Helvetica, sans-serif size=2 color=".$textcolor.">"; $tFont = "</font>"; // $header = "SIMPEG STIKES BHAKTI PERTIWI INDONESIA"; $pesan_eror = "Anda tidak mempunyai hak akses untuk membuka halaman ini."; ?>