Browse Source

added gslt to hidden on post details

pull/1936/head
Daniel Gibbs 7 years ago
parent
commit
c5b508e507
  1. 5
      lgsm/functions/info_messages.sh

5
lgsm/functions/info_messages.sh

@ -1204,9 +1204,14 @@ fn_info_message_password_strip(){
if [ -n "${telnetpass}" ]; then if [ -n "${telnetpass}" ]; then
telnetpass="********" telnetpass="********"
fi fi
if [ -n "${wsapikey}" ]; then if [ -n "${wsapikey}" ]; then
wsapikey="********" wsapikey="********"
fi fi
if [ -n "${gslt}" ]; then
gslt="********"
fi
fi fi
} }
Loading…
Cancel
Save