first commit
This commit is contained in:
19
Suli/13.b/Backend/Fölki/DogaGyak_2024. 09. 19/index.php
Normal file
19
Suli/13.b/Backend/Fölki/DogaGyak_2024. 09. 19/index.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php require "index1.php"; ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
if ($islogin == false) {
|
||||
require "login.php";
|
||||
}
|
||||
else {
|
||||
require "logged.php";
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user