diff options
Diffstat (limited to 'extensions/Push/template/en')
-rw-r--r-- | extensions/Push/template/en/default/pages/push_config.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Push/template/en/default/pages/push_config.html.tmpl b/extensions/Push/template/en/default/pages/push_config.html.tmpl index 6e6507a39..3783ecad6 100644 --- a/extensions/Push/template/en/default/pages/push_config.html.tmpl +++ b/extensions/Push/template/en/default/pages/push_config.html.tmpl @@ -31,6 +31,7 @@ var push_defaults = new Array(); <form method="POST" action="page.cgi"> <input type="hidden" name="id" value="push_config.html"> <input type="hidden" name="save" value="1"> +<input type="hidden" id="token" name="token" value="[% issue_hash_token(['push_config']) FILTER html %]"> <table border="0" cellspacing="0" cellpadding="5" width="100%"> |