From 534a19298153e560566f1b5dc87e09ef87da74e1 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 26 Feb 2022 21:55:23 +0000 Subject: [PATCH] Rename --- client_assets.php | 2 +- plugins/meshctrl/{mesh.php => meshcentral_asset_sync.php} | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) rename plugins/meshctrl/{mesh.php => meshcentral_asset_sync.php} (99%) diff --git a/client_assets.php b/client_assets.php index d436f2f7..43d68d81 100644 --- a/client_assets.php +++ b/client_assets.php @@ -98,7 +98,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));

Assets

- +
diff --git a/plugins/meshctrl/mesh.php b/plugins/meshctrl/meshcentral_asset_sync.php similarity index 99% rename from plugins/meshctrl/mesh.php rename to plugins/meshctrl/meshcentral_asset_sync.php index a0202e7c..7bdeb1fe 100644 --- a/plugins/meshctrl/mesh.php +++ b/plugins/meshctrl/meshcentral_asset_sync.php @@ -82,12 +82,8 @@ foreach($mesh_devices as $device){ echo "Created new asset $name"; } } - - } - } - } echo "

";