Commit 8c9ec487 authored by daryl herzmann's avatar daryl herzmann Committed by GitHub

OF-1330 add missing HTML form csrf params (#803)

parent e3b94f0b
......@@ -112,6 +112,7 @@
<h3><fmt:message key="server.db_stats.status" /></h3>
<form action="server-db-stats.jsp">
<input type="hidden" name="csrf" value="${csrf}">
<table cellpadding="3" cellspacing="1" border="0">
<tr>
<td>
......@@ -136,6 +137,7 @@
<h3><fmt:message key="server.db_stats.settings" /></h3>
<form action="server-db-stats.jsp">
<input type="hidden" name="csrf" value="${csrf}">
<table cellpadding="3" cellspacing="5" border="0">
<tr>
<td>
......
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