ACC SHELL
<?php
require 'system.php';
session_unset();
?>
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Admin</title>
<link rel="stylesheet" type="text/css" href="css/prihlasit.css" />
</head>
<body>
<form action="admin.php" method="post">
<fieldset>
<legend>Přihlásit</legend>
<table>
<tr>
<td><label for="login">Jméno:</label></td>
<td><input type="text" name="login" id="login" /></td>
</tr>
<tr>
<td><label for="pass">Heslo:</label></td>
<td><input type="password" name="pass" id="pass" /></td>
</tr>
</table>
</fieldset>
<p><input type="submit" name="prihlasit" value="Přihlásit" /></p>
</form>
</body>
</html>
ACC SHELL 2018