summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 22:09:51 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 22:09:51 -0400
commit9fdc056045170494f78f407d9881829be9f847fe (patch)
treee2bd2fb3a680ecbd518436d9632dc1fe53f1fb96 /usr
parentc9079676e501edb2b68690a90438dd2af51467ea (diff)
downloadpfsense-9fdc056045170494f78f407d9881829be9f847fe.zip
pfsense-9fdc056045170494f78f407d9881829be9f847fe.tar.gz
Add back to webInstaller link
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index d00b6cf..6249b38 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -243,7 +243,7 @@ function update_installer_status() {
// Check for error and bail if we see one.
if(stristr($status, "error")) {
$error = true;
- echo "\$('installerrunning').innerHTML='<img class=\"infoboxnpimg\" src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\"> <font size=\"2\"><b>An error occurred. Aborting installation.'; ";
+ echo "\$('installerrunning').innerHTML='<img class=\"infoboxnpimg\" src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\"> <font size=\"2\"><b>An error occurred. Aborting installation. <a href='installer.php'>Back</a> to webInstaller</a>; ";
echo "\$('progressbar').style.width='100%';\n";
unlink("/tmp/install_complete");
return;
OpenPOWER on IntegriCloud