From fb1924faae1e0c23670404120553d39d7eaa0751 Mon Sep 17 00:00:00 2001 From: linnaea Date: Sat, 13 Jul 2024 21:55:34 +0200 Subject: [PATCH] fix: check existence of const defined('TYPO3') or die(); instead of TYPO3_MODE --- ext_tables.php | 90 ++++++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 44 deletions(-) diff --git a/ext_tables.php b/ext_tables.php index 186674d..a48d164 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -1,69 +1,71 @@