mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Censor the right BSQL call (#41076)
This commit is contained in:
committed by
vuonojenmustaturska
parent
4cd8c899a2
commit
9a44187c1c
@@ -359,7 +359,7 @@ Delayed insert mode was removed in mysql 7 and only works with MyISAM type table
|
||||
return
|
||||
|
||||
//strip sensitive stuff
|
||||
if(findtext(message, ": CreateConnection("))
|
||||
message = "CreateConnection CENSORED"
|
||||
if(findtext(message, ": OpenConnection("))
|
||||
message = "OpenConnection CENSORED"
|
||||
|
||||
log_sql("BSQL_DEBUG: [message]")
|
||||
|
||||
Reference in New Issue
Block a user