aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_search.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_search.html')
-rw-r--r--phpBB/adm/style/acp_search.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html
index 9afe9c5789..d4937c6ecc 100644
--- a/phpBB/adm/style/acp_search.html
+++ b/phpBB/adm/style/acp_search.html
@@ -61,6 +61,7 @@
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
</fieldset>
+ {S_FORM_TOKEN}
</form>
<!-- ELSEIF S_INDEX -->
@@ -90,6 +91,7 @@
<input class="button1" type="submit" id="continue" name="continue" value="{L_CONTINUE}" onclick="popup_progress_bar('{S_CONTINUE_INDEXING}');" />&nbsp;
<input class="button2" type="submit" id="cancel" name="cancel" value="{L_CANCEL}" />
</fieldset>
+ {S_FORM_TOKEN}
</form>
<!-- ELSE -->
@@ -140,7 +142,7 @@
<!-- ENDIF -->
</p>
</fieldset>
-
+ {S_FORM_TOKEN}
</form>
<!-- END backend -->