summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui
diff options
context:
space:
mode:
authorSimon2011-03-22 11:35:21 +0100
committerSimon2011-03-22 11:35:21 +0100
commit78baedaea33bb0cee31b09cb779ed4505e42dea1 (patch)
tree66d0c522f4499bf6476cffc5efaefa96b90a77e7 /application/modules/fbgui
parentAlle ParentGroups und alle ChildGroups einer Gruppe herausfinden (diff)
downloadpbs2-78baedaea33bb0cee31b09cb779ed4505e42dea1.tar.gz
pbs2-78baedaea33bb0cee31b09cb779ed4505e42dea1.tar.xz
pbs2-78baedaea33bb0cee31b09cb779ed4505e42dea1.zip
quick fix der fbgui
Diffstat (limited to 'application/modules/fbgui')
-rw-r--r--application/modules/fbgui/controllers/IndexController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/fbgui/controllers/IndexController.php b/application/modules/fbgui/controllers/IndexController.php
index 55dc846..9886719 100644
--- a/application/modules/fbgui/controllers/IndexController.php
+++ b/application/modules/fbgui/controllers/IndexController.php
@@ -102,8 +102,8 @@ class Fbgui_IndexController extends Zend_Controller_Action
echo "<h1>Downloading</h1>";
echo "<script>\n";
echo "fbgui.startDownload('http://132.230.4.27/dev/resource/getkernel/".$_SESSION['alphasessionID']."/file/kernel');\n";
- echo "fbgui.startDownload('http://132.230.4.27/dev/resource/getkernel/".$_SESSION['alphasessionID']."/file/initramfs');\n";
- echo "fbgui.startDownload('http://132.230.4.27/dev/resource/getkernel/".$_SESSION['alphasessionID']."/file/kcl');\n";
+ echo "fbgui.startDownload('http://132.230.4.27/dev/resource/getinitramfs/".$_SESSION['alphasessionID']."/file/initramfs');\n";
+ echo "fbgui.startDownload('http://132.230.4.27/dev/resource/getkcl/".$_SESSION['alphasessionID']."/file/kcl');\n";
echo "fbgui.getSession('".$_SESSION['alphasessionID']."');\n";
echo "</script>";