[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
simpeg
/
mobile
/
library
/
[
Home
]
File: lib_connection.php
<?php $myconnection = mysql_connect('localhost','root',''); $selectdb = mysql_select_db('simpeg',$myconnection); session_start(); $msp["dirImg"] = "img/"; $msp["logo"] = $msp["dirImg"]."logobpi2.png"; $msp["footer"] = "by IT"; $msp["client"] = "STIKES Bhakti Pertiwi Indonesia"; $msp["title"] = $msp["client"]." Absensi"; $msp["lgn"] = "index.php"; $msp["lgt"] = "index.php"; $msp["dsb"] = "dashboard.php"; $msp["cin"] = "checkin.php"; $msp["cot"] = "checkout.php"; $msp["prf"] = "profile.php"; $msp["rpt"] = "report.php"; $msp["cti"] = "cuti.php"; $msp["lmbr"] = "lembur.php"; $msp["klr"] = "keluar.php"; $msp["ksls"] = "kunjungan.php"; $msp["rcti"] = "rcuti.php"; $msp["rlmbr"] = "rlembur.php"; $msp["rklr"] = "rkeluar.php"; $msp["rksls"] = "rkunjungan.php"; $msp["cabs"] = "cabsensi.php"; $msp["xabs"] = "xabsensi.php"; ?>