Backend/20241021/main.php

19 lines
416 B
PHP
Raw Normal View History

2024-10-24 08:45:16 +00:00
<?php
session_start();
?>
<!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>
<form action="index.php" method="POST">
<input type="hidden" name="logout" value="1">
<button type="submit">
Kijelentkezés
</button>
</form>
</body>
</html>