From 0c4d8aefa9449c94e497b6447c7a2829f5c3ee31 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 8 Apr 2026 23:02:08 +0000 Subject: [PATCH] Autosave: 20260408-230208 --- scnotification.php | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/scnotification.php b/scnotification.php index c7f2f8a..03febb3 100644 --- a/scnotification.php +++ b/scnotification.php @@ -282,23 +282,6 @@ $webhooks = $stmt_webhooks->fetchAll(); $stmt_banners = $db->query('SELECT * FROM tbl_scbanners ORDER BY cl_scbanner_name ASC'); $banners = $stmt_banners->fetchAll(); - -$stmt_recent = $db->query( - 'SELECT n.cl_scnotification_id, - n.cl_scnotification_title, - n.cl_scnotification_success, - n.cl_scnotification_created_at, - n.cl_scnotification_created_by, - w.cl_scwebhook_name, - b.cl_scbanner_name - FROM tbl_scnotifications n - JOIN tbl_scwebhooks w ON w.cl_scwebhook_id = n.cl_scnotification_webhook_id - LEFT JOIN tbl_scbanners b ON b.cl_scbanner_id = n.cl_scnotification_banner_id - ORDER BY n.cl_scnotification_id DESC - LIMIT 8' -); -$recent_notifications = $stmt_recent->fetchAll(); - function scnotification_old_value(array $old, string $key, string $default = ''): string { $value = $old[$key] ?? $default; @@ -893,34 +876,6 @@ function scnotification_old_checked(array $old, string $key, bool $default = fal - -
-

Historique récent

- -
Aucune notification n’a encore été envoyée.
- -
- -
-
- - - - -
-
- Webhook : - - | Bannière : - - | Par : - | Le : -
-
- -
- -