summaryrefslogtreecommitdiff
path: root/signin.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-23 18:43:12 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-23 18:43:12 -0600
commit6c9369ad85f2fb3dc61234b54db7e7079cdc0c4e (patch)
tree0275f6627930f6edff72b0ebba7813b746d3c228 /signin.php
parentf469e37a0a5d90350a6abd6a0c7b92b019f377e1 (diff)
Refactoring part 1
Diffstat (limited to 'signin.php')
-rw-r--r--signin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/signin.php b/signin.php
index e559614..cf41645 100644
--- a/signin.php
+++ b/signin.php
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
- <?php include_once 'templates/header.php'?>
+ <?php include_once 'templates/header.php' ?>
<h2>Sign in</h2>
<form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" method="post">
<label for="user_name">Username: </label><br>