From 291850a50ba6e52ee688f103064f6cdd51f17349 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 30 Mar 2012 11:39:29 +0000 Subject: webif: add debug helper echos the environment given by uhttpd diff --git a/files/common/www/service/cgi-bin/reflect b/files/common/www/service/cgi-bin/reflect new file mode 100755 index 0000000..79db9f0 --- /dev/null +++ b/files/common/www/service/cgi-bin/reflect @@ -0,0 +1,10 @@ +#!/bin/sh + +echo -e 'Status: 200 OK\r +\r' + +env +echo ================= +cat +echo ======== +pwd -- cgit v0.10.1