oops!
This commit is contained in:
parent
d864508df8
commit
b8253c425f
|
|
@ -1,7 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo $sitename; ?> | login</title>
|
||||
<?php
|
||||
if(isset($_SESSION['user'])) {
|
||||
header("Location: /home");
|
||||
|
|
@ -38,6 +37,7 @@ $thefunfact = json_decode($result);
|
|||
?>
|
||||
<link rel="stylesheet" href="css/register.css">
|
||||
</head>
|
||||
<title><?php echo $sitename; ?> | login</title>
|
||||
<body>
|
||||
<form action="" method="post">
|
||||
<div class="card mb-3 bg-dark" style="max-height: 19rem;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue