diff options
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 |