do <?php echo $sitename; ?> on the pages
This commit is contained in:
parent
194c162d06
commit
815ff2f9bd
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>grublock | login</title>
|
<title><?php echo $sitename; ?> | login</title>
|
||||||
<?php
|
<?php
|
||||||
if(isset($_SESSION['user'])) {
|
if(isset($_SESSION['user'])) {
|
||||||
header("Location: /home");
|
header("Location: /home");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue