Fix token renewal

This commit is contained in:
Laurent Destailleur 2020-05-30 02:27:10 +02:00
parent 8146e4fdbd
commit b61b8ee1fb

View File

@ -21,6 +21,9 @@
* \brief Show example of import file * \brief Show example of import file
*/ */
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Do not roll the Anti CSRF token (used if MAIN_SECURITY_CSRF_WITH_TOKEN is on)
/** /**
* This file is a wrapper, so empty header * This file is a wrapper, so empty header
* *