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