login memo fix

This commit is contained in:
Jordie0608
2015-07-28 23:24:25 +10:00
parent f7489b18af
commit f9b6dfcefe
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ var/next_external_rsc = 0
if(holder)
add_admin_verbs()
admin_memo("Show")
admin_memo_output("Show")
if((global.comms_key == "default_pwd" || length(global.comms_key) <= 6) && global.comms_allowed) //It's the default value or less than 6 characters long, but it somehow didn't disable comms.
src << "<span class='danger'>The server's API key is either too short or is the default value! Consider changing it immediately!</span>"