Update register.php
This commit is contained in:
parent
0c3aed40eb
commit
d864508df8
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue