mirror of https://github.com/Aidaho12/haproxy-wi
parent
9057973783
commit
89f67ae01d
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import cgi
|
||||
import html
|
||||
import os
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-"
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import cgi
|
||||
import create_db
|
||||
import funct
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import html, http
|
||||
import cgi
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue