mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix no longer save SERVER_NAME when MULTISITE is set to "no"
This commit is contained in:
parent
c01b493c99
commit
3dde3ac0aa
1 changed files with 2 additions and 0 deletions
|
|
@ -546,6 +546,8 @@ class Database:
|
|||
)
|
||||
)
|
||||
|
||||
config.pop("SERVER_NAME")
|
||||
|
||||
for key, value in config.items():
|
||||
suffix = 0
|
||||
if self.suffix_rx.search(key):
|
||||
|
|
|
|||
Loading…
Reference in a new issue