Restyled by whitespace

This commit is contained in:
Restyled.io
2020-08-18 17:31:27 +00:00
parent c4e6f537cb
commit 11715d8161
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ OIDC_CLIENT_ID = ""
OIDC_CLIENT_SECRET = ""
OIDC_DISABLE_SSL = ""
SENTRY_ENVIRONMENT = ""
SENTRY_ENVIRONMENT = ""

View File

@@ -15,7 +15,7 @@
$_SESSION['full_name'] = $fname . " " . $lname;
$_SESSION['email'] = $email;
}
function is_signed_in()
{
if (isset($_SESSION['is_signed_in'])) {