summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon2011-04-04 15:42:03 +0200
committerSimon2011-04-04 15:42:03 +0200
commit1380e8d0c677685be3f43970e1d03f4cdead4e0c (patch)
tree81aea1652acacd60d9b9ff56e01d27fd42a1cc09
parentSuche in Clients eingebettet (diff)
parentfixed(?) download links for fbgui (diff)
downloadpbs2-1380e8d0c677685be3f43970e1d03f4cdead4e0c.tar.gz
pbs2-1380e8d0c677685be3f43970e1d03f4cdead4e0c.tar.xz
pbs2-1380e8d0c677685be3f43970e1d03f4cdead4e0c.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
-rw-r--r--application/modules/fbgui/controllers/IndexController.php7
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
}
}
-