From 7346511014f3cf5250d81dcd18c66149f2fbaa59 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 22 Mar 2011 11:48:48 +0100 Subject: FBGui nutzt nun Session bzw Cookies --- application/modules/fbgui/controllers/IndexController.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'application/modules/fbgui/controllers/IndexController.php') diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index c4f531f..f2b7f7e 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -15,15 +15,7 @@ class Fbgui_IndexController extends Zend_Controller_Action if(isset($_SESSION['postdata'])){ $_POST = ($_SESSION['postdata']); unset($_SESSION['postdata']); - } - elseif($params != ''){ - print_a(json_decode($this->_request->getParam('postdata'))); - $data = array(); - $data = json_decode($this->_request->getParam('postdata')); - $_POST['bootisoID'] = $data->bootisoID; - $_POST['mac'] = $data->mac; - $_POST['hardwarehash'] = $data->hardwarehash; - } + } if(isset($_POST['bootisoID']) || isset($_POST['serialnumber'])){ // Create a session -- cgit v1.2.3-55-g7522