From 0fc0b501d1c80f744e5cd76701f027035cdc3c39 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:02:26 +0900 Subject: [PATCH] feat: verbose security --- WELA.ps1 | 2 +- WELAAuditMsg.psm1 => WELAVerboseSecMsg.psm1 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename WELAAuditMsg.psm1 => WELAVerboseSecMsg.psm1 (100%) diff --git a/WELA.ps1 b/WELA.ps1 index eb8e3604..36be4a93 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -1,5 +1,5 @@ Import-Module -Name ./WELAFunctions.psm1 -Import-Module -Name ./WELAAuditMsg.psm1 +Import-Module -Name ./WELAVerboseSecMsg.psm1 $logo = @" ┏┓┏┓┏┳━━━┳┓ ┏━━━┓ ┃┃┃┃┃┃┏━━┫┃ ┃┏━┓┃ diff --git a/WELAAuditMsg.psm1 b/WELAVerboseSecMsg.psm1 similarity index 100% rename from WELAAuditMsg.psm1 rename to WELAVerboseSecMsg.psm1