Skip to content

Commit

Permalink
Merge pull request #12332 from frederic34/patch-13
Browse files Browse the repository at this point in the history
missing newtoken
  • Loading branch information
eldy committed Nov 5, 2019
2 parents c9425d5 + 5d23862 commit c84a17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/admin/clicktodial.php
Expand Up @@ -119,6 +119,7 @@
if (GETPOST('phonefortest')) $phonefortest=GETPOST('phonefortest');

print '<form action="'.$_SERVER["PHP_SELF"].'">';
print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
print $langs->trans("LinkToTestClickToDial", $user->login).' : ';
print '<input class="flat" type="text" name="phonefortest" value="'.dol_escape_htmltag($phonefortest).'">';
print '<input type="submit" class="button" value="'.dol_escape_htmltag($langs->trans("RefreshPhoneLink")).'">';
Expand Down

0 comments on commit c84a17f

Please sign in to comment.