Browse Source

Merge pull request #24640 from atm-gauthier/fix_remove_NOTOKENRENEWAL

FIX : remove NOTOKENRENOWAL (backport commit v17 7c316229db8060781ee5…
Laurent Destailleur 2 years ago
parent
commit
c4c71452d9
1 changed files with 0 additions and 3 deletions
  1. 0 3
      htdocs/public/ticket/create_ticket.php

+ 0 - 3
htdocs/public/ticket/create_ticket.php

@@ -26,9 +26,6 @@
 if (!defined('NOREQUIREUSER')) {
 	define('NOREQUIREUSER', '1');
 }*/
-if (!defined('NOTOKENRENEWAL')) {
-	define('NOTOKENRENEWAL', '1');
-}
 if (!defined('NOREQUIREMENU')) {
 	define('NOREQUIREMENU', '1');
 }