eod trial

This commit is contained in:
1776123 2020-05-19 21:38:58 -04:00
parent 97ebf39598
commit 51c9cd702b

View File

@ -6,8 +6,13 @@ link rel="stylesheet" type="text/css" href="css/login.css"-->
</head> </head>
<body> <body>
<?php <?php
echo "<p>Data processed</>"; echo "<p>Processed</>";
data_default_timezone_set('UTC'); $username = $_POST['uname'];
$password = $_POST['psw'];
$checkBox = $_POST['remember'];
$str = <<<base64_encode
Hello $username, thank you for joining Brancher
base64_encode;
?> ?>
</body> </body>
</html> </html>