summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/http-server/user_settings.pl
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-06-03 16:33:58 +0200
committerDirk von Suchodoletz2009-06-03 16:33:58 +0200
commit65f5bac22704d8739a6dc48fe9610bf0e2703758 (patch)
treeb4d08a3e5ea4c0b20cc1785d531a5255418757f1 /boot-env/preboot/http-server/user_settings.pl
parent* different modification, including hostsystem and network (diff)
downloadcore-65f5bac22704d8739a6dc48fe9610bf0e2703758.tar.gz
core-65f5bac22704d8739a6dc48fe9610bf0e2703758.tar.xz
core-65f5bac22704d8739a6dc48fe9610bf0e2703758.zip
Next gen preboot ...
Updated isolinux.bin of HPA. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2919 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/preboot/http-server/user_settings.pl')
-rwxr-xr-xboot-env/preboot/http-server/user_settings.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/boot-env/preboot/http-server/user_settings.pl b/boot-env/preboot/http-server/user_settings.pl
index edbd0523..6c135267 100755
--- a/boot-env/preboot/http-server/user_settings.pl
+++ b/boot-env/preboot/http-server/user_settings.pl
@@ -90,6 +90,8 @@ if ($type ne "fastboot") {
# completely empty reply?)
print
$cgi->header(-charset => 'iso8859-1'),
- $cgi->start_html('...'),
- $cgi->p("Error: $errormsg"),
+ $cgi->start_html('...');
+if ($errormsg) { print $cgi->p("Error: $errormsg"); }
+print
$cgi->end_html();
+