remove html headers from login.php

html headers etc aren't needed when one imports a file
This commit is contained in:
Andreas Zweili 2017-02-05 14:46:37 +01:00
parent b2ed4f90e1
commit fc7afcaeab
1 changed files with 0 additions and 11 deletions

View File

@ -1,12 +1,3 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Login</title>
<link rel="stylesheet" href="css/loginstyle.css" />
</head>
<body>
<?php
require('db.php');
session_start();
@ -44,5 +35,3 @@ and password='".md5($password)."'";
<p>Not registered yet? <a href='registrationindex.php'>Register Here</a></p>
</div>
<?php } ?>
</body>
</html>