mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2026-06-24 14:01:00 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -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