diff options
author | Jonathan Bauer | 2012-04-27 20:21:53 +0200 |
---|---|---|
committer | Jonathan Bauer | 2012-04-27 20:21:53 +0200 |
commit | f5bba6f02e2e254413535586c9dda1524613e0de (patch) | |
tree | 415164eb490752a56bb83a311f3874dea45de4ce | |
parent | minor (removes notices/warnings) (diff) | |
download | pbs2-f5bba6f02e2e254413535586c9dda1524613e0de.tar.gz pbs2-f5bba6f02e2e254413535586c9dda1524613e0de.tar.xz pbs2-f5bba6f02e2e254413535586c9dda1524613e0de.zip |
last warning fixed...
-rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index 34c1f13..95ca770 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -73,10 +73,12 @@ class Fbgui_IndexController extends Zend_Controller_Action { } - if($_SERVER['SSL_CLIENT_VERIFY'] === 'SUCCESS'){ + + //if($_SERVER['SSL_CLIENT_VERIFY'] === 'SUCCESS'){ //TODO User provides authentication data + //fix warning :) // print_a($_SERVER); - } + //} $client = new Application_Model_Client(); $client->setMacadress($mySession->postdata['mac']); |