bootstrap
This commit is contained in:
17
tp-bd-files/webapp/admin/index.php
Normal file
17
tp-bd-files/webapp/admin/index.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?
|
||||
session_start();
|
||||
unset($_SESSION['login']);
|
||||
unset($_SESSION['password']);
|
||||
?>
|
||||
|
||||
<html><head><title>Login Admin</title></head>
|
||||
<body>
|
||||
<form action="do_login.php" method="post">
|
||||
Login: <input type="text" name="login"><br/>
|
||||
Password: <input type="password" name="password"><br/>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user