2
0
forked from Wavyzz/dolibarr

Fix: ajout d'un niveau supplmentaire du cache du jeton

This commit is contained in:
Regis Houssin
2009-05-16 15:45:26 +00:00
parent 07c6ffb065
commit c1c1f8a4d2
244 changed files with 449 additions and 436 deletions

View File

@@ -100,7 +100,7 @@ print '<br>';
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'?action=setvalue">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="token_level_1" value="'.$_SESSION['newtoken'].'">';
$html=new Form($db);