removed shasum its local1

This commit is contained in:
Thies Mueller 2021-01-08 17:26:46 +01:00
parent a9db943b44
commit 7cfdade617

View File

@ -6,7 +6,7 @@ $pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password')
<html> <html>
<head> <head>
<title>Register</title> <title>Register</title>
<link rel="stylesheet" href="ressources/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link rel="stylesheet" href="ressources/css/bootstrap.min.css" crossorigin="anonymous">
</head> </head>
@ -77,7 +77,7 @@ if(isset($_GET['register'])) {
if($showFormular) { if($showFormular) {
?> ?>
<script src="ressources/js/bootstrap.min.js"></script> <script src="ressources/js/bootstrap.min.js"></script>
<form action="?register=1" method="post"> <form action="?register=1" method="post">
E-Mail:<br> E-Mail:<br>
<input type="email" size="40" maxlength="250" name="email"><br><br> <input type="email" size="40" maxlength="250" name="email"><br><br>