From 5d6302fa9cea2c9c0d21cef92d61c4d85ce19a8e Mon Sep 17 00:00:00 2001 From: Claudio Date: Tue, 23 Sep 2025 10:33:16 +0200 Subject: [PATCH] added admin role to button export --- public/userarea/import_edit2.php | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/public/userarea/import_edit2.php b/public/userarea/import_edit2.php index a6bc337..5068685 100644 --- a/public/userarea/import_edit2.php +++ b/public/userarea/import_edit2.php @@ -559,7 +559,11 @@ foreach ($stmt->fetchAll(PDO::FETCH_ASSOC) as $row) { $row): ?>
- + + hasRole('Admin'))) : ?> + + + @@ -709,27 +713,28 @@ foreach ($stmt->fetchAll(PDO::FETCH_ASSOC) as $row) { - + \ No newline at end of file