aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-01 13:55:36 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:20:28 +0100
commitcc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32 (patch)
treeeb8e41e0fa97ec278e40af11806daa7cd277ac33 /phpBB/adm
parent9fb2a5d5f8ed4c23689843178a4a06a151d146e6 (diff)
downloadforums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.tar
forums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.tar.gz
forums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.tar.bz2
forums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.tar.xz
forums-cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32.zip
[ticket/14492] Use guzzle for submitting data to stats service
PHPBB3-14492
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_help_phpbb.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html
index 347d39af86..cbbe42e8c7 100644
--- a/phpBB/adm/style/acp_help_phpbb.html
+++ b/phpBB/adm/style/acp_help_phpbb.html
@@ -4,6 +4,7 @@
<h1>{L_ACP_HELP_PHPBB}</h1>
+<form id="acp_board" method="post" action="{U_ACTION}">
<div class="send-stats-row">
<div class="send-stats-tile">
<h2><i class="icon fa-bar-chart"></i>Send statistics</h2>
@@ -47,6 +48,13 @@
<dd>Enable</dd>
</dl>
</div>
+ <fieldset>
+ <p class="submit-buttons">
+ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
+ </p>
+ {S_FORM_TOKEN}
+ </fieldset>
</div>
+</form>
<!-- INCLUDE overall_footer.html -->