From a93e3ab3f6496afc1c67bb10115ceeb13ae35964 Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Fri, 28 Apr 2023 10:50:25 +0200 Subject: [PATCH] FIX : remove NOTOKENRENOWAL (backport commit v17 7c316229db8060781ee50f4465b1133b5aeef156) --- htdocs/public/ticket/create_ticket.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/public/ticket/create_ticket.php b/htdocs/public/ticket/create_ticket.php index 68edd453aaf..0e68d1799ea 100644 --- a/htdocs/public/ticket/create_ticket.php +++ b/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'); }