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