mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-28 15:39:49 -04:00
eod trial
This commit is contained in:
parent
97ebf39598
commit
51c9cd702b
9
log.php
9
log.php
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user