summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-20 23:52:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-20 23:52:12 +0000
commit8e7b8da03ab1e7779e8faa0462cd90c71ac44c6f (patch)
treeba44a4efcd3ca6cb07cad8e96d010c8fb5d6f1fc /usr
parent507a5e3e3a75072e51a9e7997314c902a8a178e1 (diff)
downloadpfsense-8e7b8da03ab1e7779e8faa0462cd90c71ac44c6f.zip
pfsense-8e7b8da03ab1e7779e8faa0462cd90c71ac44c6f.tar.gz
Correctly show defined reflection timeout value
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 0561e38..ba199f0 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -651,7 +651,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncell">Reflection Timeout</td>
<td width="78%" class="vtable">
- <input name="reflectiontimeout" id="reflectiontimeout" <?php echo $config['system']['reflectiontimeout']; ?> />
+ <input name="reflectiontimeout" id="reflectiontimeout" value="<?php echo $config['system']['reflectiontimeout']; ?>" />
<strong>Enter value for Reflection timeout in seconds.</strong>
</td>
</tr>
OpenPOWER on IntegriCloud