Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e

The branch, master has been updated
       via  1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e (commit)
      from  7da2e4dae16461331275d21604fed0cdf832ffc3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e
commit 1e8dddfc44f2dfab3eefadbbf998089a6e8c3d2e
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Hunt the mising auth

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))


-----------------------------------------------------------------------

Summary of changes:
 cgi-bin/auth.cgi |    4 ++++
 1 file changed, 4 insertions(+)

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))


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to