From 00edfa3278c209bc4f79ef48c5d4775655c78da0 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 31 Mar 2011 20:32:39 +0200 Subject: getSession removed from fbgui's IndexController.php --- application/modules/fbgui/controllers/IndexController.php | 1 - 1 file changed, 1 deletion(-) (limited to 'application/modules/fbgui/controllers/IndexController.php') 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(); }"; -- cgit v1.2.3-55-g7522