Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-05-31 00:22:17 +02:00
parent 94e02269ee
commit 8b03a5e225

View File

@ -21,7 +21,7 @@
* \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) if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL', '1'); // Do not roll the Anti CSRF token (used if MAIN_SECURITY_CSRF_WITH_TOKEN is on)
/** /**