You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-18 12:04:07 +08:00
v2.6
Each server has its own creds!
This commit is contained in:
@@ -7,6 +7,9 @@ env = Environment(loader=FileSystemLoader('templates/'))
|
||||
template = env.get_template('ovw.html')
|
||||
|
||||
print('Content-type: text/html\n')
|
||||
if create_db.check_db():
|
||||
if create_db.create_table():
|
||||
create_db.update_all()
|
||||
create_db.update_all_silent()
|
||||
funct.check_login()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user