summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-04-27 20:21:53 +0200
committerJonathan Bauer2012-04-27 20:21:53 +0200
commitf5bba6f02e2e254413535586c9dda1524613e0de (patch)
tree415164eb490752a56bb83a311f3874dea45de4ce
parentminor (removes notices/warnings) (diff)
downloadpbs2-f5bba6f02e2e254413535586c9dda1524613e0de.tar.gz
pbs2-f5bba6f02e2e254413535586c9dda1524613e0de.tar.xz
pbs2-f5bba6f02e2e254413535586c9dda1524613e0de.zip
last warning fixed...
-rw-r--r--application/modules/fbgui/controllers/IndexController.php6
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']);