diff options
| author | Simon | 2011-04-14 17:54:28 +0200 |
|---|---|---|
| committer | Simon | 2011-04-14 17:54:28 +0200 |
| commit | dcd85ca9b5ade79bd06df7fd93c170b8903e8483 (patch) | |
| tree | 775efa938b1da3f3f4e4d481132239c6ce6e0c21 /application/modules/fbgui/views/scripts/index | |
| parent | fbgui bugfix (diff) | |
| download | pbs2-dcd85ca9b5ade79bd06df7fd93c170b8903e8483.tar.gz pbs2-dcd85ca9b5ade79bd06df7fd93c170b8903e8483.tar.xz pbs2-dcd85ca9b5ade79bd06df7fd93c170b8903e8483.zip | |
fbgui bugfix
Diffstat (limited to 'application/modules/fbgui/views/scripts/index')
| -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 4a13191..6737fc5 100644 --- a/application/modules/fbgui/views/scripts/index/start.phtml +++ b/application/modules/fbgui/views/scripts/index/start.phtml @@ -115,9 +115,9 @@ function updateProgress(p, s, u){ <h1>Downloading</h1> <script type="text/javascript"> fbgui.setCallbackOnFinished('foo();'); -fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getkernel/alpha/<?php echo $this->alphaid; ?>/file/kernel'); -fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getinitramfs/alpha/<?php echo $this->alphaid; ?>/file/initramfs'); -fbgui.startDownload('http://<?php echo $this->host; ?>/resource/getkcl/alpha/<?php echo $this->alphaid; ?>/file/kcl'); +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'); function foo(){ fbgui.quit(); } |
