mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-11-05 01:02:34 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
8
rootfs/usr/local/share/template-files/data/htdocs/cgi-bin/env.py
Executable file
8
rootfs/usr/local/share/template-files/data/htdocs/cgi-bin/env.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
import os
|
||||
|
||||
print "Content-Type: text/html\n\n"
|
||||
|
||||
for name, value in os.environ.items():
|
||||
print "%s\t= %s <br/>" % (name, value)
|
||||
Reference in New Issue
Block a user