summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 16:32:14 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 16:32:14 -0400
commit48ddd79f1bcb3be810c7e4c4275f09e27576b85e (patch)
treeb2e38e8b9da19da73174f47de745f83a8baa9ab1 /usr
parent846631ac53d6ba4fd010b571c2d88a48016d065a (diff)
downloadpfsense-48ddd79f1bcb3be810c7e4c4275f09e27576b85e.zip
pfsense-48ddd79f1bcb3be810c7e4c4275f09e27576b85e.tar.gz
Add Cancel and return to Dashboard
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index 852c9a3..4f24701 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -456,7 +456,7 @@ function verify_before_install() {
</div>
<center>
<p/>
- <input type="button" value="Cancel" onClick="javascript:document.location='/';">
+ <input type="button" value="Cancel" onClick="javascript:document.location='/installer.php';">
<input type="submit" value="Begin installation">
</center>
</td>
@@ -688,7 +688,8 @@ function installer_main() {
Rescue config.xml<p/>
<a href="installer.php?state=verify_before_install&disk={$disk}&fstype=UFS">Easy installation of {$g['product_name']} using the UFS filesystem</a><p/>
{$zfs_enabled}
- <a href="installer.php?state=custominstall">Custom installation of {$g['product_name']}</a>
+ <a href="installer.php?state=custominstall">Custom installation of {$g['product_name']}</a><p/>
+ <a href='/'>Cancel and return to Dashboard</a>
</center>
</div>
</td>
OpenPOWER on IntegriCloud