HEX
Server: Apache/2
System: Linux sv2.klungbaan.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: klungadmin (1002)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/klungadmin/domains/klungbaan.com/private_html/forms-builder/thankyou.php
<?php
    $config = (@$_GET['lang']==''||@$_GET['lang']=='th'?'config_th.php' : 'config_en.php');

    require_once('config/'.$config); 
?>

<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>ขอบคุณสำหรับข้อมูล</title>
    <?php include('header.php'); ?>
</head>

<!-- <body class="bg-gradient-primary"> -->

<body class="">

    <div class="container">

        <!-- Outer Row -->
        <div class="row justify-content-center">

            <div class="col-xl-10 col-lg-12 col-md-9">

                <div class="card o-hidden border-0 shadow-lg my-5">
                    <div class="card-body p-0">
                    
                        <div class="row"> 
                            <div class="col-lg-12">
                                <div class="p-3">
                                    <div class="text-center">
                                        <a href="#" class="btn btn-success btn-circle btn-lg">
                                            <i class="fas fa-check"></i>
                                        </a>
                                        <h1 class="h4 text-gray-900 mb-2" style="margin-top: 15px;">ขอบคุณที่สนใจโครงการ</h1>
                                        <p class="mb-4">เจ้าหน้าที่จะติดต่อกลับไปให้ข้อมูลอีกครั้งตามเวลาที่ลูกค้าแจ้งไว้</p>
                                    </div>
                                   

                                </div>
                            </div>
                        </div>
                    </div>
                </div>

            </div>

        </div>

    </div>

    <?php include('footer.php'); ?>
</body>

</html>