summaryrefslogtreecommitdiffstats
path: root/application/modules/dev
diff options
context:
space:
mode:
authormichael pereira2011-03-25 17:24:14 +0100
committermichael pereira2011-03-25 17:24:14 +0100
commit25387df4ae16b212f38f96c9c48ca27fc459297c (patch)
tree5e0a781c3fae17bf4b7334ace4914c165aa85036 /application/modules/dev
parentfix serialnumber in fbgui Index (diff)
downloadpbs2-25387df4ae16b212f38f96c9c48ca27fc459297c.tar.gz
pbs2-25387df4ae16b212f38f96c9c48ca27fc459297c.tar.xz
pbs2-25387df4ae16b212f38f96c9c48ca27fc459297c.zip
fixes
Diffstat (limited to 'application/modules/dev')
-rw-r--r--application/modules/dev/controllers/BootosController.php1
-rw-r--r--application/modules/dev/controllers/ResourceController.php3
2 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/dev/controllers/BootosController.php b/application/modules/dev/controllers/BootosController.php
index 1f31a69..5999624 100644
--- a/application/modules/dev/controllers/BootosController.php
+++ b/application/modules/dev/controllers/BootosController.php
@@ -51,6 +51,7 @@ class dev_BootosController extends Zend_Controller_Action
if ($createbootosForm->isValid($_POST)) {
$bootos = new Application_Model_BootOs($_POST);
+
$bootos->setMembershipID('1');
if($bootos->getConfigID() == '')
$bootos->setConfigID(NULL);
diff --git a/application/modules/dev/controllers/ResourceController.php b/application/modules/dev/controllers/ResourceController.php
index 03807c7..4e92ce3 100644
--- a/application/modules/dev/controllers/ResourceController.php
+++ b/application/modules/dev/controllers/ResourceController.php
@@ -111,8 +111,7 @@ class dev_ResourceController extends Zend_Controller_Action
$result = $bme->getKcl() . " " . $bme->getKclappend();
else
$result = $bme->getKclappend();
-
- $result .= " session=".$_SESSION['alphasessionID'];
+
echo $result;