From 5024757136d4f7f58a987e8e87c1e4110e69c86c Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Wed, 19 Aug 2026 21:44:52 +0200 Subject: [PATCH] =?UTF-8?q?Einmaligen=20Connector-Altbestand-Reset=20erg?= =?UTF-8?q?=C3=A4nzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/nc_legacy_reset.inc.php | 115 ++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 include/nc_legacy_reset.inc.php diff --git a/include/nc_legacy_reset.inc.php b/include/nc_legacy_reset.inc.php new file mode 100644 index 0000000..cdf6f85 --- /dev/null +++ b/include/nc_legacy_reset.inc.php @@ -0,0 +1,115 @@ +time(), + 'removed_image_records'=>count($ids), + 'removed_generated_entries'=>$removed_files, + 'removed_state_files'=>$removed_state_files, + ); + + if (function_exists('conf_update_param')) + { + conf_update_param('bratonien_nc_legacy_reset_0977', json_encode($result)); + } + + return $result; +}