|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /home/pathumthani_integration/integration/config/ |
Upload File : |
<?
###################################################################
## CLASS AND FUNCTION : SYSTEM DATABASE
###################################################################
## Version : 200912XX (001)
## Created Date : 2009-12-xx xx:xx
## Created By : Mr.TANAPAT TABOONDEE (JINGJOBOY)
## E-mail : tanapat@sapphire.co.th
## Tel. : 08-9999-5650
## Company : Sappire Research and Development Co.,Ltd. (C)All Right Reserved
###################################################################
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'sapphire');
define('DB_SERVER_PASSWORD', 'sprd!@#$%');
define('DB_DATABASE', 'pathumthani_integration');
?>