Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-03-19 22:07:20 +01:00
parent a413e2861e
commit 87e808fec4

View File

@ -24,7 +24,7 @@
*/
if ($_GET['action'] == 'dl' || $_POST['action'] == 'dl') { // To not replace token when downloading file
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1');
if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL', '1');
}
require '../main.inc.php';