Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion admin/boxprofile.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
<span class="help-inline"><?php echo T_('Leave blank for no change'); ?></span>
<label><?php echo T_('SSH Port'); ?></label>
<input type="text" name="sshport" class="span1" value="<?php echo htmlspecialchars($rows['sshport'], ENT_QUOTES); ?>">
<label><?php echo T_('Interface'); ?></label>
<input type="text" class="span3" name="iface" placeholder="eth0" value="<?php echo htmlspecialchars($rows['iface'], ENT_QUOTES); ?>">
<label><?php echo T_('OS Type'); ?></label>
<input type="text" class="input-xlarge disabled" disabled="" placeholder="Linux">
<label><?php echo T_('Admin Notes'); ?></label>
Expand All @@ -116,4 +118,4 @@


include("./bootstrap/footer.php");
?>
?>