From 1296e3b66b3d126abecbc8d431d8992a38927b25 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 31 Aug 2009 13:04:18 +0000
Subject: [PATCH] ldapstatus/hobbit.php: Change hobbit output to text/plain.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1732 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/ldapstatus/www/hobbit.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/modules/ldapstatus/www/hobbit.php b/modules/ldapstatus/www/hobbit.php
index afe93224e..1f1e3eef6 100644
--- a/modules/ldapstatus/www/hobbit.php
+++ b/modules/ldapstatus/www/hobbit.php
@@ -57,9 +57,7 @@ function generateSecret($salt, $orgtest) {
 
 
 
-echo('<pre>');
-
-
+header('Content-Type: text/plain');
 
 foreach($orgs AS $orgkey => $org) {
 	
-- 
GitLab