mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 07:16:15 +01:00
fix spellings
This commit is contained in:
@@ -848,7 +848,7 @@ password=%s
|
|||||||
|
|
||||||
cursor.execute("update db set Host='%s' where Db='%s'" % (remoteIP, dbName))
|
cursor.execute("update db set Host='%s' where Db='%s'" % (remoteIP, dbName))
|
||||||
cursor.execute("update user set Host='%s' where user='%s'" % (remoteIP, userName))
|
cursor.execute("update user set Host='%s' where user='%s'" % (remoteIP, userName))
|
||||||
cursor.execute("FLUSH PRIVILIGES")
|
cursor.execute("FLUSH PRIVILEGES")
|
||||||
|
|
||||||
connection.close()
|
connection.close()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user