diff options
Diffstat (limited to 'application/modules/fbgui/controllers')
| -rw-r--r-- | application/modules/fbgui/controllers/IndexController.php | 4 |
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>"; |
