summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/modules/fbgui/controllers/IndexController.php3
-rw-r--r--send-post.html12
2 files changed, 14 insertions, 1 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index 6c4a542..c8df829 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -92,9 +92,10 @@ class Fbgui_IndexController extends Zend_Controller_Action
$session = new Application_Model_Session();
$session->setOptions($session_k[0]);
$session->setID($session_k[0]['sessionID']);
-# print_a($bootmenuentry);die();
+ #print_a($bootmenuentry);
$session->setBootmenuentryID($bootmenuntryID);
$session->setBootosID($bootmenuentry->getBootosID());
+ $sessionMapper->save($session);
echo "<h1>Downloading</h1>";
echo "<script>\n";
echo "fbgui.startDownload('http://132.230.2.27/dev/resource/getkernel/".$_SESSION['alphasessionID']."/file/kernel');\n";
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>