summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorMichael Neves2012-01-24 16:19:04 +0100
committerMichael Neves2012-01-24 16:19:04 +0100
commite57be9e5d7f9bd5aa50763e7b742ed18134a7e88 (patch)
tree0834933f574cc07ad333c09dbffcc73477e58482 /application
parentmake notifier call static (diff)
downloadpbs2-e57be9e5d7f9bd5aa50763e7b742ed18134a7e88.tar.gz
pbs2-e57be9e5d7f9bd5aa50763e7b742ed18134a7e88.tar.xz
pbs2-e57be9e5d7f9bd5aa50763e7b742ed18134a7e88.zip
fbgui IndexController host was hardcoded..
Diffstat (limited to 'application')
-rw-r--r--application/modules/fbgui/controllers/IndexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index 5f09ee0..3bd9794 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -182,7 +182,7 @@ class Fbgui_IndexController extends Zend_Controller_Action {
$sessionMapper->save($session);
- $this->view->host = 'pbs2.mp.openslx.org';
+ $this->view->host = $_SERVER['REMOTE_ADDR'];
$this->view->alphasessionID = $a;
}