summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-31 20:32:39 +0200
committerJonathan Bauer2011-03-31 20:32:39 +0200
commit00edfa3278c209bc4f79ef48c5d4775655c78da0 (patch)
treeac8daf1c9582027a67f3dbd20cac3e0736096bf7 /application/modules
parentCheckboxen für Rechte beim erstellen einer Rolle (diff)
downloadpbs2-00edfa3278c209bc4f79ef48c5d4775655c78da0.tar.gz
pbs2-00edfa3278c209bc4f79ef48c5d4775655c78da0.tar.xz
pbs2-00edfa3278c209bc4f79ef48c5d4775655c78da0.zip
getSession removed from fbgui's IndexController.php
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/fbgui/controllers/IndexController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index 505c68b..be84e58 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -102,7 +102,6 @@ class Fbgui_IndexController extends Zend_Controller_Action
echo "fbgui.startDownload('http://132.230.4.27/dev/resource/getkernel/alpha/".$_SESSION['alphasessionID']."/file/kernel');\n";
echo "fbgui.startDownload('http://132.230.4.27/dev/resource/getinitramfs/alpha/".$_SESSION['alphasessionID']."/file/initramfs');\n";
echo "fbgui.startDownload('http://132.230.4.27/dev/resource/getkcl/alpha/".$_SESSION['alphasessionID']."/file/kcl');\n";
- echo "fbgui.getSession('".$_SESSION['alphasessionID']."');\n";
echo "function foo(){
fbgui.quit();
}";