aboutsummaryrefslogtreecommitdiff
path: root/check.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2014-02-21 22:42:27 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2014-02-21 22:42:27 +0100
commit54c241377bf46d85d5371a5dccef0222bd36acc0 (patch)
tree9792e05a20a68bb85d9854426af7b6644943d178 /check.cgi
parentec79f2c4353caa319aaa2cf1da23736d87f61e87 (diff)
correct content-type for check.cgi (thanks to Troy Sankey)
Diffstat (limited to 'check.cgi')
-rwxr-xr-xcheck.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/check.cgi b/check.cgi
index f6a7de6..a526523 100755
--- a/check.cgi
+++ b/check.cgi
@@ -19,8 +19,10 @@
# along with dudle. If not, see <http://www.gnu.org/licenses/>. #
############################################################################
+
if __FILE__ == $0
require "pp"
+ puts "Content-type: text/plain\n"
puts
problems = []