missing newtoken
This commit is contained in:
parent
a8b1a75ea3
commit
5d2386228b
@ -119,6 +119,7 @@ if (! empty($conf->global->CLICKTODIAL_URL))
|
|||||||
if (GETPOST('phonefortest')) $phonefortest=GETPOST('phonefortest');
|
if (GETPOST('phonefortest')) $phonefortest=GETPOST('phonefortest');
|
||||||
|
|
||||||
print '<form action="'.$_SERVER["PHP_SELF"].'">';
|
print '<form action="'.$_SERVER["PHP_SELF"].'">';
|
||||||
|
print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
|
||||||
print $langs->trans("LinkToTestClickToDial", $user->login).' : ';
|
print $langs->trans("LinkToTestClickToDial", $user->login).' : ';
|
||||||
print '<input class="flat" type="text" name="phonefortest" value="'.dol_escape_htmltag($phonefortest).'">';
|
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")).'">';
|
print '<input type="submit" class="button" value="'.dol_escape_htmltag($langs->trans("RefreshPhoneLink")).'">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user