diff options
| author | Björn Geiger | 2011-03-31 20:34:11 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-03-31 20:34:11 +0200 |
| commit | c8c55ea4433a38640cc8f2098742bf0db0edb84c (patch) | |
| tree | 6b07b23131dde5f0d7032d2d2a5c66cfabeff548 /application | |
| parent | Session Problem bei behoben (diff) | |
| parent | getSession removed from fbgui's IndexController.php (diff) | |
| download | pbs2-c8c55ea4433a38640cc8f2098742bf0db0edb84c.tar.gz pbs2-c8c55ea4433a38640cc8f2098742bf0db0edb84c.tar.xz pbs2-c8c55ea4433a38640cc8f2098742bf0db0edb84c.zip | |
Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 1 |
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(); }"; |
