summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-01 23:35:53 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-01 23:35:53 -0400
commitb12cc5994979c9d6a5b4e5f70ba6faf883917187 (patch)
tree328baa3030aca9baf4400124124252246902456c /usr/local/www/installer.php
parent824f539d123630d9ac2840bb3e277428fc47267f (diff)
downloadpfsense-b12cc5994979c9d6a5b4e5f70ba6faf883917187.zip
pfsense-b12cc5994979c9d6a5b4e5f70ba6faf883917187.tar.gz
Unbreal exclam.gif
Diffstat (limited to 'usr/local/www/installer.php')
-rw-r--r--usr/local/www/installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index 771fb40..f5e37e0 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -195,7 +195,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.'; ";
echo "\$('progressbar').style.width='100%';\n";
unlink("/tmp/install_complete");
return;
@@ -214,7 +214,7 @@ function update_installer_status() {
if($progress)
echo "\$('progressbar').style.width='{$progress}%';\n";
if(file_exists("/tmp/install_complete")) {
- echo "\$('installerrunning').innerHTML='<img class='infoboxnpimg' src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\"> <font size=\"+1\">Installation completed. Please <a href=\"reboot.php\">reboot</a> to continue';\n";
+ echo "\$('installerrunning').innerHTML='<img class=\"infoboxnpimg\" src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\"> <font size=\"+1\">Installation completed. Please <a href=\"reboot.php\">reboot</a> to continue';\n";
unlink_if_exists("/tmp/installer.sh");
file_put_contents("/tmp/installer_installer_running", "finished");
}
OpenPOWER on IntegriCloud