diff options
author | Simon | 2011-03-21 16:02:42 +0100 |
---|---|---|
committer | Simon | 2011-03-21 16:02:42 +0100 |
commit | d887b6c93573b84b2f140d528533cfdd98009840 (patch) | |
tree | 771e3102d7966f48a0ff22672c19fa4d02c158d3 /send-post.html | |
parent | quick fix part2 (diff) | |
download | pbs2-d887b6c93573b84b2f140d528533cfdd98009840.tar.gz pbs2-d887b6c93573b84b2f140d528533cfdd98009840.tar.xz pbs2-d887b6c93573b84b2f140d528533cfdd98009840.zip |
bugfix um session zu setzen
Diffstat (limited to 'send-post.html')
-rw-r--r-- | send-post.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/send-post.html b/send-post.html index fd5752d..080e73a 100644 --- a/send-post.html +++ b/send-post.html @@ -7,6 +7,18 @@ </style> <body> <fieldset> + <legend>http://132.230.4.27/</legend> + <form action='http://132.230.4.27/' method='post'> + <label>BootisoID</label> + <input type='text' name='bootisoID' value='1'></br> + <label>Mac</label> + <input type='text' name='mac' value='00:0c:29:01:63:88'></br> + <label>Hardwarehash</label> + <input type='text' name='hardwarehash' value='51685132196851652186121869413216'></br> + <input type='submit' value='Test'> + </form> +</fieldset> +<fieldset> <legend>http://pbs2.local/</legend> <form action='http://pbs2.local/' method='post'> <label>BootisoID</label> |