mirror of
https://github.com/casjaysdevdocker/tools
synced 2026-01-27 22:34:40 -05:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
8
wwwroot/www/cgi-bin/env.py
Executable file
8
wwwroot/www/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