summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authorJonathan Bauer2011-04-04 14:36:55 +0200
committerJonathan Bauer2011-04-04 14:36:55 +0200
commit1a094ed5deff95f53ed49dfa455384c5d4de8b3f (patch)
tree83edae695905460d7b1c7aecdfbd2ce3a7ee27f7 /application/modules
parentConfig in User fertig mit pagination (diff)
downloadpbs2-1a094ed5deff95f53ed49dfa455384c5d4de8b3f.tar.gz
pbs2-1a094ed5deff95f53ed49dfa455384c5d4de8b3f.tar.xz
pbs2-1a094ed5deff95f53ed49dfa455384c5d4de8b3f.zip
fixed(?) download links for fbgui
Diffstat (limited to 'application/modules')
-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
}
}
-