Explorar el Código

Hide wsapikey on postdetails

Daniel Gibbs hace 8 años
padre
commit
fa1c739a28
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      lgsm/functions/info_messages.sh

+ 4 - 0
lgsm/functions/info_messages.sh

@@ -1204,5 +1204,9 @@ fn_info_message_password_strip(){
 		if [ -n "${telnetpass}" ]; then
 			telnetpass="********"
 		fi
+		if [ -n "${wsapikey}" ]; then
+			wsapikey="********"
+		fi
+
 	fi
 }