Update register.php

This commit is contained in:
Mario 2023-01-26 18:18:52 +02:00 committed by GitHub
parent 0c3aed40eb
commit d864508df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<title><?php echo $sitename; ?> | register</title>
<?php
if(isset($_SESSION['user'])) {
header("Location: /home");
@ -57,6 +56,7 @@ $thefunfact = json_decode($result);
?>
<link rel="stylesheet" href="css/register.css">
</head>
<title><?php echo $sitename; ?> | register</title>
<body>
<form action="" method="post">
<div class="card mb-3 bg-dark">