Sha256: 959850b724d1ce11be458165de3feece3ac3048eb83a9832ba7709f1dd3a00ee
Contents?: true
Size: 374 Bytes
Versions: 46
Compression:
Stored size: 374 Bytes
Contents
add_conf_proc( 'comment_size' , @comment_size_conf, 'security') do if @mode == 'saveconf' then @conf['comment.size'] = @cgi.params['comment.size'][0] end @conf['comment.size'] = 0 unless @conf['comment.size'] result = <<-HTML <h3>#{@comment_size}</h3> <p>#{@comment_size_desc}</p> <p><input name="comment.size" value="#{@conf['comment.size']}">Bytes</p> HTML end
Version data entries
46 entries across 40 versions & 2 rubygems