forked from supagusti/onetimepassword
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqrcode.php
More file actions
22 lines (19 loc) · 708 Bytes
/
qrcode.php
File metadata and controls
22 lines (19 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
// QR Generate-FORM
?>
<h1>Generate a QR-Code</h1>
<p></p>
<form action="qrcode-post.php" method="post" name="loginform">
<table>
<tr>
<td>QR-Code Content</td>
<td><input type="text" maxlength="500" name="qrcontent" /></td>
</tr>
</table>
</BR>
<input type="submit" VALUE=" Submit " name="submitbutton"/>
</form>
</BR>
<a href="index.php">Return to main screen</a>
</BR>
<iframe src="http://rcm-de.amazon.de/e/cm?t=supagusti-21&o=3&p=48&l=ur1&category=computer&banner=160GN795Y7B8SC5D9202&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>