diff options
author | Michael Neves | 2012-02-27 13:20:15 +0100 |
---|---|---|
committer | Michael Neves | 2012-02-27 13:20:15 +0100 |
commit | 6b1813e16666fc1edf26898d546b0015584114e1 (patch) | |
tree | 5eb28ef3fa47989d5cdc567fc15234d0de6430f1 | |
parent | yend auth used for authentication after certificate check (diff) | |
download | pbs2-6b1813e16666fc1edf26898d546b0015584114e1.tar.gz pbs2-6b1813e16666fc1edf26898d546b0015584114e1.tar.xz pbs2-6b1813e16666fc1edf26898d546b0015584114e1.zip |
removed debug msg
-rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 3 |
1 files changed, 1 insertions, 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(); |