Fix token expired

This commit is contained in:
Laurent Destailleur 2021-04-07 00:52:38 +02:00
parent 2e862f815a
commit bb9ba68c2b

View File

@ -21,6 +21,8 @@
* \brief Popup screen to validate VAT
*/
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL', '1'); // Do not roll the Anti CSRF token (used if MAIN_SECURITY_CSRF_WITH_TOKEN is on)
require "../../main.inc.php";
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
require_once NUSOAP_PATH.'/nusoap.php';