summaryrefslogtreecommitdiff
path: root/signin.php
diff options
context:
space:
mode:
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