diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-21 10:54:47 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-21 10:54:47 -0600 |
commit | 2805ef7311eeb028cd48bffe04a705676c4682be (patch) | |
tree | 59c00c77d5bd59ea89967f18d5bcd6d1b5ad6e01 /signin.php | |
parent | f83530a122119d7f69812493f9c2f4987ccb2065 (diff) |
big changes pt1
Diffstat (limited to 'signin.php')
-rw-r--r-- | signin.php | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,6 +1,10 @@ -<?php include_once 'header.php';?> - -<section> +<?php session_start()?> +<!DOCTYPE html> +<html> +<head> + <title>Sign in - cflip.net forum</title> +</head> +<body> <h2>Sign in</h2> <form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post"> <label for="user_name">Username: </label><br> @@ -70,7 +74,5 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { } } ?> - -</section> - -<?php include_once 'footer.php';?>
\ No newline at end of file +</body> +</html>
\ No newline at end of file |