Kingston_Pendrive/Suli/13.b/Backend/Fölki/negy/negy.php

21 lines
434 B
PHP
Raw Normal View History

2024-11-19 18:04:02 +00:00
<?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>