fix copy/paste typo

This commit is contained in:
Andrew Bauer 2020-07-28 10:37:10 -05:00 committed by GitHub
parent b88f0c3991
commit aa8662f311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ if ( canEdit('Control') ) {
</tr>
<tr>
<td><?php echo translate('ControlAddress') ?></td>
<td><input type="text" name="newMonitor[ControlAddress]" value="<?php echo validHtmlStr($monitor->AutoStopTimeout()) ? : 'user:port@ip' ?>"/></td>
<td><input type="text" name="newMonitor[ControlAddress]" value="<?php echo validHtmlStr($monitor->ControlAddress()) ? : 'user:port@ip' ?>"/></td>
</tr>
<tr>
<td><?php echo translate('AutoStopTimeout') ?></td>