summaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-11-04 11:04:29 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-11-04 11:04:29 +0000
commit1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e (patch)
tree682aa402186c82a4849e3da4ef8f247b97f0bedf /cgi-bin
parent7da2e4dae16461331275d21604fed0cdf832ffc3 (diff)
downloadnetsurf-test-1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e.tar.gz
netsurf-test-1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e.tar.bz2
Hunt the mising auth
Diffstat (limited to 'cgi-bin')
-rwxr-xr-xcgi-bin/auth.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgi-bin/auth.cgi b/cgi-bin/auth.cgi
index d359981..5f44394 100755
--- a/cgi-bin/auth.cgi
+++ b/cgi-bin/auth.cgi
@@ -11,3 +11,7 @@ print("")
print(repr(auth))
+import os
+print("")
+
+print(repr(os.environ))