I did some homework
This commit is contained in:
13
20240918_gyak/frontpage.php
Normal file
13
20240918_gyak/frontpage.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php include 'header.php' ?>
|
||||
<?php include 'isloggedin.php' ?>
|
||||
<body>
|
||||
<?php
|
||||
if (!$isloggedin) {
|
||||
require 'login.php';
|
||||
} else {
|
||||
require 'loggedin.php';
|
||||
}
|
||||
?>
|
||||
<?php include 'footer.php' ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user