์
$System_mode = $result['mode']; //โหมดไว้อาลัย
$sql = "SELECT * FROM ".$DB_Contact." WHERE id = '1'";
$query = $conn->query($sql);
$result = $query->fetch_assoc();
if(!empty($result['Name_'.$System_Session_Lang])){$System_AddressName = $result['Name_'.$System_Session_Lang];}else{$System_AddressName = $result['Name_TH'];}
if(!empty($result['Address_'.$System_Session_Lang])){$System_Address = $result['Address_'.$System_Session_Lang];}else{$System_Address = $result['Address_TH'];}
if(!empty($result['Tell_'.$System_Session_Lang])){$System_Tell = $result['Tell_'.$System_Session_Lang];}else{$System_Tell = $result['Tell_TH'];}
if(!empty($result['Fax_'.$System_Session_Lang])){$System_Fax = $result['Fax_'.$System_Session_Lang];}else{$System_Fax = $result['Fax_TH'];}
$System_Email = $result['Email'];
$System_GoogleMap = $result['GoogleMap'];
$System_Facebook = $result['Facebook'];
$System_Youtube = $result['Youtube'];
$System_Twitter = $result['Twitter'];
$System_Line = $result['Line'];
$System_Instagram = $result['Instagram'];
checkStatusWebsite($System_status);
?>
Fatal error: Call to undefined function check404() in D:\webspace\chanmr.com\httpdocs\project-details.php on line 8