diff options
| author | Simon | 2011-04-04 15:42:03 +0200 |
|---|---|---|
| committer | Simon | 2011-04-04 15:42:03 +0200 |
| commit | 1380e8d0c677685be3f43970e1d03f4cdead4e0c (patch) | |
| tree | 81aea1652acacd60d9b9ff56e01d27fd42a1cc09 /application/modules/fbgui/controllers | |
| parent | Suche in Clients eingebettet (diff) | |
| parent | fixed(?) download links for fbgui (diff) | |
| download | pbs2-1380e8d0c677685be3f43970e1d03f4cdead4e0c.tar.gz pbs2-1380e8d0c677685be3f43970e1d03f4cdead4e0c.tar.xz pbs2-1380e8d0c677685be3f43970e1d03f4cdead4e0c.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/fbgui/controllers')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php index be84e58..d12f343 100644 --- a/application/modules/fbgui/controllers/IndexController.php +++ b/application/modules/fbgui/controllers/IndexController.php @@ -99,9 +99,9 @@ class Fbgui_IndexController extends Zend_Controller_Action echo "<h1>Downloading</h1>"; echo "<script>\n"; echo "fbgui.setCallbackOnFinished('foo();');\n"; - 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.startDownload('http://132.230.4.27/resource/getkernel/alpha/".$_SESSION['alphasessionID']."/file/kernel');\n"; + echo "fbgui.startDownload('http://132.230.4.27/resource/getinitramfs/alpha/".$_SESSION['alphasessionID']."/file/initramfs');\n"; + echo "fbgui.startDownload('http://132.230.4.27/resource/getkcl/alpha/".$_SESSION['alphasessionID']."/file/kcl');\n"; echo "function foo(){ fbgui.quit(); }"; @@ -110,4 +110,3 @@ class Fbgui_IndexController extends Zend_Controller_Action } } - |
