/home/bjcompany/domains/benjabhorn.com/public_html/benjabhorn_group/phpconfig.php


1
2
3
4
5
6
7
8
9
10
11
12
<?php
    
include("control/config.inc.php");
    include(
"control/function.inc.php");
    
date_default_timezone_set("Asia/Bangkok");
    
//---------------------------------------------------------------------------------------------------------------------------------------------------
            
$link mysql_connect($cfgServers['host'],$cfgServers['stduser'],$cfgServers['stdpass'])or die("Can't connect Server");
            
mysql_select_db($cfgServers['selectdb']) or die("Can't connect databases");
    
//---------------------------------------------------------------------------------------------------------------------------------------------------
    
$path_product="uploadfile/";        
    
$path_product_thb="uploadfile/thb/";
    
$path_product_tempx="uploadfile/tempx/";
?>