summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/system.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 8abaf4d..d8c62f3 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -222,6 +222,9 @@ include("head.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<form action="system.php" method="post">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">System</td>
+ </tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Hostname</td>
<td width="78%" class="vtable"> <input name="hostname" type="text" class="formfld unknown" id="hostname" size="40" value="<?=htmlspecialchars($pconfig['hostname']);?>">
OpenPOWER on IntegriCloud