do <?php echo $sitename; ?> on the pages

This commit is contained in:
Mario 2023-01-26 18:15:47 +02:00 committed by GitHub
parent 194c162d06
commit 815ff2f9bd
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,7 @@
<!DOCTYPE html>
<html>
<head>
<title>grublock | login</title>
<title><?php echo $sitename; ?> | login</title>
<?php
if(isset($_SESSION['user'])) {
header("Location: /home");