Commit da29e6c6 by 冷斌

fix bug

parent d8d3907b
...@@ -253,7 +253,7 @@ input{ ...@@ -253,7 +253,7 @@ input{
<div class="control-group"> <div class="control-group">
<label class="control-label">私信等级限制</label> <label class="control-label">私信等级限制</label>
<div class="controls"> <div class="controls">
<input type="text" name="post[private_limit]" value="{$config['barrage_limit']}"> 0表示无限制 <input type="text" name="post[private_limit]" value="{$config['private_limit']}"> 0表示无限制
</div> </div>
</div> </div>
<div class="control-group"> <div class="control-group">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment