瀏覽代碼

added gslt to hidden on post details

Daniel Gibbs 8 年之前
父節點
當前提交
c5b508e507
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      lgsm/functions/info_messages.sh

+ 5 - 0
lgsm/functions/info_messages.sh

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