summaryrefslogtreecommitdiff
path: root/signin.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-03-21 10:54:47 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-03-21 10:54:47 -0600
commit2805ef7311eeb028cd48bffe04a705676c4682be (patch)
tree59c00c77d5bd59ea89967f18d5bcd6d1b5ad6e01 /signin.php
parentf83530a122119d7f69812493f9c2f4987ccb2065 (diff)
big changes pt1
Diffstat (limited to 'signin.php')
-rw-r--r--signin.php16
1 files changed, 9 insertions, 7 deletions
diff --git a/signin.php b/signin.php
index 4355afe..ba8f147 100644
--- a/signin.php
+++ b/signin.php
@@ -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