Kingston_Pendrive/Suli/13.b/Backend/Fölki/negy/negy.php
2024-11-19 19:04:02 +01:00

21 lines
434 B
PHP

<?php require 'negy1.php'; ?>
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alap web valami</title>
</head>
<body>
<?php require 'footer.php'; ?>
<h1>POST használata </h1>
<?php
if ($islogin==false)
require 'loginform.php';
else
require 'logged.php';
?>
<?php require 'footer.php'; ?>
</body>
</html>