summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/controllers/IndexController.php
diff options
context:
space:
mode:
authormichael pereira2011-04-01 13:56:31 +0200
committermichael pereira2011-04-01 13:56:31 +0200
commitc6ba86b7bb05519d32296e62c1bce0fd2225e90a (patch)
treeeee0a011813b3dec8e8d05f49246b37551cb7e26 /application/modules/fbgui/controllers/IndexController.php
parentbootmenu (diff)
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-c6ba86b7bb05519d32296e62c1bce0fd2225e90a.tar.gz
pbs2-c6ba86b7bb05519d32296e62c1bce0fd2225e90a.tar.xz
pbs2-c6ba86b7bb05519d32296e62c1bce0fd2225e90a.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/fbgui/controllers/IndexController.php')
-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();
}";