diff options
-rw-r--r-- | application/modules/fbgui/views/scripts/index/start.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml index f63b8bd..5ab7b09 100644 --- a/application/modules/fbgui/views/scripts/index/start.phtml +++ b/application/modules/fbgui/views/scripts/index/start.phtml @@ -71,9 +71,9 @@ function allComplete(){ <script type="text/javascript"> fbgui.setCallbackOnFinished('foo();'); -fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getkernel/alpha/<?php echo $this->alphasessionID; ?>/file/kernel'); -fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getinitramfs/alpha/<?php echo $this->alphasessionID; ?>/file/initramfs'); -fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getkcl/alpha/<?php echo $this->alphasessionID; ?>/file/kcl'); +fbgui.startDownload('/resource/getkernel/alpha/<?php echo $this->alphasessionID; ?>/file/kernel'); +fbgui.startDownload('/resource/getinitramfs/alpha/<?php echo $this->alphasessionID; ?>/file/initramfs'); +fbgui.startDownload('/resource/getkcl/alpha/<?php echo $this->alphasessionID; ?>/file/kcl'); function foo(){ allComplete(); } |