mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
global var dynamic version
This commit is contained in:
parent
8c4d1c2b58
commit
f88611386b
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ def inject_variables():
|
|||
pro_expire=metadata["pro_expire"].strftime("%d-%m-%Y") if metadata["pro_expire"] else "Unknown",
|
||||
pro_overlapped=metadata["pro_overlapped"],
|
||||
plugins=app.config["CONFIG"].get_plugins(),
|
||||
bw_version="1.5.7",
|
||||
bw_version=bw_version,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue