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; +}