/home/banprang/domains/nongpluang.go.th/public_html/index.php


1
2
3
4
5
6
7
8
<?php
session_start
();

$userpantArr['www.nongpluang.go.th'] = "nongpluang/index.php"    ;                            
$userpantArr['nongpluang.go.th'] = "nongpluang/index.php";

include(
$userpantArr[$_SERVER[HTTP_HOST]]);
?>