first commit
This commit is contained in:
21
Suli/13.b/Backend/Fölki/negy/negy.php
Normal file
21
Suli/13.b/Backend/Fölki/negy/negy.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user