From 6b1813e16666fc1edf26898d546b0015584114e1 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Mon, 27 Feb 2012 13:20:15 +0100 Subject: removed debug msg --- application/modules/fbgui/controllers/IndexController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 61af3dc..4658f86 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -56,8 +56,6 @@ class Fbgui_IndexController extends Zend_Controller_Action { if(isset($mySession->postdata['serialnumber'])) { // Create a session $n = new Pbs_Session(); - - print_a($_SERVER); $bootisomapper = new Application_Model_BootIsoMapper(); $bootiso = new Application_Model_BootIso(); @@ -75,6 +73,7 @@ class Fbgui_IndexController extends Zend_Controller_Action { if($_SERVER['SSL_CLIENT_VERIFY'] === 'SUCCESS'){ //TODO User provides authentication data +// print_a($_SERVER); } $client = new Application_Model_Client(); -- cgit v1.2.3-55-g7522