fixes #822, add token on configuration page to prevent CSRF

This commit is contained in:
plegall
2017-12-18 15:13:49 +01:00
parent 9e29db0481
commit 77f02bfd76
7 changed files with 8 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ $mail_themes = array(
//------------------------------ verification and registration of modifications
if (isset($_POST['submit']))
{
check_pwg_token();
$int_pattern = '/^\d+$/';
switch ($page['section'])
@@ -320,6 +321,7 @@ $action.= '&section='.$page['section'];
$template->assign(
array(
'U_HELP' => get_root_url().'admin/popuphelp.php?page=configuration',
'PWG_TOKEN' => get_pwg_token(),
'F_ACTION'=>$action
));

View File

@@ -158,4 +158,5 @@
</button>
</p>
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
</form>

View File

@@ -58,4 +58,5 @@
</div>
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
</form>

View File

@@ -309,4 +309,5 @@
</button>
</p>
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
</form>

View File

@@ -215,4 +215,5 @@ jQuery("input[name='mail_theme']").change(function() {
</button>
</p>
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
</form>

View File

@@ -231,4 +231,5 @@
</button>
</p>
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
</form>

View File

@@ -137,4 +137,5 @@
</button>
</p>
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
</form>