diff --git a/include/nc_legacy_reset.inc.php b/include/nc_legacy_reset.inc.php deleted file mode 100644 index cdf6f85..0000000 --- a/include/nc_legacy_reset.inc.php +++ /dev/null @@ -1,115 +0,0 @@ -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; -}